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/
H A 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/
H A DNucleus.hpp222 static Value *createFSub(Value *lhs, Value *rhs);
H A DReactor.cpp3907 return RValue<Float>(Nucleus::createFSub(lhs.value(), rhs.value()));
4179 return RValue<Float4>(Nucleus::createFSub(lhs.value(), rhs.value()));
H A DSubzeroReactor.cpp1265 Value *Nucleus::createFSub(Value *lhs, Value *rhs)
1357 return createFSub(negativeZero, v);
H A DLLVMReactor.cpp796 Value *Nucleus::createFSub(Value *lhs, Value *rhs) in createFSub() function in rr::Nucleus

Completed in 19 milliseconds