Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DNucleus.hpp223 static Value *createFMul(Value *lhs, Value *rhs);
DReactor.cpp3912 return RValue<Float>(Nucleus::createFMul(lhs.value(), rhs.value())); in operator *()
4184 return RValue<Float4>(Nucleus::createFMul(lhs.value(), rhs.value())); in operator *()
DLLVMReactor.cpp802 Value *Nucleus::createFMul(Value *lhs, Value *rhs) in createFMul() function in rr::Nucleus
DSubzeroReactor.cpp1271 Value *Nucleus::createFMul(Value *lhs, Value *rhs) in createFMul() function in rr::Nucleus
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp196 Value *createFMul(Value *Opnd0, Value *Opnd1);
680 Value *FAddCombine::createFMul(Value *Opnd0, Value *Opnd1) { in createFMul() function in FAddCombine
761 return createFMul(OpndVal, Coeff.getValue(Instr->getType())); in createAddendVal()