Home
last modified time | relevance | path

Searched refs:getTargetSymbol (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/bolt/lib/Passes/
H A DVeneerElimination.cpp48 BC.MIB->getTargetSymbol(FirstInstruction, 1); in runOnFunctions()
75 const MCSymbol *TargetSymbol = BC.MIB->getTargetSymbol(Instr, 0); in runOnFunctions()
H A DLongJmp.cpp188 const MCSymbol *TgtSym = BC.MIB->getTargetSymbol(Inst); in replaceTargetWithStub()
200 TgtSym = BC.MIB->getTargetSymbol(*SSIter->second->begin()); in replaceTargetWithStub()
207 TgtSym = BC.MIB->getTargetSymbol(*TgtBB->begin()); in replaceTargetWithStub()
420 const MCSymbol *TgtSym = Func.getBinaryContext().MIB->getTargetSymbol(Inst); in usesStub()
463 const MCSymbol *RealTargetSym = BC.MIB->getTargetSymbol(*StubBB.begin()); in relaxStub()
506 const MCSymbol *TgtSym = BC.MIB->getTargetSymbol(Inst); in needsStub()
H A DPLTCall.cpp67 const MCSymbol *CallSymbol = BC.MIB->getTargetSymbol(Instr); in runOnFunctions()
H A DADRRelaxationPass.cpp38 const MCSymbol *Symbol = BC.MIB->getTargetSymbol(Inst); in runOnFunction()
H A DBinaryPasses.cpp674 if (CondBranch && MIB->getTargetSymbol(*CondBranch) == BB.getLabel()) { in fixDoubleJumps()
677 MIB->getTargetSymbol(*UncondBranch) == BB.getLabel()) { in fixDoubleJumps()
689 assert(MIB->getTargetSymbol(*Branch) == BB.getLabel()); in fixDoubleJumps()
720 const MCSymbol *SuccSym = MIB->getTargetSymbol(*Inst); in fixDoubleJumps()
810 const MCSymbol *CalleeSymbol = MIB->getTargetSymbol(*Instr); in fixTailCalls()
1638 const MCSymbol *CalleeSymbol = BC.MIB->getTargetSymbol(Inst); in runOnFunctions()
1736 const MCSymbol *CalleeSymbol = BC.MIB->getTargetSymbol(Inst); in runOnFunctions()
H A DInliner.cpp323 Callee.getBasicBlockForLabel(MIB.getTargetSymbol(Inst)); in inlineCall()
415 const MCSymbol *TargetSymbol = BC.MIB->getTargetSymbol(Inst); in inlineCallsInFunction()
H A DStokeInfo.cpp64 const MCSymbol *TargetSymbol = MIB->getTargetSymbol(It); in checkInstr()
H A DRegAnalysis.cpp159 const MCSymbol *TargetSymbol = BC.MIB->getTargetSymbol(Inst); in getInstUsedRegsList()
H A DBinaryFunctionCallGraph.cpp175 const MCSymbol *DstSym = BC.MIB->getTargetSymbol(Inst); in buildCallGraph()
H A DValidateInternalCalls.cpp37 return Function.getBasicBlockForLabel(BC.MIB->getTargetSymbol(Inst)); in getInternalCallTarget()
H A DCacheMetrics.cpp127 const MCSymbol *DstSym = BC.MIB->getTargetSymbol(Inst); in extractFunctionCalls()
H A DAsmDump.cpp77 const MCSymbol *Target = BC.MIB->getTargetSymbol(Instr); in dumpTailCallFdata()
H A DIndirectCallPromotion.cpp432 BC.getSymbolValue(*BC.MIB->getTargetSymbol(DispExpr)); in maybeGetHotJumpTableTargets()
1176 (BC.MIB->isCall(Inst) && BC.MIB->getTargetSymbol(Inst, 0)); in runOnFunctions()
1264 if (BC.MIB->isCall(Inst) && BC.MIB->getTargetSymbol(Inst, 0)) in runOnFunctions()
H A DFrameAnalysis.cpp333 const MCSymbol *TargetSymbol = BC.MIB->getTargetSymbol(Inst); in updateArgsTouchedFor()
H A DInstrumentation.cpp393 const MCSymbol *Target = BC.MIB->getTargetSymbol(Inst); in instrumentFunction()
/llvm-project-15.0.7/bolt/lib/Target/AArch64/
H A DAArch64MCPlusBuilder.cpp375 const MCSymbol *getTargetSymbol(const MCExpr *Expr) const override { in getTargetSymbol() function in __anon77c122c80111::AArch64MCPlusBuilder
378 return getTargetSymbol(AArchExpr->getSubExpr()); in getTargetSymbol()
382 return getTargetSymbol(BinExpr->getLHS()); in getTargetSymbol()
391 const MCSymbol *getTargetSymbol(const MCInst &Inst, in getTargetSymbol() function in __anon77c122c80111::AArch64MCPlusBuilder
400 return getTargetSymbol(Op.getExpr()); in getTargetSymbol()
924 const MCSymbol *Sym = getTargetSymbol(*I); in analyzeBranch()
936 const MCSymbol *TargetBB = getTargetSymbol(*I); in analyzeBranch()
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetMachine.cpp207 if (MCSymbol *TargetSymbol = TLOF->getTargetSymbol(GV, *this)) in getSymbol()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h274 virtual MCSymbol *getTargetSymbol(const GlobalValue *GV, in getTargetSymbol() function
/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileWriter.cpp80 const MCSymbol *CalleeSymbol = BC.MIB->getTargetSymbol(Instr); in convert()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h284 MCSymbol *getTargetSymbol(const GlobalValue *GV,
/llvm-project-15.0.7/bolt/lib/Core/
H A DDynoStats.cpp237 } else if (const MCSymbol *CallSymbol = BC.MIB->getTargetSymbol(Instr)) { in getDynoStats()
H A DBinaryBasicBlock.cpp130 BC.MIB->getTargetSymbol(*CondBranch)); in validateSuccessorInvariants()
H A DBinaryFunction.cpp806 const MCSymbol *Sym = BC.MIB->getTargetSymbol(*PCRelBaseInstr, 1); in processIndirectBranch()
2264 const MCSymbol *CTCTargetLabel = BC.MIB->getTargetSymbol(*CTCInstr); in removeConditionalTailCalls()
2925 const MCSymbol *Symbol = BC.MIB->getTargetSymbol(Inst, OpNum); in duplicateConstantIslands()
3902 const MCSymbol *CalleeSymbol = BC.MIB->getTargetSymbol(*Last); in deleteConservativeEdges()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h717 Sym = MIA.getTargetSymbol(*CurInst, OpNum); in match()
1105 virtual const MCSymbol *getTargetSymbol(const MCInst &Inst,
1112 virtual const MCSymbol *getTargetSymbol(const MCExpr *Expr) const { in getTargetSymbol() function
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp1942 const MCSymbol *getTargetSymbol(const MCInst &Inst, in getTargetSymbol() function in __anoncef8f4420111::X86MCPlusBuilder
1960 const MCSymbol *getTargetSymbol(const MCExpr *Expr) const override { in getTargetSymbol() function in __anoncef8f4420111::X86MCPlusBuilder
1993 const MCSymbol *Sym = getTargetSymbol(*I); in analyzeBranch()
2008 const MCSymbol *TargetBB = getTargetSymbol(*I); in analyzeBranch()
2634 Symbol = const_cast<MCSymbol *>(this->getTargetSymbol(LHS)); in createRelocation()
2640 Symbol = const_cast<MCSymbol *>(this->getTargetSymbol(ValueExpr)); in createRelocation()

12