Home
last modified time | relevance | path

Searched refs:use_nodbg_empty (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVDeadRegisterDefinitions.cpp83 if (!Reg.isVirtual() || (!MO.isDead() && !MRI->use_nodbg_empty(Reg))) in runOnMachineFunction()
H A DRISCVInsertVSETVLI.cpp1333 MRI->use_nodbg_empty(Reg)) in emitVSETVLIs()
1550 !(VRegDef.isVirtual() && MRI->use_nodbg_empty(VRegDef))) in doLocalPostpass()
1572 MRI->use_nodbg_empty(OldVLReg)) in doLocalPostpass()
1596 if (!MRI->use_nodbg_empty(VLOutput)) in insertReadVL()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp68 if (MF.getRegInfo().use_nodbg_empty(ExtDefReg)) { in fixBrTableIndex()
H A DWebAssemblyFixIrreducibleControlFlow.cpp512 if (MRI.use_nodbg_empty(Reg)) in addImplicitDefs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64DeadRegisterDefinitionsPass.cpp149 if (!Reg.isVirtual() || (!MO.isDead() && !MRI->use_nodbg_empty(Reg))) in processMachineBasicBlock()
H A DAArch64ConditionOptimizer.cpp183 } else if (!MRI->use_nodbg_empty(I.getOperand(0).getReg())) { in findSuitableCompare()
H A DAArch64ConditionalCompares.cpp265 return MRI->use_nodbg_empty(DstReg); in isDeadDef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp121 if (MRI->use_nodbg_empty(Reg)) in foldImmediates()
736 if (T.isVirtual() && MRI->use_nodbg_empty(T)) { in matchSwap()
763 if (SDstReg.isPhysical() || !MRI->use_nodbg_empty(SDstReg)) in tryReplaceDeadSDST()
H A DGCNDPPCombine.cpp135 if (!MRI->use_nodbg_empty(SDst->getReg())) in isShrinkable()
736 if (MRI->use_nodbg_empty(S.first->getOperand(0).getReg())) { in combineDPPMov()
H A DSIFoldOperands.cpp387 bool HaveNonDbgCarryUse = !MRI->use_nodbg_empty(Dst1.getReg()); in updateOperand()
1470 while (MRI->use_nodbg_empty(InstToErase->getOperand(0).getReg())) { in tryFoldFoldableCopy()
1484 MRI->use_nodbg_empty(InstToErase->getOperand(0).getReg())) { in tryFoldFoldableCopy()
1807 if (MRI->use_nodbg_empty(MI.getOperand(0).getReg())) in tryFoldRegSequence()
H A DSIOptimizeExecMaskingPreRA.cpp250 if (MRI->use_nodbg_empty(SelReg) && (IsKill || IsDead)) { in optimizeVcndVcmpPair()
H A DSIInstrInfo.cpp2550 assert(MRI.use_nodbg_empty(DestReg) && "DestReg should have no users yet."); in reMaterialize()
3538 bool DeleteDef = MRI->use_nodbg_empty(Reg); in FoldImmediate()
3615 bool DeleteDef = MRI->use_nodbg_empty(Reg); in FoldImmediate()
6076 if (VAddrDef && MRI.use_nodbg_empty(VAddrDef->getOperand(0).getReg())) in moveFlatAddrToVGPR()
9734 if (!MRI->use_nodbg_empty(DefReg)) { in optimizeCompareInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp1089 if (MRI->use_nodbg_empty(Reg)) in HasHighOperandLatency()
1469 if (!MRI->use_nodbg_empty(DupReg)) in EliminateCSE()
H A DMachineRegisterInfo.cpp474 if (use_nodbg_empty(LiveIns[i].second)) { in EmitLiveInCopies()
H A DPHIElimination.cpp203 if (MRI->use_nodbg_empty(DefReg)) { in runOnMachineFunction()
H A DMachineSink.cpp596 if (MRI->use_nodbg_empty(Reg)) in AllUsesDominatedByBlock()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h590 bool use_nodbg_empty(Register RegNo) const { in use_nodbg_empty() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp588 if (MRI->use_nodbg_empty(MIDestReg)) { in simplifyCode()
1929 if (MRI->use_nodbg_empty(SrcReg)) { in emitRLDICWhenLoweringJumpTables()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h880 if (MRI.use_nodbg_empty(DefReg)) { in tryCombineUnmergeDefs()
H A DGIMatchTableExecutorImpl.h460 if (!MRI.use_nodbg_empty(Res)) { in executeMatchTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp1097 if (!MRI.use_nodbg_empty(Unmerge.getReg(1))) in matchUnmergeExtToUnmerge()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp243 if (Reg.isPhysical() || !MRI.use_nodbg_empty(Reg)) in isTriviallyDead()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1463 if (!R.isVirtual() || !MRI->use_nodbg_empty(R)) { in removeDeadCode()
H A DHexagonHardwareLoops.cpp1048 if (MRI->use_nodbg_empty(Reg)) in isDead()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXReplaceImageHandles.cpp70 if (MF.getRegInfo().use_nodbg_empty(DefReg)) in runOnMachineFunction()

12