Home
last modified time | relevance | path

Searched defs:UndefElts (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp25 APInt &UndefElts, in extractConstantMask()
121 APInt UndefElts; in DecodePSHUFBMask() local
160 APInt UndefElts; in DecodeVPERMILPMask() local
197 APInt UndefElts; in DecodeVPERMIL2PMask() local
251 APInt UndefElts; in DecodeVPPERMMask() local
304 APInt UndefElts; in DecodeVPERMVMask() local
330 APInt UndefElts; in DecodeVPERMV3Mask() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp27 APInt &UndefElts, in extractConstantMask()
123 APInt UndefElts; in DecodePSHUFBMask() local
162 APInt UndefElts; in DecodeVPERMILPMask() local
198 APInt UndefElts; in DecodeVPERMIL2PMask() local
252 APInt UndefElts; in DecodeVPPERMMask() local
H A DX86InstCombineIntrinsic.cpp932 APInt UndefElts(Width, 0); in instCombineIntrinsic() local
1778 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
H A DX86ISelLowering.cpp7278 APInt &UndefElts, in getTargetConstantBitsFromNode()
7587 APInt UndefElts; in isConstantSplat() local
7616 APInt &UndefElts) { in getTargetShuffleMaskIndices()
8254 APInt UndefElts; in createShuffleMaskFromVSELECT() local
8320 APInt UndefElts; in getFauxShuffleMask() local
24924 APInt UndefElts; in LowerVSETCC() local
30456 APInt UndefElts; in convertShiftLeftToScale() local
38047 APInt UndefElts; in computeKnownBitsForTargetNode() local
39490 APInt UndefElts(NumMaskElts, 0); in combineX86ShuffleChain() local
39994 APInt UndefElts(NumMaskElts, 0); in combineX86ShufflesConstants() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp292 void DecodePSHUFBMask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodePSHUFBMask()
324 void DecodeVPPERMMask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPPERMMask()
477 ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMILPMask()
499 ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMIL2PMask()
544 void DecodeVPERMVMask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMVMask()
558 void DecodeVPERMV3Mask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMV3Mask()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.cpp306 void DecodePSHUFBMask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodePSHUFBMask()
338 void DecodeVPPERMMask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPPERMMask()
493 ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMILPMask()
515 ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMIL2PMask()
560 void DecodeVPERMVMask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMVMask()
574 void DecodeVPERMV3Mask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMV3Mask()
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp170 APInt UndefElts(VectorWidth, 0); in visitExtractElementInst() local
620 APInt UndefElts(VWidth, 0); in visitInsertElementInst() local
933 APInt UndefElts(VWidth, 0); in visitShuffleVectorInst() local
H A DInstCombineSimplifyDemanded.cpp907 APInt &UndefElts, in SimplifyDemandedVectorElts()
H A DInstCombineCalls.cpp1322 APInt UndefElts(Width, 0); in visitCallInst() local
1328 APInt UndefElts(Width, 0); in visitCallInst() local
H A DInstCombineSelect.cpp1235 APInt UndefElts(VWidth, 0); in visitSelectInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp341 APInt UndefElts(NumElts, 0); in visitExtractElementInst() local
354 APInt UndefElts(NumElts, 0); in visitExtractElementInst() local
1098 APInt UndefElts(VWidth, 0); in visitInsertElementInst() local
1945 APInt UndefElts(VWidth, 0); in visitShuffleVectorInst() local
H A DInstCombineCalls.cpp1101 APInt UndefElts(DemandedElts.getBitWidth(), 0); in simplifyMaskedStore() local
1139 APInt UndefElts(DemandedElts.getBitWidth(), 0); in simplifyMaskedScatter() local
1869 APInt UndefElts(VWidth, 0); in visitCallInst() local
1883 APInt UndefElts(Width, 0); in visitCallInst() local
H A DInstCombineSimplifyDemanded.cpp1120 APInt &UndefElts, in SimplifyDemandedVectorElts()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp581 APInt UndefElts(NumElts, 0); in visitExtractElementInst() local
592 APInt UndefElts(NumElts, 0); in visitExtractElementInst() local
1695 APInt UndefElts(VWidth, 0); in visitInsertElementInst() local
2824 APInt UndefElts(VWidth, 0); in visitShuffleVectorInst() local
H A DInstCombineCalls.cpp375 APInt UndefElts(DemandedElts.getBitWidth(), 0); in simplifyMaskedStore() local
459 APInt UndefElts(DemandedElts.getBitWidth(), 0); in simplifyMaskedScatter() local
1245 APInt UndefElts(VWidth, 0); in visitCallInst() local
H A DInstCombineSimplifyDemanded.cpp1237 APInt &UndefElts, in SimplifyDemandedVectorElts()
H A DInstructionCombining.cpp193 IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, APInt &UndefElts2, in targetSimplifyDemandedVectorEltsIntrinsic() argument
2294 APInt UndefElts(VWidth, 0); in visitGetElementPtrInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1206 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp255 APInt &UndefElts, APInt &UndefElts2, APInt &UndefElts3, in simplifyDemandedVectorEltsIntrinsic()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h191 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h651 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DBasicTTIImpl.h686 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DBasicTTIImpl.h686 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DTargetTransformInfoImpl.h203 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DTargetTransformInfoImpl.h203 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument

12