/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceSwitchLowering.h | 46 CaseCluster(uint64_t Low, uint64_t High, InstJumpTable *JT) in CaseCluster() 74 InstJumpTable *JT; /// Jump table targets. member
|
D | IceELFObjectWriter.cpp | 573 void ELFObjectWriter::writeJumpTable(const JumpTableData &JT, in writeJumpTable()
|
D | IceTargetLoweringX8664.cpp | 6999 for (const JumpTableData &JT : Ctx->getJumpTables()) in lowerJumpTables() local 7010 for (const JumpTableData &JT : Ctx->getJumpTables()) { in lowerJumpTables() local
|
/third_party/musl/porting/liteos_a/user/src/conf/ |
D | sysconf.c | 10 #define JT(x) (-256|(x)) macro
|
/third_party/musl/porting/linux/user/src/conf/ |
D | sysconf.c | 10 #define JT(x) (-256|(x)) macro
|
/third_party/musl/src/conf/ |
D | sysconf.c | 10 #define JT(x) (-256|(x)) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64CompressJumpTables.cpp | 98 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable() local
|
D | AArch64AsmPrinter.cpp | 761 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 191 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT() local
|
D | XCoreISelLowering.cpp | 350 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table); in LowerBR_JT() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 954 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableAddrs() local 997 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInsts() local 1025 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableTBInst() local
|
D | ARMConstantIslandPass.cpp | 559 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement() local 2166 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables() local 2360 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 51 JT, // Jump table. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 52 int JT = -1; member
|
D | MSP430ISelLowering.cpp | 1330 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SwitchLoweringUtils.cpp | 251 JumpTable JT(-1U, JTI, JumpTableMBB, nullptr); in buildJumpTable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 1067 Function *JT; in tryICallBranchFunnel() local 1102 Constant *JT, bool &IsExported) { in applyICallBranchFunnel() 1755 Constant *JT = cast<Constant>( in importResolution() local
|
D | LowerTypeTests.cpp | 1288 Function *F, Constant *JT, bool IsJumpTableCanonical) { in replaceWeakDeclarationWithJumpTablePtr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 1169 const JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local 1178 const auto *JT = cast<JumpTableSDNode>(Op.getOperand(1)); in LowerBR_JT() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 508 void IRTranslator::emitJumpTable(SwitchCG::JumpTable &JT, in emitJumpTable() 523 bool IRTranslator::emitJumpTableHeader(SwitchCG::JumpTable &JT, in emitJumpTableHeader() 657 SwitchCG::JumpTable *JT = &SL->JTCases[I->JTCasesIndex].second; in lowerJumpTableWorkItem() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 1282 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 408 } else if (JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) { in AddOperand() local
|
D | SelectionDAGBuilder.cpp | 2434 void SelectionDAGBuilder::visitJumpTable(SwitchCG::JumpTable &JT) { in visitJumpTable() 2449 void SelectionDAGBuilder::visitJumpTableHeader(SwitchCG::JumpTable &JT, in visitJumpTableHeader() 10220 SwitchCG::JumpTable *JT = &SL->JTCases[I->JTCasesIndex].second; in lowerWorkItem() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 1211 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1835 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo() local
|