| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixBrTableDefaults.cpp | 67 if (MF.getRegInfo().use_nodbg_empty(ExtDefReg)) { in fixBrTableIndex()
|
| H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 512 if (MRI.use_nodbg_empty(Reg)) in addImplicitDefs()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64DeadRegisterDefinitionsPass.cpp | 150 (!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 | 267 return MRI->use_nodbg_empty(DstReg); in isDeadDef()
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | ContextlessPredicates.td | 13 let GISelPredicateCode = [{ return !MRI.use_nodbg_empty(MI.getOperand(0).getReg()); }];
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIShrinkInstructions.cpp | 119 if (MRI->use_nodbg_empty(Reg)) in foldImmediates() 693 if (T.isVirtual() && MRI->use_nodbg_empty(T)) { in matchSwap() 720 if (SDstReg.isPhysical() || !MRI->use_nodbg_empty(SDstReg)) in tryReplaceDeadSDST()
|
| H A D | GCNDPPCombine.cpp | 130 if (!MRI->use_nodbg_empty(SDst->getReg())) in isShrinkable() 702 if (MRI->use_nodbg_empty(S.first->getOperand(0).getReg())) { in combineDPPMov()
|
| H A D | SIFoldOperands.cpp | 250 bool HaveNonDbgCarryUse = !MRI.use_nodbg_empty(Dst1.getReg()); in updateOperand() 1589 if (MRI->use_nodbg_empty(MI.getOperand(0).getReg())) in tryFoldRegSequence() 1798 while (MRI->use_nodbg_empty(InstToErase->getOperand(0).getReg())) { in runOnMachineFunction() 1811 MRI->use_nodbg_empty(InstToErase->getOperand(0).getReg())) { in runOnMachineFunction()
|
| H A D | SIOptimizeExecMaskingPreRA.cpp | 285 if (MRI->use_nodbg_empty(SelReg) && (IsKill || IsDead)) { in optimizeVcndVcmpPair()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInsertVSETVLI.cpp | 1423 !(VRegDef.isVirtual() && MRI->use_nodbg_empty(VRegDef))) in doLocalPostpass() 1436 if (!MRI->use_nodbg_empty(VLOutput)) in insertReadVL() 1521 if (VRegDef != RISCV::X0 && MRI->use_nodbg_empty(VRegDef)) in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | opt-exec-masking-pre-ra-update-liveness.mir | 219 # use_nodbg_empty, which fails on the undef use of %2. We would then 252 # use_nodbg_empty is insufficient for erasing %1's def when removing
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineLICM.cpp | 1052 if (MRI->use_nodbg_empty(Reg)) in HasHighOperandLatency() 1374 if (!MRI->use_nodbg_empty(DupReg)) in EliminateCSE()
|
| H A D | MachineRegisterInfo.cpp | 466 if (use_nodbg_empty(LiveIns[i].second)) { in EmitLiveInCopies()
|
| H A D | PHIElimination.cpp | 203 if (MRI->use_nodbg_empty(DefReg)) { in runOnMachineFunction()
|
| H A D | LiveVariables.cpp | 681 if (MRI->use_nodbg_empty(Reg)) { in recomputeForSingleDefVirtReg()
|
| H A D | MachineSink.cpp | 315 if (MRI->use_nodbg_empty(Reg)) in AllUsesDominatedByBlock()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCMIPeephole.cpp | 488 if (MRI->use_nodbg_empty(MIDestReg)) { in simplifyCode() 1647 if (MRI->use_nodbg_empty(SrcReg)) { in emitRLDICWhenLoweringJumpTables()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineRegisterInfo.h | 574 bool use_nodbg_empty(Register RegNo) const { in use_nodbg_empty() function
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizationArtifactCombiner.h | 791 if (MRI.use_nodbg_empty(DefReg)) { in tryCombineUnmergeDefs()
|
| H A D | InstructionSelectorImpl.h | 394 if (!MRI.use_nodbg_empty(Res)) { in executeMatchTable()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 236 if (Register::isPhysicalRegister(Reg) || !MRI.use_nodbg_empty(Reg)) in isTriviallyDead()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenInsert.cpp | 1463 if (!R.isVirtual() || !MRI->use_nodbg_empty(R)) { in removeDeadCode()
|
| H A D | HexagonHardwareLoops.cpp | 1040 if (MRI->use_nodbg_empty(Reg)) in isDead()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXReplaceImageHandles.cpp | 70 if (MF.getRegInfo().use_nodbg_empty(DefReg)) in runOnMachineFunction()
|