Home
last modified time | relevance | path

Searched refs:MulOp (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgBinaryOps.hpp92 class MulOp : public MulBase class
95 MulOp (GeneratorState& state, ConstValueRangeAccess valueRange);
96 virtual ~MulOp (void) {} in ~MulOp()
H A DrsgBinaryOps.cpp531 MulOp::MulOp (GeneratorState& state, ConstValueRangeAccess valueRange) in MulOp() function in rsg::MulOp
536 float MulOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight()
H A DrsgExpression.cpp289 { getWeight<MulOp>, create<MulOp> },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1708 Instruction::BinaryOps MulOp;
1711 MulOp = Instruction::Mul;
1714 MulOp = Instruction::FMul;
1720 Value *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, Step, ConstVF));
1947 Value *MulOp = Builder.CreateFMul(Cv, Step);
1948 if (isa<Instruction>(MulOp))
1949 // Have to check, MulOp may be a constant
1950 cast<Instruction>(MulOp)->setFastMathFlags(Flags);
1952 Value *BOp = Builder.CreateBinOp(BinOp, Val, MulOp, "induction");
1972 Instruction::BinaryOps MulOp;
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp2602 for (auto &MulOp : MulOpLists) in getAddExpr()
2603 if (MulOp.first != 0) in getAddExpr()
2605 getConstant(MulOp.first), in getAddExpr()
2606 getAddExpr(MulOp.second, SCEV::FlagAnyWrap, Depth + 1), in getAddExpr()
2621 for (unsigned MulOp = 0, e = Mul->getNumOperands(); MulOp != e; ++MulOp) { in getAddExpr()
2622 const SCEV *MulOpSCEV = Mul->getOperand(MulOp); in getAddExpr()
2628 const SCEV *InnerMul = Mul->getOperand(MulOp == 0); in getAddExpr()
2633 Mul->op_begin()+MulOp); in getAddExpr()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3040 unsigned MulOp = Signed ? ISD::SMULO : ISD::UMULO; in ExpandIntRes_MULFIX() local
3041 Result = DAG.getNode(MulOp, dl, DAG.getVTList(VT, BoolVT), LHS, RHS); in ExpandIntRes_MULFIX()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 51 milliseconds