Searched refs:lowerPCMP (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 94 llvm::Value *lowerPCMP(llvm::ICmpInst::Predicate pred, llvm::Value *x, in lowerPCMP() function 1901 …return As<Byte8>(V(lowerPCMP(llvm::ICmpInst::ICMP_EQ, V(x.value()), V(y.value()), T(Byte8::type())… in CmpEQ() 1946 …return As<Byte8>(V(lowerPCMP(llvm::ICmpInst::ICMP_SGT, V(x.value()), V(y.value()), T(Byte8::type()… in CmpGT() 1956 …return As<Byte8>(V(lowerPCMP(llvm::ICmpInst::ICMP_EQ, V(x.value()), V(y.value()), T(Byte8::type())… in CmpEQ() 2125 …return As<Short4>(V(lowerPCMP(llvm::ICmpInst::ICMP_SGT, V(x.value()), V(y.value()), T(Short4::type… in CmpGT() 2135 …return As<Short4>(V(lowerPCMP(llvm::ICmpInst::ICMP_EQ, V(x.value()), V(y.value()), T(Short4::type(… in CmpEQ() 3592 …return As<Short4>(V(lowerPCMP(llvm::ICmpInst::ICMP_SGT, V(x.value()), V(y.value()), T(Short4::type… in pcmpgtw() 3597 …return As<Short4>(V(lowerPCMP(llvm::ICmpInst::ICMP_EQ, V(x.value()), V(y.value()), T(Short4::type(… in pcmpeqw() 3602 …return As<Byte8>(V(lowerPCMP(llvm::ICmpInst::ICMP_SGT, V(x.value()), V(y.value()), T(Byte8::type()… in pcmpgtb() 3607 …return As<Byte8>(V(lowerPCMP(llvm::ICmpInst::ICMP_EQ, V(x.value()), V(y.value()), T(Byte8::type())… in pcmpeqb()
|