Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
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()
DAArch64InstrInfo.cpp6916 assert(!MRI->def_empty(NewReg) && "Register must be defined."); in optimizeCondBranch()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegUsageInfoCollector.cpp160 if (!MRI->def_empty(PReg)) { in runOnMachineFunction()
DMachineRegisterInfo.cpp410 if (def_empty(Reg)) return nullptr; in getUniqueVRegDef()
528 if (!def_empty(*AI) || isAllocatable(*AI)) in isConstantPhysReg()
DTargetRegisterInfo.cpp184 assert((RegInfo.def_empty(Reg) || RegInfo.getType(Reg).isValid()) && in printRegClassOrBank()
DMachineOperand.cpp827 if (IsStandalone || !PrintDef || MRI.def_empty(Reg)) { in print()
DMachineVerifier.cpp2148 !MI->isDebugValue() || !MRI->def_empty(Reg)) { in visitMachineOperand()
2499 } else if (MRI->def_empty(Reg)) { in checkLiveness()
DInlineSpiller.cpp1565 if (!MRI.def_empty(Reg)) in hoistAllSpills()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp258 if (!MRI.def_empty(VReg)) in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h448 bool def_empty(Register RegNo) const { return def_begin(RegNo) == def_end(); } in def_empty() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp337 if (!MRI.hasOneDef(Reg) && !MRI.def_empty(Reg)) in isSSA()