Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.cpp209 if (!MRI->def_empty(OrigSrc0)) { in isProfitableToTransform()
222 if (!MRI->def_empty(OrigSrc1)) { in isProfitableToTransform()
302 if (!MRI->def_empty(OrigSrc0)) { in transformInstruction()
321 if (!MRI->def_empty(OrigSrc1)) { in transformInstruction()
H A DAArch64InstrInfo.cpp4714 assert(!MRI->def_empty(NewReg) && "Register must be defined."); in optimizeCondBranch()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegUsageInfoCollector.cpp120 if (!MRI->def_empty(PReg)) { in runOnMachineFunction()
H A DMachineRegisterInfo.cpp413 if (def_empty(Reg)) return nullptr; in getUniqueVRegDef()
524 if (!def_empty(*AI) || isAllocatable(*AI)) in isConstantPhysReg()
H A DTargetRegisterInfo.cpp164 assert((RegInfo.def_empty(Reg) || RegInfo.getType(Reg).isValid()) && in printRegClassOrBank()
H A DMachineOperand.cpp776 if (IsStandalone || !PrintDef || MRI.def_empty(Reg)) { in print()
H A DInlineSpiller.cpp1428 if (!MRI.def_empty(Reg)) in hoistAllSpills()
H A DMachineVerifier.cpp1647 } else if (MRI->def_empty(Reg)) { in checkLiveness()
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp188 if (!MRI.def_empty(VReg)) in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h427 bool def_empty(unsigned RegNo) const { return def_begin(RegNo) == def_end(); } in def_empty() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp316 if (!MRI.hasOneDef(Reg) && !MRI.def_empty(Reg)) in isSSA()