Searched refs:createMIExtraInfo (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 339 MF.createMIExtraInfo({}, getPreInstrSymbol(), getPostInstrSymbol())); in dropMemRefs() 357 MF.createMIExtraInfo(MMOs, getPreInstrSymbol(), getPostInstrSymbol())); in setMemRefs() 481 MF.createMIExtraInfo(memoperands(), Symbol, getPostInstrSymbol())); in setPreInstrSymbol() 513 MF.createMIExtraInfo(memoperands(), getPreInstrSymbol(), Symbol)); in setPostInstrSymbol()
|
| H A D | MachineFunction.cpp | 429 MachineFunction::createMIExtraInfo(ArrayRef<MachineMemOperand *> MMOs, in createMIExtraInfo() function in MachineFunction
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 768 createMIExtraInfo(ArrayRef<MachineMemOperand *> MMOs,
|