Home
last modified time | relevance | path

Searched refs:needsDWType (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.hpp1016 bool needsDWType() const in needsDWType() function in vISA::G4_INST
H A DHWConformity.cpp924 … G4_Type newSrcType = inst->needsDWType() ? (IS_UNSIGNED_INT(src0->getType()) ? Type_UD : Type_D) : in fixImmAndARFSrc()