Home
last modified time | relevance | path

Searched refs:G4_INPUT (Results 1 – 16 of 16) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DLinearScanRA.cpp103 topdcl->getRegFile() == G4_INPUT)) in operator ()()
475 if (topdcl->getRegFile() == G4_INPUT) in linearScanMarkReferencesInOpnd()
501 if (topdcl->getRegFile() == G4_INPUT) in linearScanMarkReferencesInOpnd()
1168 if (lr->getTopDcl()->getRegFile() != G4_INPUT && in undoLinearScanRAAssignments()
1453 if (dcl->getRegFile() == G4_INPUT && in calculateInputIntervalsGlobal()
1485 topdcl->getRegFile() == G4_INPUT && in calculateInputIntervalsGlobal()
1543 if (topdcl->getRegFile() == G4_INPUT && in calculateInputIntervalsGlobal()
1569 dcl->getRegFile() == G4_INPUT || in calculateLiveInIntervals()
1775 dcl->getRegFile() == G4_INPUT || in calculateLiveOutIntervals()
2404 if (lr->getTopDcl()->getRegFile() == G4_INPUT) in canBeSpilledLR()
[all …]
H A DRematerialization.cpp524 (G4_RegFileKind::G4_GRF | G4_RegFileKind::G4_INPUT)) == 0x0) in canRematerialize()
714 (G4_RegFileKind::G4_GRF | G4_RegFileKind::G4_INPUT)) == 0x0) in canRematerialize()
1127 if (rf == G4_RegFileKind::G4_INPUT) in findUniqueDef()
H A DLocalRA.cpp590 topdcl->getRegFile() == G4_INPUT)) in operator ()()
1014 return (dcl->getRegFile() == G4_GRF || dcl->getRegFile() == G4_INPUT) && in removeUnreferencedDcls()
1073 dcl->getRegFile() == G4_INPUT) && in localRAOptReport()
1171 if (lr->getTopDcl()->getRegFile() == G4_INPUT) in undoLocalRAAssignments()
1209 (topdcl->getRegFile() == G4_GRF || topdcl->getRegFile() == G4_INPUT)) in markReferencesInOpnd()
1418 if (topdcl->getRegFile() == G4_INPUT && in calculateInputIntervals()
1472 if ((topdcl->getRegFile() == G4_INPUT || topdcl->isLiveIn()) && in calculateInputIntervals()
H A DG4_Opcode.h282 G4_INPUT = 0x4, // input payload register enumerator
H A DGraphColor.cpp2190 if (srcDcl->getRegFile() == G4_INPUT && in markInterferenceToAvoidDstSrcOverlap()
3729 if (dcl->getTotalElems() < 8 || dclRegFile == G4_INPUT) in markNonDefaultMaskDef()
4535 if (firstDcl->getRegFile() == G4_INPUT && in handleSIMDIntf()
4537 secondDcl->getRegFile() == G4_INPUT && in handleSIMDIntf()
8808 dcl->getRegFile() != G4_INPUT && in detectNeverDefinedUses()
9184 topdcl->getRegFile() != G4_INPUT && in globalSplit()
9226 topdcl->getRegFile() != G4_INPUT && in globalSplit()
9843 LivenessAnalysis liveAnalysis(*this, G4_GRF | G4_INPUT); in hybridRA()
10217 LivenessAnalysis liveAnalysis(*this, G4_GRF | G4_INPUT); in coloringRegAlloc()
12618 dcl->getRegFile() == G4_RegFileKind::G4_INPUT) in loadAugData()
[all …]
H A DRegAlloc.cpp451 decl->getRegFile() != G4_INPUT) in isLocalVar()
753 …if ((decl->getRegFile() & G4_INPUT) && decl->getRegVar()->isPhyRegAssigned() && !decl->getRegVar()… in livenessCandidate()
2842 …G4_Declare* r1_src = builder->createDeclareNoLookup(n, G4_INPUT, numEltPerGRF<Type_UD>(), 1, Type_… in setABIForStackCallFunctionCalls()
3633 G4_GRF | G4_INPUT, true); in regAlloc()
H A DBuildIRImpl.cpp140 dcl->setRegFile(G4_INPUT); in bindInputDecl()
606 dcl = createDeclareNoLookup(name, G4_INPUT, numEltPerGRF<Type_UD>(), 32, Type_UD); in createPreDefinedVars()
680 G4_INPUT, in createBuiltinDecls()
H A DPhyRegUsage.cpp1244 case G4_INPUT: in getForbiddenVectorSize()
H A DG4_Verifier.cpp286 … (src->getTopDcl()->getRegFile() == G4_GRF || src->getTopDcl()->getRegFile() == G4_INPUT)) in verifyDstSrcOverlap()
H A DG4_Kernel.cpp462 if (regFileKind != G4_RegFileKind::G4_GRF && regFileKind != G4_RegFileKind::G4_INPUT) in computeChannelSlicing()
H A DG4_IR.hpp2047 bool useGRF() const { return (regFile & (G4_GRF | G4_INPUT)) != 0; } in useGRF()
2048 bool isInput() const { return liveIn || ((regFile & G4_INPUT) != 0); } in isInput()
H A DDebugInfo.cpp736 if ((dcl->getRegFile() == G4_GRF || dcl->getRegFile() == G4_INPUT) && in emitRegisterMapping()
H A DBuildIR.h254 …G4_Declare* dcl = new (mem)G4_Declare(getPredefinedVarString(index), G4_INPUT, n_elems * n_rows, t… in createPreVarDeclare()
H A DG4_IR.cpp3277 src->getBase()->asRegVar()->getDeclare()->getRegFile() != G4_INPUT) in isComprInvariantSrcRegion()
7854 if (getRegFile() != G4_RegFileKind::G4_INPUT && in prepareForRealloc()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/Passes/
H A DMergeScalars.cpp49 G4_Declare* newInputDcl = builder.createDeclareNoLookup(name, G4_INPUT, (uint16_t)bundleSize, 1, in getInputDeclare()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DG4_Sched.cpp343 liveness = new LivenessAnalysis(*gra, G4_GRF | G4_ADDRESS | G4_INPUT | G4_FLAG | G4_SCALAR); in init()