Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactor.cpp138 llvm::Value *lowerPMINMAX(llvm::Value *x, llvm::Value *y, in lowerPMINMAX() function
236 res = lowerPMINMAX(res, min, llvm::ICmpInst::ICMP_SGT); in lowerPSAT()
237 res = lowerPMINMAX(res, max, llvm::ICmpInst::ICMP_SLT); in lowerPSAT()
388 x = lowerPMINMAX(x, min, llvm::ICmpInst::ICMP_SGT); in lowerPack()
389 x = lowerPMINMAX(x, max, llvm::ICmpInst::ICMP_SLT); in lowerPack()
390 y = lowerPMINMAX(y, min, llvm::ICmpInst::ICMP_SGT); in lowerPack()
391 y = lowerPMINMAX(y, max, llvm::ICmpInst::ICMP_SLT); in lowerPack()
3505 return RValue<Short4>(V(lowerPMINMAX(V(x.value), V(y.value), llvm::ICmpInst::ICMP_SGT))); in Max()
3514 return RValue<Short4>(V(lowerPMINMAX(V(x.value), V(y.value), llvm::ICmpInst::ICMP_SLT))); in Min()
7182 return As<Short4>(V(lowerPMINMAX(V(x.value), V(y.value), llvm::ICmpInst::ICMP_SGT))); in pmaxsw()
[all …]