Home
last modified time | relevance | path

Searched defs:AddedInstructions (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXConstants.h40 SmallVectorImpl<Instruction *> *AddedInstructions; variable
H A DGenXConstants.cpp119 SmallVectorImpl<Instruction *> *AddedInstructions = nullptr) { in loadConstantStruct()
157 SmallVectorImpl<Instruction *> *AddedInstructions) { in loadNonSimpleConstants()
215 SmallVectorImpl<Instruction *> *AddedInstructions) { in loadConstantsForInlineAsm()
H A DGenXSimdCFConformance.cpp3855 SmallVector<Instruction *, 4> AddedInstructions; in modifyEMUses() local