Searched refs:MulOp (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgBinaryOps.hpp | 92 class MulOp : public MulBase class 95 MulOp (GeneratorState& state, ConstValueRangeAccess valueRange); 96 virtual ~MulOp (void) {} in ~MulOp()
|
H A D | rsgBinaryOps.cpp | 531 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 D | rsgExpression.cpp | 289 { getWeight<MulOp>, create<MulOp> },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 1708 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 D | ScalarEvolution.cpp | 2602 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 D | LegalizeIntegerTypes.cpp | 3040 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 D | X86ISelLowering.cpp | [all...] |
Completed in 47 milliseconds