Home
last modified time | relevance | path

Searched refs:def_empty (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64AdvSIMDScalarPass.cpp208 if (!MRI->def_empty(OrigSrc0)) { in isProfitableToTransform()
221 if (!MRI->def_empty(OrigSrc1)) { in isProfitableToTransform()
301 if (!MRI->def_empty(OrigSrc0)) { in transformInstruction()
320 if (!MRI->def_empty(OrigSrc1)) { in transformInstruction()
HDAArch64InstrInfo.cpp5310 assert(!MRI->def_empty(NewReg) && "Register must be defined."); in optimizeCondBranch()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegUsageInfoCollector.cpp161 if (!MRI->def_empty(PReg)) { in runOnMachineFunction()
HDMachineRegisterInfo.cpp412 if (def_empty(Reg)) return nullptr; in getUniqueVRegDef()
530 if (!def_empty(*AI) || isAllocatable(*AI)) in isConstantPhysReg()
HDTargetRegisterInfo.cpp162 assert((RegInfo.def_empty(Reg) || RegInfo.getType(Reg).isValid()) && in printRegClassOrBank()
HDMachineOperand.cpp771 if (IsStandalone || !PrintDef || MRI.def_empty(Reg)) { in print()
HDInlineSpiller.cpp1459 if (!MRI.def_empty(Reg)) in hoistAllSpills()
HDMachineVerifier.cpp2034 } else if (MRI->def_empty(Reg)) { in checkLiveness()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDInstructionSelect.cpp193 if (!MRI.def_empty(VReg)) in runOnMachineFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineRegisterInfo.h426 bool def_empty(unsigned RegNo) const { return def_begin(RegNo) == def_end(); } in def_empty() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMIRParser.cpp319 if (!MRI.hasOneDef(Reg) && !MRI.def_empty(Reg)) in isSSA()