Searched refs:SN (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp43 getAs(const llvm::yaml::ScalarNode *SN, T &Result) { argument
45 StringRef Value = SN->getValue(Storage);
306 yaml::SequenceNode *SN = dyn_cast<yaml::SequenceNode>(SectionsN); local
307 if (!SN) {
311 for (yaml::SequenceNode::iterator i = SN->begin(), e = SN->end();
510 yaml::SequenceNode *SN = dyn_cast<yaml::SequenceNode>(SymbolsN); local
511 if (!SN) {
515 for (yaml::SequenceNode::iterator i = SN->begin(), e = SN
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DGraphWriter.h91 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) { argument
92 DTraits = DOTTraits(SN);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelLowering.cpp770 StoreSDNode *SN = cast<StoreSDNode>(Op); local
771 SDValue Value = SN->getValue();
773 EVT StVT = (!SN->isTruncatingStore() ? VT : SN->getMemoryVT());
776 unsigned alignment = SN->getAlignment();
781 uint64_t mpi_offset = SN->getPointerInfo().Offset;
783 MachinePointerInfo lowMemPtr(SN->getPointerInfo().V, mpi_offset);
784 MachinePointerInfo highMemPtr(SN->getPointerInfo().V, mpi_offset+16);
788 assert( SN->getAddressingMode() == ISD::UNINDEXED
795 SDValue basePtr = SN
[all...]
H A DSPUISelDAGToDAG.cpp1172 SDNode *SN = SelectCode(Dummy.getValue().getNode()); local
1173 if (SN == 0) SN = Dummy.getValue().getNode();
1176 OpVT, SDValue(SN, 0), getRC(MVT::i64));
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dh8300.h1187 SN = 3 enumerator in enum:h8_size
1408 {O (O_JMP, SN), AV_H8, 4, "jmp", {{RSIND, E}}, {{0x5, 0x9, B30 | RSIND, 0x0, E}}},
1409 {O (O_JMP, SN), AV_H8, 6, "jmp", {{ABSJMP | L_24, E}}, {{0x5, 0xA, SRC | ABSJMP | L_24, DATA5, E}}},
1411 {O (O_JMP, SN), AV_H8SX, 0, "jmp", {{ABSJMP | L_32, E}}, {{0x5, 0x9, 0x0, 0x8, ABSJMP | L_32, DATA7, E}}},
1413 {O (O_JMP, SN), AV_H8, 8, "jmp", {{MEMIND, E}}, {{0x5, 0xB, SRC | MEMIND, DATA, E}}},
1414 {O (O_JMP, SN), AV_H8SX, 0, "jmp", {{VECIND, E}}, {{0x5, 0x9, B31 | SRC | VECIND, DATA, E}}},
1416 {O (O_JSR, SN), AV_H8, 6, "jsr", {{RSIND, E}}, {{0x5, 0xD, B30 | RSIND, 0x0, E}}},
1417 {O (O_JSR, SN), AV_H8, 8, "jsr", {{ABSJMP | L_24, E}}, {{0x5, 0xE, SRC | ABSJMP | L_24, DATA5, E}}},
1419 {O (O_JSR, SN), AV_H8SX, 0, "jsr", {{ABSJMP | L_32, E}}, {{0x5, 0xD, 0x0, 0x8, ABSJMP | L_32, DATA7, E}}},
1421 {O (O_JSR, SN), AV_H
[all...]

Completed in 219 milliseconds