Searched refs:lowerPCMP (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 110 llvm::Value *lowerPCMP(llvm::ICmpInst::Predicate pred, llvm::Value *x, in lowerPCMP() function 1918 …return As<Byte8>(V(lowerPCMP(llvm::ICmpInst::ICMP_EQ, V(x.value()), V(y.value()), T(Byte8::type())… in CmpEQ() 1963 …return As<Byte8>(V(lowerPCMP(llvm::ICmpInst::ICMP_SGT, V(x.value()), V(y.value()), T(Byte8::type()… in CmpGT() 1973 …return As<Byte8>(V(lowerPCMP(llvm::ICmpInst::ICMP_EQ, V(x.value()), V(y.value()), T(Byte8::type())… in CmpEQ() 2142 …return As<Short4>(V(lowerPCMP(llvm::ICmpInst::ICMP_SGT, V(x.value()), V(y.value()), T(Short4::type… in CmpGT() 2152 …return As<Short4>(V(lowerPCMP(llvm::ICmpInst::ICMP_EQ, V(x.value()), V(y.value()), T(Short4::type(… in CmpEQ() 3798 …return As<Short4>(V(lowerPCMP(llvm::ICmpInst::ICMP_SGT, V(x.value()), V(y.value()), T(Short4::type… in pcmpgtw() 3803 …return As<Short4>(V(lowerPCMP(llvm::ICmpInst::ICMP_EQ, V(x.value()), V(y.value()), T(Short4::type(… in pcmpeqw() 3808 …return As<Byte8>(V(lowerPCMP(llvm::ICmpInst::ICMP_SGT, V(x.value()), V(y.value()), T(Byte8::type()… in pcmpgtb() 3813 …return As<Byte8>(V(lowerPCMP(llvm::ICmpInst::ICMP_EQ, V(x.value()), V(y.value()), T(Byte8::type())… in pcmpeqb()
|