Searched refs:setPreInstrSymbol (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | MachineInstrTest.cpp | 285 MI->setPreInstrSymbol(*MF, Sym1); in TEST() 322 MI->setPreInstrSymbol(*MF, Sym1); in TEST() 360 MI->setPreInstrSymbol(*MF, Sym1); in TEST() 376 MI->setPreInstrSymbol(*MF, nullptr); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86IndirectThunks.cpp | 251 CallTarget->back().setPreInstrSymbol(MF, TargetSym); in populateThunk()
|
| H A D | X86InstrInfo.cpp | 9311 std::prev(MBBI)->setPreInstrSymbol(MF, MF.getPICBaseSymbol()); in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 448 void MachineInstr::setPreInstrSymbol(MachineFunction &MF, MCSymbol *Symbol) { in setPreInstrSymbol() function in MachineInstr 496 setPreInstrSymbol(MF, MI.getPreInstrSymbol()); in cloneInstrSymbols()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1770 void setPreInstrSymbol(MachineFunction &MF, MCSymbol *Symbol);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 1114 MI->setPreInstrSymbol(MF, PreInstrSymbol); in parse()
|