Home
last modified time | relevance | path

Searched defs:setMMRAMetadata (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h326 const MachineInstrBuilder &setMMRAMetadata(MDNode *MMRA) const { in setMMRAMetadata() function
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h394 void setMMRAMetadata(MDNode *MMRA) { State.MMRA = MMRA; } setMMRAMetadata() function
/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp536 void MachineInstr::setMMRAMetadata(MachineFunction &MF, MDNode *MMRAs) { setMMRAMetadata() function in MachineInstr