Home
last modified time | relevance | path

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

12

/freebsd-src/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(); emitJumpTableInfo() local
/freebsd-src/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-src/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(); reorderThumb2JumpTables() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp52 int JT = -1; member
H A DMSP430ISelLowering.cpp1323 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); LowerJumpTable() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h52 JT, // Jump table. enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp256 JumpTable JT(-1U, JTI, JumpTableMBB, nullptr, SL); buildJumpTable() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1424 Function *JT; tryICallBranchFunnel() local
1459 applyICallBranchFunnel(VTableSlotInfo & SlotInfo,Constant * JT,bool & IsExported) applyICallBranchFunnel() argument
2188 Constant *JT = cast<Constant>( importResolution() local
[all...]
H A DLowerTypeTests.cpp1382 Function *F, Constant *JT, bool IsJumpTableCanonical) { in replaceWeakDeclarationWithJumpTablePtr() argument
/freebsd-src/contrib/libpcap/
H A Dgencode.h413 #define JT(b) ((b)->et.succ) macro
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1243 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); NaClAlignIndirectJumpTargets() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp78 int JT; member
H A DM68kISelLowering.cpp2801 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); LowerJumpTable() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp840 emitJumpTable(SwitchCG::JumpTable & JT,MachineBasicBlock * MBB) emitJumpTable() argument
855 emitJumpTableHeader(SwitchCG::JumpTable & JT,SwitchCG::JumpTableHeader & JTH,MachineBasicBlock * HeaderBB) emitJumpTableHeader() argument
993 SwitchCG::JumpTable *JT = &SL->JTCases[I->JTCasesIndex].second; lowerJumpTableWorkItem() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp417 } else if (JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) { AddOperand() local
H A DSelectionDAGBuilder.cpp2788 visitJumpTable(SwitchCG::JumpTable & JT) visitJumpTable() argument
2802 visitJumpTableHeader(SwitchCG::JumpTable & JT,JumpTableHeader & JTH,MachineBasicBlock * SwitchBB) visitJumpTableHeader() argument
11521 SwitchCG::JumpTable *JT = &SL->JTCases[I->JTCasesIndex].second; lowerWorkItem() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1779 const JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); LowerJumpTable() local
1788 const auto *JT = cast<JumpTableSDNode>(Op.getOperand(1)); LowerBR_JT() local
/freebsd-src/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; VisitGotoStmt() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1213 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); LowerJumpTable() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp994 if (const JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) withTargetFlags() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2693 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); emitJumpTableInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp78 int JT = -1; global() member

12