Home
last modified time | relevance | path

Searched refs:getBooleanFuncCtrl (Results 1 – 5 of 5) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/Passes/
H A DMergeScalars.cpp719 …firstInst->isBfn() && firstInst->asBfnInst()->getBooleanFuncCtrl() != inst->asBfnInst()->getBoolea… in canMerge()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBinaryEncodingIGA.cpp312 uint8_t funcCtrl = inst->asBfnInst()->getBooleanFuncCtrl(); in getBfnFC()
H A DG4_IR.cpp3556 oupPfx << "." << fmtHex(inst.asBfnInst()->getBooleanFuncCtrl(), 2); in emitInstructionStartColumn()
8642 getBooleanFuncCtrl(), prd, condMod, getSaturate(), getExecSize(), in cloneInst()
H A DG4_IR.hpp1162 uint8_t getBooleanFuncCtrl() const { return funcCtrl; } in getBooleanFuncCtrl() function in vISA::G4_InstBfn
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPatternMatchPass.cpp4041 uint8_t getBooleanFuncCtrl() in MatchBfn() function
4154 pattern->booleanFuncCtrl = ctrlcal.getBooleanFuncCtrl(); in MatchBfn()