Searched refs:lowerPMINMAX (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 104 llvm::Value *lowerPMINMAX(llvm::Value *x, llvm::Value *y, in lowerPMINMAX() function 291 x = lowerPMINMAX(x, min, llvm::ICmpInst::ICMP_SGT); in lowerPack() 292 x = lowerPMINMAX(x, max, llvm::ICmpInst::ICMP_SLT); in lowerPack() 293 y = lowerPMINMAX(y, min, llvm::ICmpInst::ICMP_SGT); in lowerPack() 294 y = lowerPMINMAX(y, max, llvm::ICmpInst::ICMP_SLT); in lowerPack() 2080 return RValue<Short4>(V(lowerPMINMAX(V(x.value()), V(y.value()), llvm::ICmpInst::ICMP_SGT))); in Max() 2090 return RValue<Short4>(V(lowerPMINMAX(V(x.value()), V(y.value()), llvm::ICmpInst::ICMP_SLT))); in Min() 3850 return As<Short4>(V(lowerPMINMAX(V(x.value()), V(y.value()), llvm::ICmpInst::ICMP_SGT))); in pmaxsw() 3855 return As<Short4>(V(lowerPMINMAX(V(x.value()), V(y.value()), llvm::ICmpInst::ICMP_SLT))); in pminsw() 3975 return RValue<Int4>(V(lowerPMINMAX(V(x.value()), V(y.value()), llvm::ICmpInst::ICMP_SGT))); in pmaxsd() [all …]
|