Home
last modified time | relevance | path

Searched defs:NumElts (Results 1 – 25 of 136) sorted by relevance

123456

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp46 void DecodeInsertElementMask(unsigned NumElts, unsigned Idx, unsigned Len, in DecodeInsertElementMask()
74 void DecodeMOVSLDUPMask(unsigned NumElts, SmallVectorImpl<int> &ShuffleMask) { in DecodeMOVSLDUPMask()
81 void DecodeMOVSHDUPMask(unsigned NumElts, SmallVectorImpl<int> &ShuffleMask) { in DecodeMOVSHDUPMask()
88 void DecodeMOVDDUPMask(unsigned NumElts, SmallVectorImpl<int> &ShuffleMask) { in DecodeMOVDDUPMask()
96 void DecodePSLLDQMask(unsigned NumElts, unsigned Imm, in DecodePSLLDQMask()
108 void DecodePSRLDQMask(unsigned NumElts, unsigned Imm, in DecodePSRLDQMask()
121 void DecodePALIGNRMask(unsigned NumElts, unsigned Imm, in DecodePALIGNRMask()
135 void DecodeVALIGNMask(unsigned NumElts, unsigned Imm, in DecodeVALIGNMask()
147 void DecodePSHUFMask(unsigned NumElts, unsigned ScalarBits, unsigned Imm, in DecodePSHUFMask()
163 void DecodePSHUFHWMask(unsigned NumElts, unsigned Imm, in DecodePSHUFHWMask()
[all …]
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp106 unsigned NumElts = ReadVBR(6); in skipRecord() local
127 unsigned NumElts = ReadVBR(6); in skipRecord() local
158 unsigned NumElts = ReadVBR(6); in skipRecord() local
181 unsigned NumElts = ReadVBR(6); in readRecord() local
217 unsigned NumElts = ReadVBR(6); in readRecord() local
248 unsigned NumElts = ReadVBR(6); in readRecord() local
/external/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp50 unsigned NumElts = VT.getVectorNumElements(); in DecodeInsertElementMask() local
78 unsigned NumElts = VT.getVectorNumElements(); in DecodeMOVSLDUPMask() local
86 unsigned NumElts = VT.getVectorNumElements(); in DecodeMOVSHDUPMask() local
96 unsigned NumElts = VT.getVectorNumElements(); in DecodeMOVDDUPMask() local
109 unsigned NumElts = VectorSizeInBits / 8; in DecodePSLLDQMask() local
123 unsigned NumElts = VectorSizeInBits / 8; in DecodePSRLDQMask() local
138 unsigned NumElts = VT.getVectorNumElements(); in DecodePALIGNRMask() local
158 unsigned NumElts = VT.getVectorNumElements(); in DecodePSHUFMask() local
176 unsigned NumElts = VT.getVectorNumElements(); in DecodePSHUFHWMask() local
192 unsigned NumElts = VT.getVectorNumElements(); in DecodePSHUFLWMask() local
[all …]
/external/llvm/lib/IR/
DAutoUpgrade.cpp428 unsigned NumElts = ResultTy->getVectorNumElements() * 8; in UpgradeX86PSLLDQIntrinsics() local
462 unsigned NumElts = ResultTy->getVectorNumElements() * 8; in UpgradeX86PSRLDQIntrinsics() local
492 unsigned NumElts) { in getX86MaskVec()
527 unsigned NumElts = Op0->getType()->getVectorNumElements(); in UpgradeX86PALIGNRIntrinsics() local
576 unsigned NumElts = Data->getType()->getVectorNumElements(); in UpgradeMaskedStore() local
596 unsigned NumElts = Passthru->getType()->getVectorNumElements(); in UpgradeMaskedLoad() local
612 unsigned NumElts = Op0->getType()->getVectorNumElements(); in upgradeMaskedCompare() local
885 unsigned NumElts = CI->getType()->getVectorNumElements(); in UpgradeIntrinsicCall() local
944 unsigned NumElts = CI->getType()->getVectorNumElements(); in UpgradeIntrinsicCall() local
991 unsigned NumElts = VecTy->getNumElements(); in UpgradeIntrinsicCall() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp102 unsigned NumElts = MaybeVBR.get(); in skipRecord() local
146 unsigned NumElts = MaybeNum.get(); in skipRecord() local
185 unsigned NumElts = MaybeNum.get(); in skipRecord() local
216 uint32_t NumElts = MaybeNumElts.get(); in readRecord() local
265 uint32_t NumElts = MaybeNumElts.get(); in readRecord() local
310 uint32_t NumElts = MaybeNumElts.get(); in readRecord() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp126 unsigned NumElts = Width / 8; in DecodePSHUFBMask() local
165 unsigned NumElts = Width / ElSize; in DecodeVPERMILPMask() local
202 unsigned NumElts = Width / ElSize; in DecodeVPERMIL2PMask() local
256 unsigned NumElts = Width / 8; in DecodeVPPERMMask() local
309 unsigned NumElts = Width / ElSize; in DecodeVPERMVMask() local
335 unsigned NumElts = Width / ElSize; in DecodeVPERMV3Mask() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp895 unsigned NumElts = ResultTy->getVectorNumElements() * 8; in UpgradeX86PSLLDQIntrinsics() local
929 unsigned NumElts = ResultTy->getVectorNumElements() * 8; in UpgradeX86PSRLDQIntrinsics() local
959 unsigned NumElts) { in getX86MaskVec()
1013 unsigned NumElts = Op0->getType()->getVectorNumElements(); in UpgradeX86ALIGNIntrinsics() local
1144 unsigned NumElts = Ty->getVectorNumElements(); in upgradeX86Rotate() local
1214 unsigned NumElts = Ty->getVectorNumElements(); in upgradeX86ConcatShift() local
1249 unsigned NumElts = Data->getType()->getVectorNumElements(); in UpgradeMaskedStore() local
1269 unsigned NumElts = Passthru->getType()->getVectorNumElements(); in UpgradeMaskedLoad() local
1333 unsigned NumElts = Vec->getType()->getVectorNumElements(); in ApplyX86MaskOn1BitsVec() local
1356 unsigned NumElts = Op0->getType()->getVectorNumElements(); in upgradeMaskedCompare() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86IntelInstPrinter.cpp162 unsigned NumElts; in printVecCompareInstr() local
302 unsigned NumElts; in printVecCompareInstr() local
DX86ATTInstPrinter.cpp172 unsigned NumElts; in printVecCompareInstr() local
314 unsigned NumElts; in printVecCompareInstr() local
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp115 unsigned NumElts = ReadVBR(6); in skipRecord() local
134 unsigned NumElts = ReadVBR(6); in skipRecord() local
204 unsigned NumElts = ReadVBR(6); in readRecord() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp342 unsigned NumElts = 2; in ExpandOp_BITCAST() local
369 unsigned NumElts = VecVT.getVectorNumElements(); in ExpandOp_BUILD_VECTOR() local
407 unsigned NumElts = VecVT.getVectorNumElements(); in ExpandOp_INSERT_VECTOR_ELT() local
445 unsigned NumElts = VT.getVectorNumElements(); in ExpandOp_SCALAR_TO_VECTOR() local
DLegalizeVectorTypes.cpp2976 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_BinaryCanTrap() local
3067 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_StrictFP() local
3558 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_BUILD_VECTOR() local
3667 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_EXTRACT_SUBVECTOR() local
3747 unsigned NumElts = WideVT.getVectorNumElements(); in WidenVecRes_MGATHER() local
4064 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_VECTOR_SHUFFLE() local
4133 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_STRICT_FSETCC() local
4335 unsigned NumElts = VT.getVectorNumElements(); in WidenVecOp_Convert() local
4461 unsigned NumElts = VT.getVectorNumElements(); in WidenVecOp_CONCAT_VECTORS() local
4582 unsigned NumElts = DataOp.getValueType().getVectorNumElements(); in WidenVecOp_MSCATTER() local
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp356 unsigned NumElts = 2; in ExpandOp_BITCAST() local
383 unsigned NumElts = VecVT.getVectorNumElements(); in ExpandOp_BUILD_VECTOR() local
423 unsigned NumElts = VecVT.getVectorNumElements(); in ExpandOp_INSERT_VECTOR_ELT() local
461 unsigned NumElts = VT.getVectorNumElements(); in ExpandOp_SCALAR_TO_VECTOR() local
DLegalizeVectorTypes.cpp2207 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_BinaryCanTrap() local
2627 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_BUILD_VECTOR() local
2816 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_EXTRACT_SUBVECTOR() local
2907 unsigned NumElts = WideVT.getVectorNumElements(); in WidenVecRes_MGATHER() local
3002 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_VECTOR_SHUFFLE() local
3199 unsigned NumElts = VT.getVectorNumElements(); in WidenVecOp_Convert() local
3249 unsigned NumElts = VT.getVectorNumElements(); in WidenVecOp_CONCAT_VECTORS() local
3343 unsigned NumElts = WideVal.getValueType().getVectorNumElements(); in WidenVecOp_MSCATTER() local
3464 unsigned NumElts = Width / LdTy.getSizeInBits(); in BuildVectorFromScalar() local
3524 unsigned NumElts = WidenWidth / NewVTWidth; in GenWidenVectorLoads() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp201 unsigned NumElts = Vec->getType()->getVectorNumElements(); in generatePoisonChecks() local
213 unsigned NumElts = Vec->getType()->getVectorNumElements(); in generatePoisonChecks() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp178 unsigned NumElts = Ext.getVectorOperandType()->getNumElements(); in foldBitcastExtElt() local
330 unsigned NumElts = EI.getVectorOperandType()->getNumElements(); in visitExtractElementInst() local
449 unsigned NumElts = V->getType()->getVectorNumElements(); in collectSingleShuffleElements() local
611 unsigned NumElts = V->getType()->getVectorNumElements(); in collectShuffleElements() local
962 unsigned NumElts = Mask->getType()->getVectorNumElements(); in foldConstantInsEltIntoShuffle() local
985 unsigned NumElts = InsElt.getType()->getNumElements(); in foldConstantInsEltIntoShuffle() local
1551 unsigned NumElts = Shuf.getType()->getVectorNumElements(); in foldSelectShuffle() local
1731 unsigned NumElts = Shuf.getType()->getVectorNumElements(); in foldIdentityExtractShuffle() local
1753 int NumElts = Mask.size(); in foldShuffleWithInsert() local
/external/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp45 int NumElts = MaskTy->getVectorNumElements(); in DecodePSHUFBMask() local
251 int NumElts = MaskTy->getVectorNumElements(); in DecodeVPPERMMask() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h410 unsigned NumElts = VTy->getNumElements(); in getHalfElementsVectorType() local
419 unsigned NumElts = VTy->getNumElements(); in getDoubleElementsVectorType() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp202 unsigned NumElts = VT.getVectorNumElements(); in ComputePTXValueVTs() local
253 unsigned NumElts = AccessSize / EltSize; in CanMergeParamLoadStoresStartingAt() local
311 unsigned NumElts = CanMergeParamLoadStoresStartingAt( in VectorizePTXValueVTs() local
1536 unsigned NumElts = StoreOperands.size() - 3; in LowerCall() local
1807 unsigned NumElts = LoadVTs.size(); in LowerCall() local
2337 unsigned NumElts = ValVT.getVectorNumElements(); in LowerSTOREVector() local
2574 unsigned NumElts = parti - VecIdx + 1; in LowerFormalArguments() local
2715 unsigned NumElts = StoreOperands.size() - 2; in LowerReturn() local
4827 unsigned NumElts = ResVT.getVectorNumElements(); in ReplaceLoadVector() local
4932 unsigned NumElts = ResVT.getVectorNumElements(); in ReplaceINTRINSIC_W_CHAIN() local
/external/llvm/include/llvm/IR/
DDerivedTypes.h407 unsigned NumElts = VTy->getNumElements(); in getHalfElementsVectorType() local
416 unsigned NumElts = VTy->getNumElements(); in getDoubleElementsVectorType() local
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp504 unsigned NumElts = VecTy->getVectorNumElements(); in getInterleavedMemoryOpCost() local
560 unsigned NumElts = Inst->getNumArgOperands() - 1; in getOrCreateResultFromMemIntrinsic() local
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1025 unsigned NumElts = VT.getVectorNumElements(); in getTypeConversion() local
1120 unsigned NumElts = VT.getVectorNumElements(); in getVectorTypeBreakdownMVT() local
1504 unsigned NumElts = VT.getVectorNumElements(); in getVectorTypeBreakdown() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallString.h46 void assign(size_t NumElts, char Elt) { in assign()
/external/llvm/include/llvm/ADT/
DSmallString.h45 void assign(size_t NumElts, char Elt) { in assign()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallString.h45 void assign(size_t NumElts, char Elt) { in assign()

123456