Searched refs:SimplifyDemandedVectorEltsLow (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1320 auto SimplifyDemandedVectorEltsLow = [this](Value *Op, unsigned Width, in visitCallInst() local 1596 if (Value *V = SimplifyDemandedVectorEltsLow(Arg, ArgWidth, RetWidth)) { in visitCallInst() 1615 if (Value *V = SimplifyDemandedVectorEltsLow(Arg, VWidth, 1)) { in visitCallInst() 1664 if (Value *V = SimplifyDemandedVectorEltsLow(Arg0, VWidth, 1)) { in visitCallInst() 1668 if (Value *V = SimplifyDemandedVectorEltsLow(Arg1, VWidth, 1)) { in visitCallInst() 1695 if (Value *V = SimplifyDemandedVectorEltsLow(Arg1, VWidth, 1)) { in visitCallInst() 1714 if (Value *V = SimplifyDemandedVectorEltsLow(Arg1, VWidth, 1)) { in visitCallInst() 1772 if (Value *V = SimplifyDemandedVectorEltsLow(Arg1, VWidth, VWidth / 2)) { in visitCallInst() 1823 if (Value *V = SimplifyDemandedVectorEltsLow(Op0, VWidth0, 1)) { in visitCallInst() 1827 if (Value *V = SimplifyDemandedVectorEltsLow(Op1, VWidth1, 2)) { in visitCallInst() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1939 auto SimplifyDemandedVectorEltsLow = [this](Value *Op, unsigned Width, in visitCallInst() local 2320 if (Value *V = SimplifyDemandedVectorEltsLow(Arg, ArgWidth, RetWidth)) { in visitCallInst() 2355 if (Value *V = SimplifyDemandedVectorEltsLow(Arg, VWidth, 1)) { in visitCallInst() 2423 if (Value *V = SimplifyDemandedVectorEltsLow(Arg0, VWidth, 1)) { in visitCallInst() 2427 if (Value *V = SimplifyDemandedVectorEltsLow(Arg1, VWidth, 1)) { in visitCallInst() 2679 if (Value *V = SimplifyDemandedVectorEltsLow(Arg1, VWidth, VWidth / 2)) { in visitCallInst() 2808 if (Value *V = SimplifyDemandedVectorEltsLow(Op0, VWidth0, 1)) { in visitCallInst() 2812 if (Value *V = SimplifyDemandedVectorEltsLow(Op1, VWidth1, 2)) { in visitCallInst() 2839 if (Value *V = SimplifyDemandedVectorEltsLow(Op0, VWidth, 1)) { in visitCallInst() 2872 if (Value *V = SimplifyDemandedVectorEltsLow(Op0, VWidth, 1)) { in visitCallInst() [all …]
|