Searched refs:addDefToMIB (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 141 Res.addDefToMIB(*getMRI(), MIB); in buildDynStackAlloc() 151 Res.addDefToMIB(*getMRI(), MIB); in buildFrameIndex() 164 Res.addDefToMIB(*getMRI(), MIB); in buildGlobalValue() 173 Res.addDefToMIB(*getMRI(), MIB); in buildConstantPool() 336 Res.addDefToMIB(*getMRI(), Const); in buildConstant() 373 Res.addDefToMIB(*getMRI(), Const); in buildFConstant() 405 Res.addDefToMIB(*getMRI(), MIB); in buildConstantPtrAuth() 445 Res.addDefToMIB(*getMRI(), MIB); in buildLoadInstr() 634 Dst.addDefToMIB(*getMRI(), Extract); in buildExtract() 825 Res.addDefToMIB(*getMRI(), VScale); in buildVScale() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 1351 DstOp(getLLTForType(*F.getType(), DL)).addDefToMIB(MRI, MIB); in lowerCall()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 85 void addDefToMIB(MachineRegisterInfo &MRI, MachineInstrBuilder &MIB) const { in addDefToMIB() function
|