Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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.cpp5310 assert(!MRI->def_empty(NewReg) && "Register must be defined."); in optimizeCondBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegUsageInfoCollector.cpp161 if (!MRI->def_empty(PReg)) { in runOnMachineFunction()
DMachineRegisterInfo.cpp412 if (def_empty(Reg)) return nullptr; in getUniqueVRegDef()
530 if (!def_empty(*AI) || isAllocatable(*AI)) in isConstantPhysReg()
DTargetRegisterInfo.cpp162 assert((RegInfo.def_empty(Reg) || RegInfo.getType(Reg).isValid()) && in printRegClassOrBank()
DMachineOperand.cpp771 if (IsStandalone || !PrintDef || MRI.def_empty(Reg)) { in print()
DInlineSpiller.cpp1459 if (!MRI.def_empty(Reg)) in hoistAllSpills()
DMachineVerifier.cpp2034 } else if (MRI->def_empty(Reg)) { in checkLiveness()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp193 if (!MRI.def_empty(VReg)) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h426 bool def_empty(unsigned RegNo) const { return def_begin(RegNo) == def_end(); } in def_empty() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp319 if (!MRI.hasOneDef(Reg) && !MRI.def_empty(Reg)) in isSSA()