Home
last modified time | relevance | path

Searched refs:isSpill (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h719 (isSpill(MI) && isVALU(MI)); in isVGPRSpill()
725 (isSpill(Opcode) && isVALU(Opcode)); in isVGPRSpill()
731 (isSpill(MI) && isSALU(MI)); in isSGPRSpill()
737 (isSpill(Opcode) && isSALU(Opcode)); in isSGPRSpill()
740 bool isSpill(uint16_t Opcode) const { in isSpill() function
744 static bool isSpill(const MachineInstr &MI) { in isSpill() function
H A DSIInstrInfo.cpp8939 (isSpill(Opcode) || (!MI.isTerminator() && Opcode != AMDGPU::COPY && in isBasicBlockPrologue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h986 bool isSpill(LocIdx Idx) const { return LocIdxToLocID[Idx] >= NumRegs; }
991 if (!isSpill(L)) {
H A DInstrRefBasedImpl.cpp338 if (MTracker->isSpill(L)) in getLocQualityIfBetter()
642 if (MTracker->isSpill(Val.getLoc())) in isEntryValueValue()
1556 if (NewID && !MTracker->isSpill(L)) { in getValueForInstrRef()
1928 if (MTracker->isSpill(L.Idx)) in transferRegisterDef()
2543 if (MTracker->isSpill(L)) { in placeMLocPHIs()