Home
last modified time | relevance | path

Searched refs:setPostInstrSymbol (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFGuardLongjmp.cpp114 Setjmp->setPostInstrSymbol(MF, SjSymbol); in runOnMachineFunction()
H A DMachineInstr.cpp490 void MachineInstr::setPostInstrSymbol(MachineFunction &MF, MCSymbol *Symbol) { in setPostInstrSymbol() function in MachineInstr
524 setPostInstrSymbol(MF, MI.getPostInstrSymbol()); in cloneInstrSymbols()
H A DModuloSchedule.cpp2193 MI->setPostInstrSymbol(MF, Sym); in annotate()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1802 void setPostInstrSymbol(MachineFunction &MF, MCSymbol *Symbol);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp2099 MI.setPostInstrSymbol(MF, RetSymbol); in tracePredStateThroughCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1105 MI->setPostInstrSymbol(MF, PostInstrSymbol); in parse()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2237 GetPC->setPostInstrSymbol(*MF, PostGetPCLabel); in insertIndirectBranch()