Searched defs:JumpTable (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SwitchLoweringUtils.h | 160 struct JumpTable { struct 172 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M, MachineBasicBlock *D) in JumpTable() argument
|
D | PseudoSourceValue.h | 41 JumpTable, enumerator
|
D | ISDOpcodes.h | 64 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 246 struct JumpTable { struct 247 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M, in JumpTable() argument 272 typedef std::pair<JumpTableHeader, JumpTable> JumpTableBlock; argument
|
/external/swiftshader/third_party/subzero/src/ |
D | IceSwitchLowering.cpp | 78 auto *JumpTable = in clusterizeSwitch() local
|
D | IceSwitchLowering.h | 36 JumpTable, /// Different targets and possibly sparse. enumerator
|
D | IceCfg.h | 140 void addJumpTable(InstJumpTable *JumpTable) { in addJumpTable()
|
D | IceCfg.cpp | 1642 for (const InstJumpTable *JumpTable : JumpTables) { in emitJumpTables() local 1648 for (const InstJumpTable *JumpTable : JumpTables) in emitJumpTables() local
|
D | IceGlobalContext.cpp | 824 void GlobalContext::addJumpTableData(JumpTableData JumpTable) { in addJumpTableData()
|
D | IceInst.h | 70 JumpTable, // not part of LLVM/PNaCl bitcode enumerator
|
D | IceTargetLoweringX8664.cpp | 5903 InstJumpTable *JumpTable = Case.getJumpTable(); in lowerCaseCluster() local
|
D | IceTargetLoweringX8632.cpp | 6525 InstJumpTable *JumpTable = Case.getJumpTable(); in lowerCaseCluster() local
|
/external/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 41 JumpTable, enumerator
|
D | ISDOpcodes.h | 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
|
/external/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 757 auto JumpTable = new GlobalVariable(*M, JumpTableType, in buildBitSetsFromFunctions() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 1497 auto JumpTable = in buildBitSetsFromFunctionsNative() local
|