Home
last modified time | relevance | path

Searched refs:addDefToMIB (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp139 Res.addDefToMIB(*getMRI(), MIB); in buildDynStackAlloc()
149 Res.addDefToMIB(*getMRI(), MIB); in buildFrameIndex()
162 Res.addDefToMIB(*getMRI(), MIB); in buildGlobalValue()
309 Res.addDefToMIB(*getMRI(), Const); in buildConstant()
343 Res.addDefToMIB(*getMRI(), Const); in buildFConstant()
402 Res.addDefToMIB(*getMRI(), MIB); in buildLoadInstr()
590 Dst.addDefToMIB(*getMRI(), Extract); in buildExtract()
780 Result.addDefToMIB(*getMRI(), MIB); in buildIntrinsic()
901 OldValRes.addDefToMIB(*getMRI(), MIB); in buildAtomicRMW()
1295 Op.addDefToMIB(*getMRI(), MIB); in buildInstr()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h82 void addDefToMIB(MachineRegisterInfo &MRI, MachineInstrBuilder &MIB) const { in addDefToMIB() function