/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 126 if (hasInterval(Reg)) in getInterval() 136 bool hasInterval(Register Reg) const { in hasInterval() function 142 assert(!hasInterval(Reg) && "Interval already exists!"); in createEmptyInterval() 158 return hasInterval(Reg) ? getInterval(Reg) : createEmptyInterval(Reg); in getOrCreateEmptyInterval()
|
H A D | LiveStacks.h | 82 bool hasInterval(int Slot) const { return S2IMap.count(Slot); } in hasInterval() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchDeadRegisterDefinitions.cpp | 96 assert(LIS.hasInterval(Reg)); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVDeadRegisterDefinitions.cpp | 101 assert(LIS.hasInterval(Reg)); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocBase.cpp | 145 assert(LIS->hasInterval(Reg)); in allocatePhysRegs()
|
H A D | LiveIntervals.cpp | 180 if (hasInterval(Reg)) in print() 1568 if (Reg.isVirtual() && hasInterval(Reg) && !MO.isUndef()) { in handleMoveIntoNewBundle() 1693 if (MO.getSubReg() && hasInterval(Reg) && in repairIntervalsInRange() 1714 if (!hasInterval(Reg)) { in repairIntervalsInRange()
|
H A D | RenameIndependentSubregs.cpp | 402 if (!LIS->hasInterval(Reg)) in runOnMachineFunction()
|
H A D | StackSlotColoring.cpp | 220 if (!LS->hasInterval(FI)) in ScanForSpillSlotRefs()
|
H A D | LiveRangeEdit.cpp | 430 if (LIS.hasInterval(Reg) && MRI.reg_nodbg_empty(Reg)) { in eliminateDeadDef()
|
H A D | LiveDebugVariables.cpp | 827 if (!LIS->hasInterval(Reg)) { in handleDebugValue() 1053 if (!LIS.hasInterval(DstReg)) in addDefsFromCopies() 1129 if (LIS.hasInterval(LocMO.getReg())) { in computeIntervals()
|
H A D | MachineVerifier.cpp | 2662 if (LiveStks && LiveStks->hasInterval(MO->getIndex()) && in visitMachineOperand() 2801 if (LiveInts->hasInterval(Reg)) { in checkLiveness() 3383 if (!LiveInts->hasInterval(Reg)) { in verifyLiveIntervals()
|
H A D | ModuloSchedule.cpp | 352 if (!LIS.hasInterval(ToReg)) in replaceRegUsesAfterLoop() 2493 if (!LIS.hasInterval(PhiReg)) in mergeRegUsesAfterPipeline()
|
H A D | InlineSpiller.cpp | 802 assert(LIS.hasInterval(Reg) && in reMaterializeAll()
|
H A D | MachineBasicBlock.cpp | 1319 if (PHISrcRegs.count(Reg) || !LIS->hasInterval(Reg)) in SplitCriticalEdge()
|
H A D | TwoAddressInstructionPass.cpp | 1994 if (LIS->hasInterval(DstReg)) { in eliminateRegSequence()
|
H A D | RegisterCoalescer.cpp | 3984 if (!LIS->hasInterval(reg)) in lateLiveIntervalUpdate()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNPreRAOptimizations.cpp | 229 if (!LIS->hasInterval(Reg)) in runOnMachineFunction()
|
H A D | GCNNSAReassign.cpp | 225 if (!LIS->hasInterval(Reg)) in CheckNSA()
|
H A D | GCNRegPressure.h | 295 if (!LIS.hasInterval(Reg)) in getLiveRegMap()
|
H A D | GCNRewritePartialRegUses.cpp | 351 if (!LIS->hasInterval(OldReg)) in updateLiveIntervals()
|
H A D | GCNRegPressure.cpp | 321 if (!LIS.hasInterval(Reg)) in getLiveRegs()
|
H A D | GCNSchedStrategy.cpp | 1375 if (!DAG.LIS->hasInterval(Reg)) in collectRematerializableInstructions()
|
H A D | SIRegisterInfo.cpp | 3165 if (!LIS->hasInterval(Reg)) in findReachingDef()
|
H A D | SIInstrInfo.cpp | 3840 LIS->hasInterval(Def.getReg())) { in convertToThreeAddress()
|