Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp131 Res.addDefToMIB(*getMRI(), MIB); in buildDynStackAlloc()
141 Res.addDefToMIB(*getMRI(), MIB); in buildFrameIndex()
154 Res.addDefToMIB(*getMRI(), MIB); in buildGlobalValue()
271 Res.addDefToMIB(*getMRI(), Const); in buildConstant()
305 Res.addDefToMIB(*getMRI(), Const); in buildFConstant()
365 Res.addDefToMIB(*getMRI(), MIB); in buildLoadInstr()
537 Dst.addDefToMIB(*getMRI(), Extract); in buildExtract()
732 Result.addDefToMIB(*getMRI(), MIB); in buildIntrinsic()
854 OldValRes.addDefToMIB(*getMRI(), MIB); in buildAtomicRMW()
1238 Op.addDefToMIB(*getMRI(), MIB); in buildInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h73 void addDefToMIB(MachineRegisterInfo &MRI, MachineInstrBuilder &MIB) const { in addDefToMIB() function