Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp67 if (MF.getRegInfo().use_nodbg_empty(ExtDefReg)) { in fixBrTableIndex()
H A DWebAssemblyFixIrreducibleControlFlow.cpp512 if (MRI.use_nodbg_empty(Reg)) in addImplicitDefs()
/openbsd/gnu/llvm/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.cpp266 return MRI->use_nodbg_empty(DstReg); in isDeadDef()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp122 if (MRI->use_nodbg_empty(Reg)) in foldImmediates()
730 if (T.isVirtual() && MRI->use_nodbg_empty(T)) { in matchSwap()
757 if (SDstReg.isPhysical() || !MRI->use_nodbg_empty(SDstReg)) in tryReplaceDeadSDST()
H A DGCNDPPCombine.cpp135 if (!MRI->use_nodbg_empty(SDst->getReg())) in isShrinkable()
703 if (MRI->use_nodbg_empty(S.first->getOperand(0).getReg())) { in combineDPPMov()
H A DSIFoldOperands.cpp255 bool HaveNonDbgCarryUse = !MRI->use_nodbg_empty(Dst1.getReg()); in updateOperand()
1299 while (MRI->use_nodbg_empty(InstToErase->getOperand(0).getReg())) { in tryFoldFoldableCopy()
1313 MRI->use_nodbg_empty(InstToErase->getOperand(0).getReg())) { in tryFoldFoldableCopy()
1626 if (MRI->use_nodbg_empty(MI.getOperand(0).getReg())) in tryFoldRegSequence()
H A DSIOptimizeExecMaskingPreRA.cpp285 if (MRI->use_nodbg_empty(SelReg) && (IsKill || IsDead)) { in optimizeVcndVcmpPair()
H A DSIInstrInfo.cpp3162 bool DeleteDef = MRI->use_nodbg_empty(Reg); in FoldImmediate()
3240 bool DeleteDef = MRI->use_nodbg_empty(Reg); in FoldImmediate()
5520 if (VAddrDef && MRI.use_nodbg_empty(VAddrDef->getOperand(0).getReg())) in moveFlatAddrToVGPR()
8655 if (!MRI->use_nodbg_empty(DefReg)) { in optimizeCompareInstr()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1305 !(VRegDef.isVirtual() && MRI->use_nodbg_empty(VRegDef))) in doLocalPostpass()
1339 if (!MRI->use_nodbg_empty(VLOutput)) in insertReadVL()
1424 if (VRegDef != RISCV::X0 && MRI->use_nodbg_empty(VRegDef)) in runOnMachineFunction()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLICM.cpp1050 if (MRI->use_nodbg_empty(Reg)) in HasHighOperandLatency()
1370 if (!MRI->use_nodbg_empty(DupReg)) in EliminateCSE()
H A DPHIElimination.cpp203 if (MRI->use_nodbg_empty(DefReg)) { in runOnMachineFunction()
H A DMachineRegisterInfo.cpp474 if (use_nodbg_empty(LiveIns[i].second)) { in EmitLiveInCopies()
H A DLiveVariables.cpp681 if (MRI->use_nodbg_empty(Reg)) { in recomputeForSingleDefVirtReg()
H A DMachineSink.cpp315 if (MRI->use_nodbg_empty(Reg)) in AllUsesDominatedByBlock()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp494 if (MRI->use_nodbg_empty(MIDestReg)) { in simplifyCode()
1674 if (MRI->use_nodbg_empty(SrcReg)) { in emitRLDICWhenLoweringJumpTables()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h588 bool use_nodbg_empty(Register RegNo) const { in use_nodbg_empty() function
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h794 if (MRI.use_nodbg_empty(DefReg)) { in tryCombineUnmergeDefs()
H A DInstructionSelectorImpl.h394 if (!MRI.use_nodbg_empty(Res)) { in executeMatchTable()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp238 if (Reg.isPhysical() || !MRI.use_nodbg_empty(Reg)) in isTriviallyDead()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXReplaceImageHandles.cpp70 if (MF.getRegInfo().use_nodbg_empty(DefReg)) in runOnMachineFunction()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp205 if (!UsedByPHI && MRI.use_nodbg_empty(DefReg)) { in flushLocalValueMap()

12