Home
last modified time | relevance | path

Searched refs:getMathCtrl (Results 1 – 11 of 11) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DLatencyTable.cpp58 if (Inst->asMathInst()->getMathCtrl() == MATH_FDIV || in getLatencyLegacy()
59 Inst->asMathInst()->getMathCtrl() == MATH_POW) in getLatencyLegacy()
89 if (Inst->asMathInst()->getMathCtrl() == MATH_FDIV || in getOccupancyLegacy()
90 Inst->asMathInst()->getMathCtrl() == MATH_POW) { in getOccupancyLegacy()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_BinaryEncoding.cpp156 …(inst->asMathInst()->getMathCtrl() == MATH_INVM || inst->asMathInst()->getMathCtrl() == MATH_RSQRT… in FixAlign16Inst()
H A DBinaryEncoding.cpp241 unsigned int MathControlValue = inst->asMathInst()->getMathCtrl(); in EncodeMathControl()
1057 (inst->isMath() && inst->asMathInst()->getMathCtrl() == MATH_INVM) || in EncodeSrc0ChanSelect()
1058 (inst->isMath() && inst->asMathInst()->getMathCtrl() == MATH_RSQRTM)) in EncodeSrc0ChanSelect()
1814 (inst->isMath() && inst->asMathInst()->getMathCtrl() == MATH_INVM) || in EncodeSrc1ChanSelect()
1815 (inst->isMath() && inst->asMathInst()->getMathCtrl() == MATH_RSQRTM)) in EncodeSrc1ChanSelect()
H A DBinaryEncodingCNL.h943 …(inst->isMath() && (inst->asMathInst()->getMathCtrl() == MATH_INVM || inst->asMathInst()->getMathC… in EncodeSrcChanSelect()
H A DG4_IR.cpp3558 else if (inst.isMath() && inst.asMathInst()->getMathCtrl() != MATH_RESERVED) in emitInstructionStartColumn()
3560 oupPfx << "." << MathOpNames[inst.asMathInst()->getMathCtrl()]; in emitInstructionStartColumn()
8629 dst, src0, src1, getMathCtrl(), option); in cloneInst()
H A DBinaryEncodingIGA.cpp500 G4_MathOp mathControlValue = inst->asMathInst()->getMathCtrl(); in getMathFC()
H A DBinaryEncodingCNL.cpp929 unsigned int MathControlValue = inst->asMathInst()->getMathCtrl(); in PatchMath()
H A DHWConformity.cpp511 if (mathInst->getMathCtrl() == MATH_INVM || mathInst->getMathCtrl() == MATH_RSQRTM) in fixMathInst()
617 if (srcID == 0 && inst->asMathInst()->getMathCtrl() >= MATH_FDIV) in fixMathInst()
H A DG4_IR.hpp1278 G4_MathOp getMathCtrl() const { return mathOp; } in getMathCtrl() function in vISA::G4_InstMath
H A DOptimizer.cpp7279 NULL, NULL, NULL, inst->asMathInst()->getMathCtrl(), in makeSplittingInst()
7696 … (inst->asMathInst()->getMathCtrl() == MATH_FDIV || inst->asMathInst()->getMathCtrl() == MATH_POW)) in HWWorkaround()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/Passes/
H A DMergeScalars.cpp729 firstMathOp = firstInst->asMathInst()->getMathCtrl(); in canMerge()
732 if (firstMathOp != inst->asMathInst()->getMathCtrl()) in canMerge()