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/ |
D | InstCombineAddSub.cpp | 194 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/ |
D | Nucleus.hpp | 222 static Value *createFSub(Value *lhs, Value *rhs);
|
D | Reactor.cpp | 3907 return RValue<Float>(Nucleus::createFSub(lhs.value(), rhs.value())); in operator -() 4179 return RValue<Float4>(Nucleus::createFSub(lhs.value(), rhs.value())); in operator -()
|
D | SubzeroReactor.cpp | 1265 Value *Nucleus::createFSub(Value *lhs, Value *rhs) in createFSub() function in rr::Nucleus 1357 return createFSub(negativeZero, v); in createFNeg()
|
D | LLVMReactor.cpp | 796 Value *Nucleus::createFSub(Value *lhs, Value *rhs) in createFSub() function in rr::Nucleus
|