Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp194 Value *createFSub(Value *Opnd0, Value *Opnd1);
639 LastVal = createFSub(V, LastVal); in createNaryFAdd()
641 LastVal = createFSub(LastVal, V); in createNaryFAdd()
658 Value *FAddCombine::createFSub(Value *Opnd0, Value *Opnd1) { in createFSub() function in FAddCombine
667 Value *NewV = createFSub(Zero, V); in createFNeg()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DNucleus.hpp222 static Value *createFSub(Value *lhs, Value *rhs);
DReactor.cpp3907 return RValue<Float>(Nucleus::createFSub(lhs.value(), rhs.value())); in operator -()
4179 return RValue<Float4>(Nucleus::createFSub(lhs.value(), rhs.value())); in operator -()
DSubzeroReactor.cpp1265 Value *Nucleus::createFSub(Value *lhs, Value *rhs) in createFSub() function in rr::Nucleus
1357 return createFSub(negativeZero, v); in createFNeg()
DLLVMReactor.cpp796 Value *Nucleus::createFSub(Value *lhs, Value *rhs) in createFSub() function in rr::Nucleus