Home
last modified time | relevance | path

Searched refs:getJumpTables (Results 1 – 25 of 31) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h99 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables() function
/external/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h99 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64BranchTargets.cpp73 for (auto &JTE : JTI->getJumpTables()) in runOnMachineFunction()
DAArch64CompressJumpTables.cpp98 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable()
DAArch64AsmPrinter.cpp761 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp191 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp197 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h271 JumpTableDataList getJumpTables();
DIceGlobalContext.cpp810 JumpTableDataList GlobalContext::getJumpTables() { in getJumpTables() function in Ice::GlobalContext
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp608 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement()
2114 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables()
2228 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables()
DARMAsmPrinter.cpp1025 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableAddrs()
1064 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInsts()
1090 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableTBInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp954 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableAddrs()
997 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInsts()
1025 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableTBInst()
DARMConstantIslandPass.cpp559 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement()
2166 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables()
2360 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables()
DARMFrameLowering.cpp1495 for (auto &Table: MF.getJumpTableInfo()->getJumpTables()) in EstimateFunctionSizeInBytes()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp661 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs; in LowerBR_JT()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp1042 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp541 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!"); in getJTISymbol()
DMIRPrinter.cpp411 for (const auto &Table : JTI.getJumpTables()) { in convert()
DBranchFolding.cpp252 BitVector JTIsLive(JTI->getJumpTables().size()); in OptimizeFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp528 for (const auto &Table : JTI.getJumpTables()) { in convert()
DMachineFunction.cpp640 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!"); in getJTISymbol()
DBranchFolding.cpp235 BitVector JTIsLive(JTI->getJumpTables().size()); in OptimizeFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp1282 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1187 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs; in LowerBR_JT()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1383 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo()

12