Home
last modified time | relevance | path

Searched defs:JT (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dcoff-or32.c52 #define INSERT_JUMPTARG(WORD,JT) \ argument
56 #define SIGN_EXTEND_JUMPTARG(JT) \ argument
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dcoff-or32.c52 #define INSERT_JUMPTARG(WORD,JT) \ argument
56 #define SIGN_EXTEND_JUMPTARG(JT) \ argument
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64CompressJumpTables.cpp115 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable() local
DAArch64AsmPrinter.cpp931 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo() local
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp190 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT() local
DXCoreISelLowering.cpp347 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table); in LowerBR_JT() local
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp994 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
DARMConstantIslandPass.cpp608 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/
DHexagonISelLowering.h52 JT, // Jump table. enumerator
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp52 int JT = -1; member
DMSP430ISelLowering.cpp1328 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
/openbsd/src/lib/libpcap/
Dgencode.h209 #define JT(b) ((b)->et.succ) macro
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp254 JumpTable JT(-1U, JTI, JumpTableMBB, nullptr); in buildJumpTable() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp1341 Function *JT; in tryICallBranchFunnel() local
1376 Constant *JT, bool &IsExported) { in applyICallBranchFunnel()
2062 Constant *JT = cast<Constant>( in importResolution() local
DLowerTypeTests.cpp1312 Function *F, Constant *JT, bool IsJumpTableCanonical) { in replaceWeakDeclarationWithJumpTablePtr()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp1358 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp760 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/
DWebAssemblyISelLowering.cpp1730 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/
DInstrEmitter.cpp417 } else if (JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) { in AddOperand() local
DSelectionDAGBuilder.cpp2607 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/
DCFG.cpp1624 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/
DLanaiISelLowering.cpp1211 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVEISelLowering.cpp994 if (const JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) in withTargetFlags() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2483 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo() local
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp78 int JT = -1; member

12