Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp116 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable() local
H A DAArch64AsmPrinter.cpp1051 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp190 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT() local
H A DXCoreISelLowering.cpp342 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table); in LowerBR_JT() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1011 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableAddrs() local
1054 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInsts() local
1082 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableTBInst() local
H A DARMConstantIslandPass.cpp606 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement() local
2235 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables() local
2431 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h52 JT, // Jump table. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp52 int JT = -1; member
H A DMSP430ISelLowering.cpp1323 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp256 JumpTable JT(-1U, JTI, JumpTableMBB, nullptr, SL); in buildJumpTable() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1424 Function *JT; in tryICallBranchFunnel() local
1459 Constant *JT, bool &IsExported) { in applyICallBranchFunnel()
2188 Constant *JT = cast<Constant>( in importResolution() local
H A DLowerTypeTests.cpp1382 Function *F, Constant *JT, bool IsJumpTableCanonical) { in replaceWeakDeclarationWithJumpTablePtr()
/freebsd/contrib/libpcap/
H A Dgencode.h413 #define JT(b) ((b)->et.succ) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp78 int JT; member
H A DM68kISelLowering.cpp2801 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1243 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp840 void IRTranslator::emitJumpTable(SwitchCG::JumpTable &JT, in emitJumpTable()
855 bool IRTranslator::emitJumpTableHeader(SwitchCG::JumpTable &JT, in emitJumpTableHeader()
993 SwitchCG::JumpTable *JT = &SL->JTCases[I->JTCasesIndex].second; in lowerJumpTableWorkItem() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp417 } else if (JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) { in AddOperand() local
H A DSelectionDAGBuilder.cpp2788 void SelectionDAGBuilder::visitJumpTable(SwitchCG::JumpTable &JT) { in visitJumpTable()
2802 void SelectionDAGBuilder::visitJumpTableHeader(SwitchCG::JumpTable &JT, in visitJumpTableHeader()
11521 SwitchCG::JumpTable *JT = &SL->JTCases[I->JTCasesIndex].second; in lowerWorkItem() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1779 const JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
1788 const auto *JT = cast<JumpTableSDNode>(Op.getOperand(1)); in LowerBR_JT() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1643 JumpTarget JT = LI->second; in buildCFG() local
1656 JumpTarget JT = LI->second; in buildCFG() local
3468 JumpTarget JT = I->second; in VisitGotoStmt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1213 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp994 if (const JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) in withTargetFlags() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2693 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp78 int JT = -1; member

12