| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | coff-or32.c | 52 #define INSERT_JUMPTARG(WORD,JT) \ argument 56 #define SIGN_EXTEND_JUMPTARG(JT) \ argument
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | coff-or32.c | 52 #define INSERT_JUMPTARG(WORD,JT) \ argument 56 #define SIGN_EXTEND_JUMPTARG(JT) \ argument
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64CompressJumpTables.cpp | 115 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable() local
|
| D | AArch64AsmPrinter.cpp | 931 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/XCore/ |
| D | XCoreAsmPrinter.cpp | 190 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT() local
|
| D | XCoreISelLowering.cpp | 347 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table); in LowerBR_JT() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMAsmPrinter.cpp | 994 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableAddrs() local 1037 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInsts() local 1065 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableTBInst() local
|
| D | ARMConstantIslandPass.cpp | 608 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement() local 2224 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables() local 2417 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLowering.h | 52 JT, // Jump table. enumerator
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/ |
| D | MSP430ISelDAGToDAG.cpp | 52 int JT = -1; member
|
| D | MSP430ISelLowering.cpp | 1328 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
|
| /openbsd/src/lib/libpcap/ |
| D | gencode.h | 209 #define JT(b) ((b)->et.succ) macro
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | SwitchLoweringUtils.cpp | 254 JumpTable JT(-1U, JTI, JumpTableMBB, nullptr); in buildJumpTable() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | WholeProgramDevirt.cpp | 1341 Function *JT; in tryICallBranchFunnel() local 1376 Constant *JT, bool &IsExported) { in applyICallBranchFunnel() 2062 Constant *JT = cast<Constant>( in importResolution() local
|
| D | LowerTypeTests.cpp | 1312 Function *F, Constant *JT, bool IsJumpTableCanonical) { in replaceWeakDeclarationWithJumpTablePtr()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsAsmPrinter.cpp | 1358 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets() local
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| D | IRTranslator.cpp | 760 void IRTranslator::emitJumpTable(SwitchCG::JumpTable &JT, in emitJumpTable() 775 bool IRTranslator::emitJumpTableHeader(SwitchCG::JumpTable &JT, in emitJumpTableHeader() 913 SwitchCG::JumpTable *JT = &SL->JTCases[I->JTCasesIndex].second; in lowerJumpTableWorkItem() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyISelLowering.cpp | 1730 const JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local 1739 const auto *JT = cast<JumpTableSDNode>(Op.getOperand(1)); in LowerBR_JT() local
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | InstrEmitter.cpp | 417 } else if (JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) { in AddOperand() local
|
| D | SelectionDAGBuilder.cpp | 2607 void SelectionDAGBuilder::visitJumpTable(SwitchCG::JumpTable &JT) { in visitJumpTable() 2622 void SelectionDAGBuilder::visitJumpTableHeader(SwitchCG::JumpTable &JT, in visitJumpTableHeader() 11112 SwitchCG::JumpTable *JT = &SL->JTCases[I->JTCasesIndex].second; in lowerWorkItem() local
|
| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| D | CFG.cpp | 1624 JumpTarget JT = LI->second; in buildCFG() local 1642 JumpTarget JT = LI->second; in buildCFG() local 3462 JumpTarget JT = I->second; in VisitGotoStmt() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/ |
| D | LanaiISelLowering.cpp | 1211 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/VE/ |
| D | VEISelLowering.cpp | 994 if (const JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) in withTargetFlags() local
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinter.cpp | 2483 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 78 int JT = -1; member
|