Home
last modified time | relevance | path

Searched refs:MachineJumpTableEntry (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h34 struct MachineJumpTableEntry { struct
38 explicit MachineJumpTableEntry(const std::vector<MachineBasicBlock*> &M) in MachineJumpTableEntry() argument
80 std::vector<MachineJumpTableEntry> JumpTables;
99 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBranchTargets.cpp73 for (const MachineJumpTableEntry &JTE : JTI->getJumpTables()) in runOnMachineFunction()
H A DARMConstantIslandPass.cpp608 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement()
751 for (const MachineJumpTableEntry &JTE : JTI->getJumpTables()) in scanFunctionJumpTables()
2224 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables()
2417 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables()
2459 const MachineJumpTableEntry &JTE = MJTI.getJumpTables()[JTI]; in fixupBTI()
H A DARMAsmPrinter.cpp994 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableAddrs()
1037 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInsts()
1065 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableTBInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp115 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable()
H A DAArch64AsmPrinter.cpp931 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp190 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp1276 JumpTables.push_back(MachineJumpTableEntry(DestBBs)); in createJumpTableIndex()
1294 for (MachineJumpTableEntry &JTE : JumpTables) { in RemoveMBBFromJumpTables()
1309 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1358 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2483 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo()