Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.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()
H A DAArch64InstrInfo.cpp6149 assert(!MRI->def_empty(NewReg) && "Register must be defined."); in optimizeCondBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegUsageInfoCollector.cpp161 if (!MRI->def_empty(PReg)) { in runOnMachineFunction()
H A DMachineRegisterInfo.cpp412 if (def_empty(Reg)) return nullptr; in getUniqueVRegDef()
524 if (!def_empty(*AI) || isAllocatable(*AI)) in isConstantPhysReg()
H A DTargetRegisterInfo.cpp183 assert((RegInfo.def_empty(Reg) || RegInfo.getType(Reg).isValid()) && in printRegClassOrBank()
H A DMachineOperand.cpp783 if (IsStandalone || !PrintDef || MRI.def_empty(Reg)) { in print()
H A DInlineSpiller.cpp1532 if (!MRI.def_empty(Reg)) in hoistAllSpills()
H A DMachineVerifier.cpp2256 } else if (MRI->def_empty(Reg)) { in checkLiveness()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp244 if (!MRI.def_empty(VReg)) in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h426 bool def_empty(Register RegNo) const { return def_begin(RegNo) == def_end(); } in def_empty() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp330 if (!MRI.hasOneDef(Reg) && !MRI.def_empty(Reg)) in isSSA()