Searched refs:IndirGRF (Results 1 – 14 of 14) sorted by relevance
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/ |
H A D | SpillCode.cpp | 240 else if (dst->getRegAccess() == IndirGRF) in replaceSpilledDst() 345 else if (ss->getRegAccess() == IndirGRF) in replaceSpilledSrc()
|
H A D | ifcvt.cpp | 647 if (A->getRegAccess() != IndirGRF || in runIfCvt() 648 B->getRegAccess() != IndirGRF) in runIfCvt()
|
H A D | G4_Opcode.h | 185 IndirGRF, enumerator
|
H A D | RegAlloc.cpp | 324 … if (srcPtr != nullptr && srcPtr->isRegVar() && ptr != srcPtr && src->getRegAccess() != IndirGRF) in doPointsToAnalysis() 365 dst->getRegAccess() == IndirGRF) in doPointsToAnalysis() 384 if (src->getRegAccess() == IndirGRF) in doPointsToAnalysis() 1980 if ((selectedRF & G4_GRF) && src->getRegAccess() == IndirGRF) in computeGenKillandPseudoKill() 3100 else if (dst->getRegAccess() == IndirGRF) in verifyRA() 3380 else if (src->isSrcRegRegion() && src->getRegAccess() == IndirGRF) in verifyRA()
|
H A D | SpillManagerGMRF.cpp | 4182 if (dst && dst->getRegAccess() == IndirGRF) in insertAddrTakenSpillFill() 4191 … if (src && src->isSrcRegRegion() && src->asSrcRegRegion()->getRegAccess() == IndirGRF) in insertAddrTakenSpillFill() 4225 if (dst && dst->getRegAccess() == IndirGRF) in insertAddrTakenLSSpillFill() 4234 … if (src && src->isSrcRegRegion() && src->asSrcRegRegion()->getRegAccess() == IndirGRF) in insertAddrTakenLSSpillFill() 4272 if (dst && dst->getRegAccess() == IndirGRF) in prunePointsTo() 4281 … if (src && src->isSrcRegRegion() && src->asSrcRegRegion()->getRegAccess() == IndirGRF) in prunePointsTo() 4332 if (dst && dst->getRegAccess() == IndirGRF) in prunePointsToLS() 4341 … if (src && src->isSrcRegRegion() && src->asSrcRegRegion()->getRegAccess() == IndirGRF) in prunePointsToLS()
|
H A D | HWConformity.cpp | 1819 opnd->asSrcRegRegion()->getRegAccess() == IndirGRF) in fixPredicateIndirectInst() 2172 if (src0->isSrcRegRegion() && src0->asSrcRegRegion()->getRegAccess() == IndirGRF) in doGenerateMacl() 2724 if (src0->isSrcRegRegion() && src0->asSrcRegRegion()->getRegAccess() == IndirGRF) in fixMULHInst() 2913 MUST_BE_TRUE(src->getRegAccess() == IndirGRF, "source must be indirect GRF"); in copyDwordsIndirect() 3369 … if (src != nullptr && src->isSrcRegRegion() && src->asSrcRegRegion()->getRegAccess() == IndirGRF) in fix64bInst() 7296 if (dst->getRegAccess() == IndirGRF || dst->getHorzStride() > 1) in expandPlaneInst() 7301 if (src0->getRegAccess() == IndirGRF) in expandPlaneInst() 7307 if (src1->getRegAccess() == IndirGRF) in expandPlaneInst() 7916 if (src0 && src0->getRegAccess() == IndirGRF && src0->getRegion()->isRegionWH()) in fixVxHFloat64b() 8430 else if (dst->getRegAccess() == IndirGRF && dst->getType() == Type_F) in fixUnalignedRegions() [all …]
|
H A D | InstSplit.cpp | 366 assert((direct->getRegAccess() == Direct && indirect->getRegAccess() == IndirGRF) && in compareSrcDstRegRegion()
|
H A D | BuildIR.h | 993 …G4_SrcRegRegion* rgn = new (mem) G4_SrcRegRegion(m, IndirGRF, b, roff, sroff, rd, ty, ACC_UNDEFINE… in createIndirectSrc() 1032 auto dst = createDstRegRegion(IndirGRF, b, 0, sroff, hstride, ty); in createIndirectDst()
|
H A D | GraphColor.cpp | 1543 dst->getRegAccess() == IndirGRF && in checkForInfiniteSpillCost() 1608 srcRgn->getRegAccess() == IndirGRF && in checkForInfiniteSpillCost() 1624 nextDst->getRegAccess() == IndirGRF && in checkForInfiniteSpillCost() 2267 else if (srcRgn->getRegAccess() == IndirGRF) in markInterferenceToAvoidDstSrcOverlap() 4219 dst->getRegAccess() == IndirGRF && in buildLiveIntervals() 4291 srcRegion->getRegAccess() == IndirGRF && in buildLiveIntervals() 6938 else if (dst->getRegAccess() == IndirGRF) in determineSpillRegSize() 6979 else if (src->asSrcRegRegion()->getRegAccess() == IndirGRF) in determineSpillRegSize()
|
H A D | ReduceExecSize.cpp | 241 else if (src->getRegAccess() == IndirGRF) in checkSrcCrossGRF()
|
H A D | G4_IR.cpp | 4547 if (acc == IndirGRF) in printRegVarOff() 5056 assert((direct->getRegAccess() == Direct && indirect->getRegAccess() == IndirGRF) && in compareRegRegionToOperand() 8000 if (src0Region->getRegAccess() == IndirGRF) in canDstBeAcc()
|
H A D | G4_IR.hpp | 3107 if (acc == IndirGRF && immAddrOff != other.immAddrOff) in operator ==()
|
H A D | Optimizer.cpp | 4995 if (A->getRegAccess() != IndirGRF || in optimizeLogicOperation() 4996 B->getRegAccess() != IndirGRF) in optimizeLogicOperation()
|
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/ |
H A D | TranslateMath.cpp | 23 if (srcRegion->getRegAccess() == IndirGRF) in operandToDirectSrcRegRegion()
|