Searched refs:lowerPCMP (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 144 llvm::Value *lowerPCMP(llvm::ICmpInst::Predicate pred, llvm::Value *x, in lowerPCMP() function 2936 …return As<Byte8>(V(lowerPCMP(llvm::ICmpInst::ICMP_EQ, V(x.value), V(y.value), T(Byte8::getType()))… in CmpEQ() 3153 …return As<Byte8>(V(lowerPCMP(llvm::ICmpInst::ICMP_SGT, V(x.value), V(y.value), T(Byte8::getType())… in CmpGT() 3162 …return As<Byte8>(V(lowerPCMP(llvm::ICmpInst::ICMP_EQ, V(x.value), V(y.value), T(Byte8::getType()))… in CmpEQ() 3620 …return As<Short4>(V(lowerPCMP(llvm::ICmpInst::ICMP_SGT, V(x.value), V(y.value), T(Short4::getType(… in CmpGT() 3629 …return As<Short4>(V(lowerPCMP(llvm::ICmpInst::ICMP_EQ, V(x.value), V(y.value), T(Short4::getType()… in CmpEQ() 7204 …return As<Short4>(V(lowerPCMP(llvm::ICmpInst::ICMP_SGT, V(x.value), V(y.value), T(Short4::getType(… in pcmpgtw() 7215 …return As<Short4>(V(lowerPCMP(llvm::ICmpInst::ICMP_EQ, V(x.value), V(y.value), T(Short4::getType()… in pcmpeqw() 7226 …return As<Byte8>(V(lowerPCMP(llvm::ICmpInst::ICMP_SGT, V(x.value), V(y.value), T(Byte8::getType())… in pcmpgtb() 7237 …return As<Byte8>(V(lowerPCMP(llvm::ICmpInst::ICMP_EQ, V(x.value), V(y.value), T(Byte8::getType()))… in pcmpeqb()
|