Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RetpolineThunks.cpp284 CallTarget->back().setPreInstrSymbol(MF, TargetSym); in populateThunk()
DX86InstrInfo.cpp7867 std::prev(MBBI)->setPreInstrSymbol(MF, MF.getPICBaseSymbol()); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp467 void MachineInstr::setPreInstrSymbol(MachineFunction &MF, MCSymbol *Symbol) { in setPreInstrSymbol() function in MachineInstr
515 setPreInstrSymbol(MF, MI.getPreInstrSymbol()); in cloneInstrSymbols()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1613 void setPreInstrSymbol(MachineFunction &MF, MCSymbol *Symbol);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1028 MI->setPreInstrSymbol(MF, PreInstrSymbol); in parse()