Home
last modified time | relevance | path

Searched defs:JT (Results 1 – 25 of 32) 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.cpp1170 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpTableToSwitch.cpp93 static BasicBlock *expandToSwitch(CallBase *CB, const JumpTableTy &JT, in expandToSwitch()
/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
2430 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.cpp1324 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp624 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table); in LowerBR_JT() local
645 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp257 JumpTable JT(-1U, JTI, JumpTableMBB, nullptr, SL); in buildJumpTable() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1416 Function *JT; in tryICallBranchFunnel() local
1451 Constant *JT, bool &IsExported) { in applyICallBranchFunnel()
2180 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/Mips/
H A DMipsAsmPrinter.cpp1247 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp78 int JT; member
H A DM68kISelLowering.cpp2802 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp838 void IRTranslator::emitJumpTable(SwitchCG::JumpTable &JT, in emitJumpTable()
853 bool IRTranslator::emitJumpTableHeader(SwitchCG::JumpTable &JT, in emitJumpTableHeader()
991 SwitchCG::JumpTable *JT = &SL->JTCases[I->JTCasesIndex].second; in lowerJumpTableWorkItem() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp444 } else if (JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) { in AddOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1796 const JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
1805 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
3465 JumpTarget JT = I->second; in VisitGotoStmt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1212 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp992 if (const JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) in withTargetFlags() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2701 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo() local

12