/llvm-project/bolt/lib/Passes/ |
H A D | JTFootprintReduction.cpp | 49 JumpTable *JumpTable = Function.getJumpTable(Inst); in checkOpportunities() local 132 uint64_t JTAddr, JumpTable *JumpTable, DataflowInfoManager &Info) { in tryOptimizeNonPIC() argument 173 uint64_t JTAddr, JumpTable *JumpTable, in tryOptimizePIC() argument 225 JumpTable *JumpTable = Function.getJumpTable(*IndJmp); in optimizeFunction() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SwitchLoweringUtils.h | 165 struct JumpTable { global() struct 177 DefaultJumpTable global() argument 180 JumpTableJumpTable JumpTable() argument
|
H A D | PseudoSourceValue.h | 36 JumpTable, enumerator
|
H A D | ISDOpcodes.h | 81 JumpTable, enumerator
|
/llvm-project/bolt/lib/Core/ |
H A D | JumpTable.cpp | 23 using JumpTable = bolt::JumpTable; typedef 30 bolt::JumpTable::JumpTable(MCSymbol &Symbol, uint64_t Address, size_t EntrySize, in JumpTable() function in bolt::JumpTable
|
H A D | BinaryEmitter.cpp | 100 using JumpTable = bolt::JumpTable; global() typedef
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | JumpTableToSwitch.cpp | 76 JumpTableTy JumpTable; in parseJumpTable() local 170 std::optional<JumpTableTy> JumpTable = parseJumpTable(GEP, PtrTy); in run() local
|
/llvm-project/llvm/unittests/Target/AArch64/ |
H A D | InstSizes.cpp | 236 TEST(InstSizes, JumpTable) { in TEST() argument
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolRecordMapping.cpp | 487 JumpTableSym &JumpTable) { in visitKnownRecord()
|
H A D | SymbolDumper.cpp | 662 JumpTableSym &JumpTable) { in visitKnownRecord()
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinaryBasicBlock.h | 35 class JumpTable; global() variable
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 946 JumpTableSym &JumpTable) { in visitKnownRecord()
|
/llvm-project/bolt/lib/Target/AArch64/ |
H A D | AArch64MCPlusBuilder.cpp | 655 analyzeIndirectBranchFragment(const MCInst & Inst,DenseMap<const MCInst *,SmallVector<MCInst *,4>> & UDChain,const MCExpr * & JumpTable,int64_t & Offset,int64_t & ScaleValue,MCInst * & PCRelBase) const analyzeIndirectBranchFragment() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 1659 auto JumpTable = buildBitSetsFromFunctionsNative() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 3572 for (auto JumpTable : FI.JumpTables) { emitDebugInfoForJumpTables() local [all...] |
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 1690 W.printHex("BranchOffset", JumpTable.BranchOffset); in visitKnownRecord() argument
|