Searched refs:setPostInstrSymbol (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/llvm/unittests/CodeGen/ |
D | MachineInstrTest.cpp | 288 MI->setPostInstrSymbol(*MF, Sym2); in TEST() 320 MI->setPostInstrSymbol(*MF, Sym2); in TEST() 331 MI->setPostInstrSymbol(*MF, Sym1); in TEST() 358 MI->setPostInstrSymbol(*MF, Sym2); in TEST() 361 MI->setPostInstrSymbol(*MF, nullptr); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CFGuardLongjmp.cpp | 114 Setjmp->setPostInstrSymbol(MF, SjSymbol); in runOnMachineFunction()
|
D | MachineInstr.cpp | 482 void MachineInstr::setPostInstrSymbol(MachineFunction &MF, MCSymbol *Symbol) { in setPostInstrSymbol() function in MachineInstr 516 setPostInstrSymbol(MF, MI.getPostInstrSymbol()); in cloneInstrSymbols()
|
D | ModuloSchedule.cpp | 2181 MI->setPostInstrSymbol(MF, Sym); in annotate()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CFGuardLongjmp.cpp | 114 Setjmp->setPostInstrSymbol(MF, SjSymbol); in runOnMachineFunction()
|
D | MachineInstr.cpp | 490 void MachineInstr::setPostInstrSymbol(MachineFunction &MF, MCSymbol *Symbol) { in setPostInstrSymbol() function in MachineInstr 524 setPostInstrSymbol(MF, MI.getPostInstrSymbol()); in cloneInstrSymbols()
|
D | ModuloSchedule.cpp | 2193 MI->setPostInstrSymbol(MF, Sym); in annotate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1620 void setPostInstrSymbol(MachineFunction &MF, MCSymbol *Symbol);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1736 void setPostInstrSymbol(MachineFunction &MF, MCSymbol *Symbol);
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86SpeculativeLoadHardening.cpp | 2098 MI.setPostInstrSymbol(MF, RetSymbol); in tracePredStateThroughCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86SpeculativeLoadHardening.cpp | 2468 MI.setPostInstrSymbol(MF, RetSymbol); in tracePredStateThroughCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1030 MI->setPostInstrSymbol(MF, PostInstrSymbol); in parse()
|
/external/llvm-project/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1082 MI->setPostInstrSymbol(MF, PostInstrSymbol); in parse()
|