| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | CommandFlags.h | 226 cl::opt<llvm::JumpTable::JumpTableType> 229 cl::init(JumpTable::Single), 231 clEnumValN(JumpTable::Single, "single", 233 clEnumValN(JumpTable::Arity, "arity", 235 clEnumValN(JumpTable::Simplified, "simplified", 237 clEnumValN(JumpTable::Full, "full",
|
| HD | ISDOpcodes.h | 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
|
| HD | SelectionDAGNodes.h | 1546 : SDNode(isTarg ? ISD::TargetJumpTable : ISD::JumpTable, 1555 return N->getOpcode() == ISD::JumpTable ||
|
| /NextBSD/contrib/llvm/include/llvm/Target/ |
| HD | TargetOptions.h | 43 namespace JumpTable { 77 JTType(JumpTable::Single), in TargetOptions() 206 JumpTable::JumpTableType JTType;
|
| HD | TargetSelectionDAG.td | 332 def jumptable : SDNode<"ISD::JumpTable", SDTPtrLeaf, [],
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGBuilder.h | 246 struct JumpTable { struct 247 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M, in JumpTable() function 271 typedef std::pair<JumpTableHeader, JumpTable> JumpTableBlock; argument 755 void visitJumpTable(JumpTable &JT); 756 void visitJumpTableHeader(JumpTable &JT, JumpTableHeader &JTH,
|
| HD | SelectionDAGDumper.cpp | 94 case ISD::JumpTable: return "JumpTable"; in getOperationName()
|
| HD | SelectionDAGBuilder.cpp | 1700 void SelectionDAGBuilder::visitJumpTable(JumpTable &JT) { in visitJumpTable() 1715 void SelectionDAGBuilder::visitJumpTableHeader(JumpTable &JT, in visitJumpTableHeader() 7525 JumpTable JT(-1U, JTI, JumpTableMBB, nullptr); in buildJumpTable() 7975 JumpTable *JT = &JTCases[I->JTCasesIndex].second; in lowerWorkItem()
|
| HD | SelectionDAG.cpp | 474 case ISD::JumpTable: in AddNodeIDCustom() 1352 unsigned Opc = isTarget ? ISD::TargetJumpTable : ISD::JumpTable; in getJumpTable()
|
| HD | LegalizeDAG.cpp | 4086 case ISD::JumpTable: in ExpandNode()
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | Attributes.h | 79 JumpTable, ///< Build jump-instruction tables and replace refs. enumerator
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Attributes.cpp | 207 if (hasAttribute(Attribute::JumpTable)) in getAsString() 442 case Attribute::JumpTable: return 1ULL << 45; in getAttrMask()
|
| HD | Verifier.cpp | 1275 I->getKindAsEnum() == Attribute::JumpTable || in VerifyAttributeTypes() 1467 Attribute::JumpTable)) { in VerifyFunctionAttrs()
|
| /NextBSD/contrib/llvm/lib/Target/MSP430/ |
| HD | MSP430ISelLowering.cpp | 172 setOperationAction(ISD::JumpTable, MVT::i16, Custom); in MSP430TargetLowering() 203 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsISelLowering.cpp | 274 setOperationAction(ISD::JumpTable, MVT::i32, Custom); in MipsTargetLowering() 292 setOperationAction(ISD::JumpTable, MVT::i64, Custom); in MipsTargetLowering() 867 case ISD::JumpTable: return lowerJumpTable(Op, DAG); in LowerOperation()
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86InstrCompiler.td | 866 // ConstantPool GlobalAddress, ExternalSymbol, and JumpTable 897 // ConstantPool GlobalAddress, ExternalSymbol, and JumpTable when not in small
|
| HD | X86ISelLowering.cpp | 429 setOperationAction(ISD::JumpTable , MVT::i32 , Custom); in X86TargetLowering() 438 setOperationAction(ISD::JumpTable , MVT::i64 , Custom); in X86TargetLowering() 18577 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMInstrThumb.td | 1359 // JumpTable
|
| HD | ARMInstrThumb2.td | 3875 // ConstantPool, GlobalAddress, and JumpTable
|
| /NextBSD/contrib/llvm/lib/Bitcode/Writer/ |
| HD | BitcodeWriter.cpp | 181 case Attribute::JumpTable: in getAttrKindEncoding()
|
| /NextBSD/contrib/llvm/lib/Target/SystemZ/ |
| HD | SystemZISelLowering.cpp | 254 setOperationAction(ISD::JumpTable, PtrVT, Custom); in SystemZTargetLowering() 4294 case ISD::JumpTable: in LowerOperation()
|
| /NextBSD/contrib/llvm/lib/Bitcode/Reader/ |
| HD | BitcodeReader.cpp | 1110 return Attribute::JumpTable; in getAttrFromCode()
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCISelLowering.cpp | 283 setOperationAction(ISD::JumpTable, MVT::i32, Custom); in PPCTargetLowering() 288 setOperationAction(ISD::JumpTable, MVT::i64, Custom); in PPCTargetLowering() 7893 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64ISelLowering.cpp | 146 setOperationAction(ISD::JumpTable, MVT::i64, Custom); in AArch64TargetLowering() 1954 case ISD::JumpTable: in LowerOperation()
|
| /NextBSD/contrib/llvm/lib/AsmParser/ |
| HD | LLParser.cpp | 955 case lltok::kw_jumptable: B.addAttribute(Attribute::JumpTable); break; in ParseFnAttributeValuePairs()
|