/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixBrTableDefaults.cpp | 68 if (MF.getRegInfo().use_nodbg_empty(ExtDefReg)) { in fixBrTableIndex()
|
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 512 if (MRI.use_nodbg_empty(Reg)) in addImplicitDefs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64DeadRegisterDefinitionsPass.cpp | 154 if (!Reg.isVirtual() || (!MO.isDead() && !MRI->use_nodbg_empty(Reg))) in processMachineBasicBlock()
|
H A D | AArch64ConditionOptimizer.cpp | 183 } else if (!MRI->use_nodbg_empty(I.getOperand(0).getReg())) { in findSuitableCompare()
|
H A D | AArch64ConditionalCompares.cpp | 265 return MRI->use_nodbg_empty(DstReg); in isDeadDef()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenMemAbsolute.cpp | 105 if (MRI->use_nodbg_empty(DstReg)) in runOnMachineFunction()
|
H A D | HexagonGenInsert.cpp | 1463 if (!R.isVirtual() || !MRI->use_nodbg_empty(R)) { in removeDeadCode()
|
H A D | HexagonHardwareLoops.cpp | 1047 if (MRI->use_nodbg_empty(Reg)) in isDead()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIShrinkInstructions.cpp | 120 if (MRI->use_nodbg_empty(Reg)) in foldImmediates() 756 if (T.isVirtual() && MRI->use_nodbg_empty(T)) { in matchSwap() 783 if (SDstReg.isPhysical() || !MRI->use_nodbg_empty(SDstReg)) in tryReplaceDeadSDST()
|
H A D | GCNDPPCombine.cpp | 135 if (!MRI->use_nodbg_empty(SDst->getReg())) in isShrinkable() 740 if (MRI->use_nodbg_empty(S.first->getOperand(0).getReg())) { in combineDPPMov()
|
H A D | SIFoldOperands.cpp | 389 bool HaveNonDbgCarryUse = !MRI->use_nodbg_empty(Dst1.getReg()); in updateOperand() 1490 while (MRI->use_nodbg_empty(InstToErase->getOperand(0).getReg())) { in tryFoldFoldableCopy() 1504 MRI->use_nodbg_empty(InstToErase->getOperand(0).getReg())) { in tryFoldFoldableCopy() 1847 if (MRI->use_nodbg_empty(MI.getOperand(0).getReg())) in tryFoldRegSequence()
|
H A D | SIOptimizeExecMaskingPreRA.cpp | 250 if (MRI->use_nodbg_empty(SelReg) && (IsKill || IsDead)) { in optimizeVcndVcmpPair()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineLICM.cpp | 1158 if (MRI->use_nodbg_empty(Reg)) in HasHighOperandLatency() 1556 if (!MRI->use_nodbg_empty(DupReg)) in EliminateCSE()
|
H A D | MachineRegisterInfo.cpp | 485 if (use_nodbg_empty(LiveIns[i].second)) { in EmitLiveInCopies()
|
H A D | PHIElimination.cpp | 257 if (MRI->use_nodbg_empty(DefReg)) { in run()
|
H A D | MachineSink.cpp | 607 if (MRI->use_nodbg_empty(Reg)) in AllUsesDominatedByBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FlagsCopyLowering.cpp | 352 if (MRI->use_nodbg_empty(CopyDefI->getOperand(0).getReg())) { in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineRegisterInfo.h | 580 bool use_nodbg_empty(Register RegNo) const { in use_nodbg_empty() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 605 if (MRI->use_nodbg_empty(MIDestReg)) { in simplifyCode() 1950 if (MRI->use_nodbg_empty(SrcReg)) { in emitRLDICWhenLoweringJumpTables()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 1098 if (!MRI.use_nodbg_empty(Unmerge.getReg(1))) in matchUnmergeExtToUnmerge()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 898 if (MRI.use_nodbg_empty(DefReg)) { in tryCombineUnmergeDefs()
|
H A D | GIMatchTableExecutorImpl.h | 467 if (!MRI.use_nodbg_empty(Res)) { in executeMatchTable()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertVSETVLI.cpp | 1656 MRI->use_nodbg_empty(OldVLReg)) { in coalesceVSETVLIs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXReplaceImageHandles.cpp | 70 if (MF.getRegInfo().use_nodbg_empty(DefReg)) in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 245 if (Reg.isPhysical() || !MRI.use_nodbg_empty(Reg)) in isTriviallyDead()
|