Searched defs:UndefElts (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ShuffleDecodeConstantPool.cpp | 25 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
|
D | X86ISelLowering.cpp | 6134 APInt &UndefElts, in getTargetConstantBitsFromNode() 6472 APInt UndefElts; in isConstantSplat() local 6500 APInt &UndefElts) { in getTargetShuffleMaskIndices() 7152 APInt UndefElts; in getFauxShuffleMask() local 21534 APInt UndefElts; in LowerVSETCC() local 27114 APInt UndefElts; in LowerRotate() local 33690 APInt UndefElts(NumMaskElts, 0); in combineX86ShuffleChain() local 34001 APInt UndefElts(NumMaskElts, 0); in combineX86ShufflesConstants() local 36572 APInt UndefElts; in combineBitcast() local 39540 auto &UndefElts = (Elt >= NumSrcEltsPerLane ? UndefElts1 : UndefElts0); in combineVectorPack() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/ |
D | X86ShuffleDecode.cpp | 306 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 341 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
|
D | InstCombineCalls.cpp | 1101 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
|
D | InstCombineSimplifyDemanded.cpp | 1120 APInt &UndefElts, in SimplifyDemandedVectorElts()
|
D | InstCombineSelect.cpp | 2758 APInt UndefElts(VWidth, 0); in visitSelectInst() local
|
D | InstructionCombining.cpp | 1671 APInt UndefElts(VWidth, 0); in visitGetElementPtrInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2281 APInt &UndefElts, unsigned Depth) { in isSplatValue() 2371 APInt UndefElts; in isSplatValue() local 2384 APInt UndefElts; in getSplatSourceVector() local
|