Home
last modified time | relevance | path

Searched defs:JTI (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project/llvm/lib/CodeGen/
H A DGCEmptyBasicBlocks.cpp48 MachineJumpTableInfo *JTI = MF.getJumpTableInfo(); runOnMachineFunction() local
H A DSwitchLoweringUtils.cpp252 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI->getJumpTableEncoding()) buildJumpTable() local
H A DMachineBasicBlock.cpp1152 int JTI = findJumpTableIndex(*this); SplitCriticalEdge() local
1392 int JTI = findJumpTableIndex(*this); canSplitCriticalEdge() local
H A DMIRPrinter.cpp601 convert(ModuleSlotTracker & MST,yaml::MachineJumpTable & YamlJTI,const MachineJumpTableInfo & JTI) convert() argument
H A DBranchFolding.cpp221 MachineJumpTableInfo *JTI = MF.getJumpTableInfo(); OptimizeFunction() local
H A DMachineFunction.cpp747 getJTISymbol(unsigned JTI,MCContext & Ctx,bool isLinkerPrivate) const getJTISymbol() argument
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64BranchTargets.cpp73 if (auto *JTI = MF.getJumpTableInfo()) in runOnMachineFunction() local
H A DAArch64AsmPrinter.cpp1143 for (unsigned JTI = 0, e = JT.size(); JTI != e; ++JTI) { emitJumpTableInfo() local
1176 getCodeViewJumpTableInfo(int JTI,const MachineInstr * BranchInstr,const MCSymbol * BranchLabel) const getCodeViewJumpTableInfo() argument
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp996 unsigned JTI = MO1.getIndex(); emitJumpTableAddrs() local
1042 unsigned JTI = MO1.getIndex(); emitJumpTableInsts() local
1072 unsigned JTI = MO1.getIndex(); emitJumpTableTBInst() local
1123 getCodeViewJumpTableInfo(int JTI,const MachineInstr * BranchInstr,const MCSymbol * BranchLabel) const getCodeViewJumpTableInfo() argument
[all...]
H A DARMConstantIslandPass.cpp656 unsigned JTI = JTOp.getIndex(); doInitialJumpTablePlacement() local
757 if (const MachineJumpTableInfo *JTI = MF->getJumpTableInfo()) scanFunctionJumpTables() local
2242 unsigned JTI = JTOP.getIndex(); optimizeThumb2JumpTables() local
2438 unsigned JTI = JTOP.getIndex(); reorderThumb2JumpTables() local
2465 adjustJTTargetBlockForward(unsigned JTI,MachineBasicBlock * BB,MachineBasicBlock * JTBB) adjustJTTargetBlockForward() argument
[all...]
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp187 unsigned JTI = MI->getOperand(opNum).getIndex(); printInlineJT() local
/llvm-project/bolt/lib/Passes/
H A DAsmDump.cpp231 for (auto &JTI : BF.jumpTables()) dumpFunction() local
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h201 signed JTI; // Machine basic block. variable
H A DCSKYAsmPrinter.cpp209 signed JTI = cast<CSKYConstantPoolJT>(CCPV)->getJTI(); emitMachineConstantPoolValue() local
H A DCSKYConstantPoolValue.cpp209 CSKYConstantPoolJT::Create(Type *Ty, int JTI, unsigned PCAdj, in Create()
/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h170 unsigned JTI; global() member
/llvm-project/bolt/lib/Core/
H A DBinaryEmitter.cpp737 for (auto &JTI : BF.jumpTables()) { emitJumpTables() local
H A DBinaryFunction.cpp642 for (const std::pair<const uint64_t, JumpTable *> &JTI : JumpTables) print() local
1705 for (auto &JTI : JumpTables) { postProcessJumpTables() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp179 unsigned JTI) { in buildJumpTable() argument
302 unsigned JTI, in buildBrJT() argument
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h423 auto JTI = JumpTables.upper_bound(Address); getJumpTableContainingAddress() local
[all...]
H A DBinaryFunction.h946 auto JTI = JumpTables.upper_bound(Address); getJumpTableContainingAddress() local
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp1012 MachineJumpTableInfo *JTI = PFS.MF.getOrCreateJumpTableInfo(YamlJTI.Kind); initializeJumpTableInfo() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3472 auto JTI = MF->getJumpTableInfo(); forEachJumpTableBranch() local
3535 __anon2ebb9d180502(const MachineJumpTableInfo &JTI, const MachineInstr &BranchMI, int64_t JumpTableIndex) collectDebugInfoForJumpTables() argument
H A DAsmPrinter.cpp2723 for (unsigned JTI = 0, e = JT.size(); JTI != e; ++JTI) { emitJumpTableInfo() local
4365 getCodeViewJumpTableInfo(int JTI,const MachineInstr * BranchInstr,const MCSymbol * BranchLabel) const getCodeViewJumpTableInfo() argument
[all...]
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3765 for (auto &JTI : Function.JumpTables) { mapCodeSections() local
5542 for (auto &JTI : Function->JumpTables) { rewriteFile() local

12