Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp141 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()
337 Res.addDefToMIB(*getMRI(), Const); in buildConstant()
375 Res.addDefToMIB(*getMRI(), Const); in buildFConstant()
407 Res.addDefToMIB(*getMRI(), MIB); in buildConstantPtrAuth()
447 Res.addDefToMIB(*getMRI(), MIB); in buildLoadInstr()
637 Dst.addDefToMIB(*getMRI(), Extract); in buildExtract()
831 Res.addDefToMIB(*getMRI(), StepVector); in buildStepVector()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp1400 DstOp(getLLTForType(*F.getType(), DL)).addDefToMIB(MRI, MIB); in lowerCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h91 void addDefToMIB(MachineRegisterInfo &MRI, MachineInstrBuilder &MIB) const { in addDefToMIB() function