Home
last modified time | relevance | path

Searched defs:PredicateOpnd (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_ISA.h648 struct PredicateOpnd struct
656 PredicateOpnd() : predId(0), predInBinary(0) {} in PredicateOpnd() argument
657 PredicateOpnd(uint32_t id, uint16_t binaryId) : predId(id), predInBinary(binaryId) {} in PredicateOpnd() argument
658 PredicateOpnd(uint32_t id, VISA_PREDICATE_STATE state, VISA_PREDICATE_CONTROL cntrl) in PredicateOpnd() argument
675 static PredicateOpnd getNullPred() in getNullPred() argument
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXCisaBuilder.cpp5304 auto PredicateOpnd = NoMask ? nullptr : createPred(CI, BaleInfo(), EMOperandNum); in buildCall() local