Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
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
/external/llvm-project/llvm/lib/Target/X86/
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
DX86InstCombineIntrinsic.cpp935 APInt UndefElts(Width, 0); in instCombineIntrinsic() local
1784 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86ShuffleDecode.cpp291 void DecodePSHUFBMask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodePSHUFBMask()
323 void DecodeVPPERMMask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPPERMMask()
476 ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMILPMask()
498 ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMIL2PMask()
543 void DecodeVPERMVMask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMVMask()
557 void DecodeVPERMV3Mask(ArrayRef<uint64_t> RawMask, const APInt &UndefElts, in DecodeVPERMV3Mask()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/
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()
/external/llvm-project/llvm/unittests/CodeGen/
DAArch64SelectionDAGTest.cpp311 APInt UndefElts; in TEST_F() local
338 APInt UndefElts; in TEST_F() local
361 APInt UndefElts; in TEST_F() local
388 APInt UndefElts; in TEST_F() local
/external/llvm/lib/Transforms/InstCombine/
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
DInstCombineSimplifyDemanded.cpp907 APInt &UndefElts, in SimplifyDemandedVectorElts()
DInstCombineSelect.cpp1235 APInt UndefElts(VWidth, 0); in visitSelectInst() local
DInstCombineCalls.cpp1322 APInt UndefElts(Width, 0); in visitCallInst() local
1328 APInt UndefElts(Width, 0); in visitCallInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
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
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
DInstCombineSimplifyDemanded.cpp1120 APInt &UndefElts, in SimplifyDemandedVectorElts()
DInstCombineSelect.cpp2758 APInt UndefElts(VWidth, 0); in visitSelectInst() local
DInstructionCombining.cpp1671 APInt UndefElts(VWidth, 0); in visitGetElementPtrInst() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp362 APInt UndefElts(NumElts, 0); in visitExtractElementInst() local
373 APInt UndefElts(NumElts, 0); in visitExtractElementInst() local
1437 APInt UndefElts(VWidth, 0); in visitInsertElementInst() local
2358 APInt UndefElts(VWidth, 0); in visitShuffleVectorInst() local
DInstCombineCalls.cpp326 APInt UndefElts(DemandedElts.getBitWidth(), 0); in simplifyMaskedStore() local
365 APInt UndefElts(DemandedElts.getBitWidth(), 0); in simplifyMaskedScatter() local
778 APInt UndefElts(VWidth, 0); in visitCallInst() local
DInstCombineSimplifyDemanded.cpp1038 APInt &UndefElts, in SimplifyDemandedVectorElts()
DInstructionCombining.cpp188 IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, APInt &UndefElts2, in targetSimplifyDemandedVectorEltsIntrinsic() argument
1840 APInt UndefElts(VWidth, 0); in visitGetElementPtrInst() local
DInstCombineSelect.cpp2445 APInt UndefElts(NumElts, 0); in foldVectorSelect() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstCombineIntrinsic.cpp1048 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h506 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h165 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
DTargetTransformInfo.h1728 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
/external/llvm-project/llvm/lib/Analysis/
DTargetTransformInfo.cpp349 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument

12