/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ShuffleDecodeConstantPool.cpp | 26 APInt &UndefElts, in extractConstantMask() argument 54 UndefElts = APInt(NumMaskElts, 0); in extractConstantMask() 66 UndefElts.setBit(i); in extractConstantMask() 103 UndefElts.setBit(i); in extractConstantMask() 123 APInt UndefElts; in DecodePSHUFBMask() local 125 if (!extractConstantMask(C, 8, UndefElts, RawMask)) in DecodePSHUFBMask() 133 if (UndefElts[i]) { in DecodePSHUFBMask() 164 APInt UndefElts; in DecodeVPERMILPMask() local 166 if (!extractConstantMask(C, ElSize, UndefElts, RawMask)) in DecodeVPERMILPMask() 175 if (UndefElts[i]) { in DecodeVPERMILPMask() [all …]
|
D | X86ISelLowering.cpp | 5507 APInt &UndefElts, in getTargetConstantBitsFromNode() argument 5534 UndefElts = UndefSrcElts; in getTargetConstantBitsFromNode() 5551 UndefElts = APInt(NumElts, 0); in getTargetConstantBitsFromNode() 5562 UndefElts.setBit(i); in getTargetConstantBitsFromNode() 5694 APInt UndefElts; in getTargetShuffleMaskIndices() local 5699 if (!getTargetConstantBitsFromNode(MaskNode, MaskEltSizeInBits, UndefElts, in getTargetShuffleMaskIndices() 6182 APInt UndefElts; in getFauxShuffleMask() local 6188 if (!getTargetConstantBitsFromNode(IsAndN ? N0 : N1, 8, UndefElts, EltBits)) in getFauxShuffleMask() 6191 if (UndefElts[i]) { in getFauxShuffleMask() 18497 APInt UndefElts; in LowerVSETCC() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1036 APInt &UndefElts, in SimplifyDemandedVectorElts() argument 1044 UndefElts = EltMask; in SimplifyDemandedVectorElts() 1049 UndefElts = EltMask; in SimplifyDemandedVectorElts() 1053 UndefElts = 0; in SimplifyDemandedVectorElts() 1069 UndefElts.setBit(i); in SimplifyDemandedVectorElts() 1078 UndefElts.setBit(i); in SimplifyDemandedVectorElts() 1138 UndefElts, Depth + 1); in SimplifyDemandedVectorElts() 1149 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts() 1189 UndefElts.setBit(i); in SimplifyDemandedVectorElts() 1192 UndefElts.setBit(i); in SimplifyDemandedVectorElts() [all …]
|
D | InstCombineVectorOps.cpp | 196 APInt UndefElts(VectorWidth, 0); in visitExtractElementInst() local 200 UndefElts)) { in visitExtractElementInst() 836 APInt UndefElts(VWidth, 0); in visitInsertElementInst() local 838 if (Value *V = SimplifyDemandedVectorElts(&IE, AllOnesEltMask, UndefElts)) { in visitInsertElementInst() 1369 APInt UndefElts(VWidth, 0); in visitShuffleVectorInst() local 1371 if (Value *V = SimplifyDemandedVectorElts(&SVI, AllOnesEltMask, UndefElts)) { in visitShuffleVectorInst()
|
D | InstCombineCalls.cpp | 1941 APInt UndefElts(Width, 0); in visitCallInst() local 1943 return SimplifyDemandedVectorElts(Op, DemandedElts, UndefElts); in visitCallInst() 2585 APInt UndefElts(VWidth, 0); in visitCallInst() local 2587 if (Value *V = SimplifyDemandedVectorElts(II, AllOnesEltMask, UndefElts)) { in visitCallInst() 2597 APInt UndefElts(VWidth, 0); in visitCallInst() local 2599 if (Value *V = SimplifyDemandedVectorElts(II, AllOnesEltMask, UndefElts)) { in visitCallInst()
|
D | InstCombineInternal.h | 769 APInt &UndefElts, unsigned Depth = 0);
|
D | InstCombineSelect.cpp | 1946 APInt UndefElts(VWidth, 0); in visitSelectInst() local 1948 if (Value *V = SimplifyDemandedVectorElts(&SI, AllOnesEltMask, UndefElts)) { in visitSelectInst()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 807 APInt &UndefElts, in SimplifyDemandedVectorElts() argument 815 UndefElts = EltMask; in SimplifyDemandedVectorElts() 820 UndefElts = EltMask; in SimplifyDemandedVectorElts() 824 UndefElts = 0; in SimplifyDemandedVectorElts() 833 UndefElts.setBit(i); in SimplifyDemandedVectorElts() 836 UndefElts.setBit(i); in SimplifyDemandedVectorElts() 863 UndefElts = DemandedElts ^ EltMask; in SimplifyDemandedVectorElts() 921 UndefElts, Depth+1); in SimplifyDemandedVectorElts() 925 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts() 961 UndefElts.setBit(i); in SimplifyDemandedVectorElts() [all …]
|
D | InstCombineVectorOps.cpp | 161 APInt UndefElts(VectorWidth, 0); in visitExtractElementInst() local 165 DemandedMask, UndefElts)) { in visitExtractElementInst() 435 APInt UndefElts(VWidth, 0); in visitInsertElementInst() local 437 if (Value *V = SimplifyDemandedVectorElts(&IE, AllOnesEltMask, UndefElts)) { in visitInsertElementInst() 463 APInt UndefElts(VWidth, 0); in visitShuffleVectorInst() local 465 if (Value *V = SimplifyDemandedVectorElts(&SVI, AllOnesEltMask, UndefElts)) { in visitShuffleVectorInst()
|
D | InstCombineCalls.cpp | 591 APInt UndefElts(VWidth, 0); in visitCallInst() local 593 DemandedElts, UndefElts)) { in visitCallInst() 612 APInt UndefElts(VWidth, 0); in visitCallInst() local 615 UndefElts)) { in visitCallInst()
|
D | InstCombine.h | 331 APInt& UndefElts, unsigned Depth = 0);
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 907 APInt &UndefElts, in SimplifyDemandedVectorElts() argument 915 UndefElts = EltMask; in SimplifyDemandedVectorElts() 920 UndefElts = EltMask; in SimplifyDemandedVectorElts() 924 UndefElts = 0; in SimplifyDemandedVectorElts() 940 UndefElts.setBit(i); in SimplifyDemandedVectorElts() 949 UndefElts.setBit(i); in SimplifyDemandedVectorElts() 1014 UndefElts, Depth + 1); in SimplifyDemandedVectorElts() 1018 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts() 1054 UndefElts.setBit(i); in SimplifyDemandedVectorElts() 1057 UndefElts.setBit(i); in SimplifyDemandedVectorElts() [all …]
|
D | InstCombineVectorOps.cpp | 170 APInt UndefElts(VectorWidth, 0); in visitExtractElementInst() local 174 UndefElts)) { in visitExtractElementInst() 620 APInt UndefElts(VWidth, 0); in visitInsertElementInst() local 622 if (Value *V = SimplifyDemandedVectorElts(&IE, AllOnesEltMask, UndefElts)) { in visitInsertElementInst() 933 APInt UndefElts(VWidth, 0); in visitShuffleVectorInst() local 935 if (Value *V = SimplifyDemandedVectorElts(&SVI, AllOnesEltMask, UndefElts)) { in visitShuffleVectorInst()
|
D | InstCombineSelect.cpp | 1235 APInt UndefElts(VWidth, 0); in visitSelectInst() local 1237 if (Value *V = SimplifyDemandedVectorElts(&SI, AllOnesEltMask, UndefElts)) { in visitSelectInst()
|
D | InstCombineInternal.h | 537 APInt &UndefElts, unsigned Depth = 0);
|
D | InstCombineCalls.cpp | 1322 APInt UndefElts(Width, 0); in visitCallInst() local 1324 return SimplifyDemandedVectorElts(Op, DemandedElts, UndefElts); in visitCallInst() 1328 APInt UndefElts(Width, 0); in visitCallInst() local 1330 return SimplifyDemandedVectorElts(Op, DemandedElts, UndefElts); in visitCallInst()
|