/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ShuffleDecodeConstantPool.cpp | 27 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 D | X86InstCombineIntrinsic.cpp | 933 APInt UndefElts(Width, 0); in instCombineIntrinsic() local 1782 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
|
H A D | X86ISelLowering.cpp | 6517 APInt &UndefElts, in getTargetConstantBitsFromNode() 6845 APInt UndefElts; in isConstantSplat() local 6874 APInt &UndefElts) { in getTargetShuffleMaskIndices() 7548 APInt UndefElts; in getFauxShuffleMask() local 11175 APInt UndefElts; in createShuffleMaskFromVSELECT() local 23087 APInt UndefElts; in LowerVSETCC() local 36102 APInt UndefElts(NumMaskElts, 0); in combineX86ShuffleChain() local 36601 APInt UndefElts(NumMaskElts, 0); in combineX86ShufflesConstants() local 40028 APInt UndefElts; in combineBitcast() local 43659 auto &UndefElts = (Elt >= NumSrcEltsPerLane ? UndefElts1 : UndefElts0); in combineVectorPack() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.cpp | 291 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 362 APInt UndefElts(NumElts, 0); in visitExtractElementInst() local 373 APInt UndefElts(NumElts, 0); in visitExtractElementInst() local 1437 APInt UndefElts(VWidth, 0); in visitInsertElementInst() local 2386 APInt UndefElts(VWidth, 0); in visitShuffleVectorInst() local
|
H A D | InstCombineCalls.cpp | 341 APInt UndefElts(DemandedElts.getBitWidth(), 0); in simplifyMaskedStore() local 380 APInt UndefElts(DemandedElts.getBitWidth(), 0); in simplifyMaskedScatter() local 877 APInt UndefElts(VWidth, 0); in visitCallInst() local
|
H A D | InstCombineSimplifyDemanded.cpp | 1082 APInt &UndefElts, in SimplifyDemandedVectorElts()
|
H A D | InstructionCombining.cpp | 188 IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, APInt &UndefElts2, in targetSimplifyDemandedVectorEltsIntrinsic() argument 1866 APInt UndefElts(VWidth, 0); in visitGetElementPtrInst() local
|
H A D | InstCombineSelect.cpp | 2434 APInt UndefElts(NumElts, 0); in foldVectorSelect() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 1051 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 182 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
|
H A D | TargetTransformInfo.h | 1835 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 589 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 310 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2465 APInt &UndefElts, unsigned Depth) { in isSplatValue() 2576 APInt UndefElts; in isSplatValue() local 2593 APInt UndefElts; in getSplatSourceVector() local
|