Home
last modified time | relevance | path

Searched refs:G4_MathOp (Results 1 – 7 of 7) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateALU.cpp78 G4_MathOp mathOp = Get_MathFuncCtrl(opcode, dstOpnd->getType()); in translateVISAArithmeticInst()
H A DTranslateMath.cpp73 G4_MathOp mathOp = MATH_INV; in expandFdiv()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/Passes/
H A DMergeScalars.cpp726 G4_MathOp firstMathOp = MATH_RESERVED; in canMerge()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBuildIR.h1267 G4_DstRegRegion* dst, G4_Operand* src0, G4_Operand* src1, G4_MathOp mathOp,
1272 G4_DstRegRegion* dst, G4_Operand* src0, G4_Operand* src1, G4_MathOp mathOp,
1338 static G4_MathOp Get_MathFuncCtrl(ISA_Opcode op, G4_Type type);
H A DG4_IR.hpp200 } G4_MathOp; typedef
1240 G4_MathOp mathOp;
1254 G4_MathOp mOp = MATH_RESERVED) : in G4_InstMath()
1278 G4_MathOp getMathCtrl() const { return mathOp; } in getMathCtrl()
H A DBuildIRImpl.cpp2082 G4_MathOp mathOp, in createMathInst()
2112 G4_MathOp mathOp, in createInternalMathInst()
2190 G4_MathOp IR_Builder::Get_MathFuncCtrl(ISA_Opcode op, G4_Type type) in Get_MathFuncCtrl()
H A DBinaryEncodingIGA.cpp500 G4_MathOp mathControlValue = inst->asMathInst()->getMathCtrl(); in getMathFC()