Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PointerAuth.cpp130 ->setPreInstrSymbol(MF, MFnI.getSigningInstrLabel()); in signLR()
137 ->setPreInstrSymbol(MF, MFnI.getSigningInstrLabel()); in signLR()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectThunks.cpp240 CallTarget->back().setPreInstrSymbol(MF, TargetSym); in populateThunk()
H A DX86InstrInfo.cpp10274 std::prev(MBBI)->setPreInstrSymbol(MF, MF.getPICBaseSymbol()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp533 MIAUIPC->setPreInstrSymbol(*MF, AUIPCSymbol); in expandAuipcInstPair()
599 MIAUIPC->setPreInstrSymbol(*MF, AUIPCSymbol); in expandLoadTLSDescAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1910 void setPreInstrSymbol(MachineFunction &MF, MCSymbol *Symbol);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp476 void MachineInstr::setPreInstrSymbol(MachineFunction &MF, MCSymbol *Symbol) { in setPreInstrSymbol() function in MachineInstr
554 setPreInstrSymbol(MF, MI.getPreInstrSymbol()); in cloneInstrSymbols()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1187 MI->setPreInstrSymbol(MF, PreInstrSymbol); in parse()