Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.cpp206 if (!MRI->def_empty(OrigSrc0)) { in isProfitableToTransform()
219 if (!MRI->def_empty(OrigSrc1)) { in isProfitableToTransform()
299 if (!MRI->def_empty(OrigSrc0)) { in transformInstruction()
318 if (!MRI->def_empty(OrigSrc1)) { in transformInstruction()
H A DAArch64InstrInfo.cpp8821 assert(!MRI->def_empty(NewReg) && "Register must be defined."); in optimizeCondBranch()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegUsageInfoCollector.cpp187 if (!MRI->def_empty(PReg)) { in run()
H A DMachineRegisterInfo.cpp420 if (def_empty(Reg)) return nullptr; in getUniqueVRegDef()
543 if (!def_empty(*AI) || isAllocatable(*AI)) in isConstantPhysReg()
H A DSwiftErrorValueTracking.cpp262 if (!MRI.def_empty(VReg)) in propagateVRegs()
H A DTargetRegisterInfo.cpp180 assert((RegInfo.def_empty(Reg) || RegInfo.getType(Reg).isValid()) && in printRegClassOrBank()
H A DMachineOperand.cpp857 if (IsStandalone || !PrintDef || MRI.def_empty(Reg)) { in print()
H A DInlineSpiller.cpp1660 if (!MRI.def_empty(Reg) && Original.isValid()) in hoistAllSpills()
H A DMachineVerifier.cpp2674 !MI->isDebugValue() || !MRI->def_empty(Reg)) { in visitMachineOperand()
3064 } else if (MRI->def_empty(Reg)) { in checkLiveness()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp269 if (!MRI.def_empty(VReg)) in selectMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankLegalize.cpp244 if (MRI.def_empty(Reg) || MRI.getType(Reg) != S1) in getAnySgprS1()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h430 bool def_empty(Register RegNo) const { return def_begin(RegNo) == def_end(); } in def_empty() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp372 if (!MRI.hasOneDef(Reg) && !MRI.def_empty(Reg)) in isSSA()