Home
last modified time | relevance | path

Searched refs:VISA_PREDICATE_CONTROL (Results 1 – 14 of 14) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_ISA.h658 PredicateOpnd(uint32_t id, VISA_PREDICATE_STATE state, VISA_PREDICATE_CONTROL cntrl) in PredicateOpnd()
667 VISA_PREDICATE_CONTROL getControl() const in getControl()
669 return (VISA_PREDICATE_CONTROL)((predInBinary & 0x6000) >> 13); in getControl()
H A DVISAKernel.h258 …redOpnd *& opnd, VISA_PredVar *decl, VISA_PREDICATE_STATE state, VISA_PREDICATE_CONTROL cntrl) ove…
874 …SA_PredOpnd *& opnd, VISA_PredVar *decl, VISA_PREDICATE_STATE state, VISA_PREDICATE_CONTROL cntrl);
H A DBuildCISAIR.h785 VISA_PREDICATE_CONTROL pred_cntrl, int lineNum);
H A DByteCodeReaderNG.cpp249 VISA_PREDICATE_CONTROL control = (VISA_PREDICATE_CONTROL)((predOpnd & 0x6000) >> 13); in readPredicateOperandNG()
H A DCISA.y111 VISA_PREDICATE_CONTROL pred_ctrl;
H A DBuildIR.h614 VISA_PREDICATE_CONTROL control, G4_ExecSize execSize);
H A DIsaDisassembly.cpp639 VISA_PREDICATE_CONTROL control = predOpnd.getControl(); in printPredicate()
H A DBuildIRImpl.cpp3333 VISA_PREDICATE_CONTROL control, G4_ExecSize execSize) in vISAPredicateToG4Predicate()
H A DBuildCISAIRImpl.cpp3872 VISA_PREDICATE_CONTROL control, int lineNum) in CISA_create_predicate_operand()
H A DVISAKernelImpl.cpp2146 VISA_PREDICATE_STATE state, VISA_PREDICATE_CONTROL cntrl) in CreateVISAPredicateOperandvISA()
2162 VISA_PREDICATE_STATE state, VISA_PREDICATE_CONTROL cntrl) in CreateVISAPredicateOperand()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXCisaBuilder.cpp670 VISA_PREDICATE_CONTROL Control);
1547 Instruction *SI, BaleInfo BI, VISA_PREDICATE_CONTROL &Control, in createPredicateDeclFromSelect()
1575 VISA_PREDICATE_CONTROL Control; in createPredFromWrRegion()
1611 VISA_PREDICATE_CONTROL PredControl; in createPred()
1791 VISA_PREDICATE_CONTROL Control) { in createPredOperand()
2373 VISA_PREDICATE_CONTROL Control; in buildSelectInst()
2886 VISA_PREDICATE_CONTROL Control = PRED_CTRL_NON; in buildGoto()
2987 VISA_PREDICATE_CONTROL &Control, VISA_PREDICATE_STATE &State, in getPredicateOperand()
3308 VISA_PREDICATE_CONTROL Control = PRED_CTRL_NON; in getExecMaskFromWrRegion()
3580 VISA_PREDICATE_CONTROL Control; in buildIntrinsic()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A Dvisa_igc_common_header.h175 } VISA_PREDICATE_CONTROL; typedef
H A DVISABuilderAPIDefinition.h156 …redOpnd *& opnd, VISA_PredVar *decl, VISA_PREDICATE_STATE state, VISA_PREDICATE_CONTROL cntrl) = 0;
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.cpp918 VISA_PREDICATE_CONTROL predCtrl = PRED_CTRL_NON; in GetFlagOperand()