Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp606 Value *CmpULT = Builder.CreateICmpULT(LoadSrc1, LoadSrc2); in getMemCmpOneBlock() local
608 Value *ZextULT = Builder.CreateZExt(CmpULT, Builder.getInt32Ty()); in getMemCmpOneBlock()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderArithmetic.cpp445 dst.move(i, CmpULT(lhs.Float(i), rhs.Float(i))); in EmitBinaryOp()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.hpp2385 RValue<Int4> CmpULT(RValue<Float4> x, RValue<Float4> y);
DLLVMReactor.cpp3273 RValue<Int4> CmpULT(RValue<Float4> x, RValue<Float4> y) in CmpULT() function
DSubzeroReactor.cpp4096 RValue<Int4> CmpULT(RValue<Float4> x, RValue<Float4> y) in CmpULT() function