Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXUtil.h544 Instruction *InstToReplace);
H A DGenXStructSplitter.cpp1046 for (auto [InstToReplace, ToInst] : InstToInst) in processAllocas()
1047 InstToReplace->replaceAllUsesWith(ToInst); in processAllocas()
H A DGenXUtil.cpp1940 Instruction *InstToReplace) { in scalarizeOrVectorizeIfNeeded() argument
1941 return scalarizeOrVectorizeIfNeeded(Inst, &InstToReplace, std::next(&InstToReplace)); in scalarizeOrVectorizeIfNeeded()
H A DGenXLowering.cpp955 Instruction *InstToReplace = CI; in splitGatherScatter() local
957 std::tie(NewResult, LoadPred, InitialOffset, InstToReplace) = in splitGatherScatter()
1099 InstToReplace->replaceAllUsesWith(NewResult); in splitGatherScatter()
1101 if (InstToReplace != CI) in splitGatherScatter()
1102 ToErase.push_back(InstToReplace); in splitGatherScatter()