Searched refs:setPreInstrSymbol (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/unittests/CodeGen/ |
D | MachineInstrTest.cpp | 282 MI->setPreInstrSymbol(*MF, Sym1); in TEST() 319 MI->setPreInstrSymbol(*MF, Sym1); in TEST() 357 MI->setPreInstrSymbol(*MF, Sym1); in TEST() 373 MI->setPreInstrSymbol(*MF, nullptr); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RetpolineThunks.cpp | 284 CallTarget->back().setPreInstrSymbol(MF, TargetSym); in populateThunk()
|
D | X86InstrInfo.cpp | 7867 std::prev(MBBI)->setPreInstrSymbol(MF, MF.getPICBaseSymbol()); in runOnMachineFunction()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86IndirectThunks.cpp | 251 CallTarget->back().setPreInstrSymbol(MF, TargetSym); in populateThunk()
|
D | X86InstrInfo.cpp | 8654 std::prev(MBBI)->setPreInstrSymbol(MF, MF.getPICBaseSymbol()); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1613 void setPreInstrSymbol(MachineFunction &MF, MCSymbol *Symbol);
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 475 void MachineInstr::setPreInstrSymbol(MachineFunction &MF, MCSymbol *Symbol) { in setPreInstrSymbol() function in MachineInstr 523 setPreInstrSymbol(MF, MI.getPreInstrSymbol()); in cloneInstrSymbols()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 467 void MachineInstr::setPreInstrSymbol(MachineFunction &MF, MCSymbol *Symbol) { in setPreInstrSymbol() function in MachineInstr 515 setPreInstrSymbol(MF, MI.getPreInstrSymbol()); in cloneInstrSymbols()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1729 void setPreInstrSymbol(MachineFunction &MF, MCSymbol *Symbol);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1028 MI->setPreInstrSymbol(MF, PreInstrSymbol); in parse()
|
/external/llvm-project/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1080 MI->setPreInstrSymbol(MF, PreInstrSymbol); in parse()
|