| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | PseudoSourceValue.h | 40 JumpTable, enumerator 71 bool isJumpTable() const { return Kind == JumpTable; } in isJumpTable()
|
| H A D | SwitchLoweringUtils.h | 165 struct JumpTable { struct 177 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M, MachineBasicBlock *D) in JumpTable() argument 193 using JumpTableBlock = std::pair<JumpTableHeader, JumpTable>;
|
| H A D | ISDOpcodes.h | 74 JumpTable, enumerator
|
| H A D | SelectionDAGNodes.h | 1798 : SDNode(isTarg ? ISD::TargetJumpTable : ISD::JumpTable, 1807 return N->getOpcode() == ISD::JumpTable ||
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
| H A D | llvm.grm | 361 | switch IntType ValueRef ^ "," label ValueRef "[" JumpTable "]" 369 JumpTable ::= JumpTable IntType ConstValueRef ^ "," label ValueRef
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | PseudoSourceValue.cpp | 111 JumpTablePSV(PseudoSourceValue::JumpTable, TII), in PseudoSourceValueManager()
|
| H A D | SwitchLoweringUtils.cpp | 254 JumpTable JT(-1U, JTI, JumpTableMBB, nullptr); in buildJumpTable()
|
| H A D | MachineOperand.cpp | 1125 case PseudoSourceValue::JumpTable: in print()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 43 namespace JumpTable {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | ForceFunctionAttrs.cpp | 43 .Case("jumptable", Attribute::JumpTable) in parseAttrKind()
|
| H A D | LowerTypeTests.cpp | 1527 auto JumpTable = in buildBitSetsFromFunctionsNative() local 1530 lowerTypeTestCalls(TypeIds, JumpTable, GlobalLayout); in buildBitSetsFromFunctionsNative() 1543 JumpTableType, JumpTable, in buildBitSetsFromFunctionsNative()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | IRTranslator.h | 343 bool emitJumpTableHeader(SwitchCG::JumpTable &JT, 346 void emitJumpTable(SwitchCG::JumpTable &JT, MachineBasicBlock *MBB);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 673 void visitJumpTable(SwitchCG::JumpTable &JT); 674 void visitJumpTableHeader(SwitchCG::JumpTable &JT,
|
| H A D | SelectionDAGDumper.cpp | 123 case ISD::JumpTable: return "JumpTable"; in getOperationName()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 6 GlobalAddress, GlobalTLSAddress, JumpTable, ConstantPool,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kInstrCompiler.td | 16 // ConstantPool, GlobalAddress, ExternalSymbol, and JumpTable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 119 setOperationAction(ISD::JumpTable, MVT::i32, Custom); in ARCTargetLowering() 760 case ISD::JumpTable: in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 92 def JumpTable : EnumAttr<"jumptable">;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 94 setOperationAction(ISD::JumpTable, MVT::i32, Custom); in LanaiTargetLowering() 188 case ISD::JumpTable: in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 150 setOperationAction(ISD::JumpTable, MVT::i16, Custom); in MSP430TargetLowering() 354 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 746 void IRTranslator::emitJumpTable(SwitchCG::JumpTable &JT, in emitJumpTable() 761 bool IRTranslator::emitJumpTableHeader(SwitchCG::JumpTable &JT, in emitJumpTableHeader() 899 SwitchCG::JumpTable *JT = &SL->JTCases[I->JTCasesIndex].second; in lowerJumpTableWorkItem()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 89 setOperationAction(ISD::JumpTable, MVTPtr, Custom); in WebAssemblyTargetLowering() 1227 case ISD::JumpTable: in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | R600InstrInfo.cpp | 1486 case PseudoSourceValue::JumpTable: in getAddressSpaceForPseudoSourceKind()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 127 setOperationAction(ISD::JumpTable, PtrVT, Custom); in initSPUActions() 1702 case ISD::JumpTable: in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 909 case Attribute::JumpTable: in constructFunction()
|