/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.cpp | 150 unsigned NumLanes = Size / 128; in DecodePSHUFMask() local 221 unsigned NumLanes = (NumElts * ScalarBits) / 128; in DecodeUNPCKHMask() local 237 unsigned NumLanes = (NumElts * ScalarBits) / 128; in DecodeUNPCKLMask() local 267 unsigned NumLanes = NumElts / NumElementsInLane; in decodeVSHUF64x2FamilyMask() local 480 unsigned NumLanes = VecSize / 128; in DecodeVPERMILPMask() local 502 unsigned NumLanes = VecSize / 128; in DecodeVPERMIL2PMask() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.cpp | 415 unsigned NumLanes = Size / 4; in allocateSGPRSpillToVGPRLane() local 462 unsigned NumLanes = Size / 4; in allocateVGPRSpillToAGPR() local
|
H A D | AMDGPURegisterBankInfo.cpp | 1963 unsigned NumLanes = DstRegs.size(); in foldExtractEltToCmpSelect() local 2064 unsigned NumLanes = InsRegs.size(); in foldInsertEltToCmpSelect() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 477 unsigned NumLanes = std::max((int)VT.getSizeInBits() / 128, 1); in DecodePALIGNRMask() local
|
H A D | X86InstCombineIntrinsic.cpp | 450 unsigned NumLanes = ResTy->getPrimitiveSizeInBits() / 128; in simplifyX86pack() local 3305 unsigned NumLanes = Ty0->getPrimitiveSizeInBits() / 128; in simplifyDemandedVectorEltsIntrinsic() local
|
H A D | X86ISelLowering.cpp | 5168 unsigned NumLanes = VT.getSizeInBits() / 128; in createPackShuffleMask() local 5188 int NumLanes = VT.getSizeInBits() / 128; in getPackDemandedElts() local 9437 int NumLanes = NumElts / NumEltsPerLane; in isMultiLaneShuffleMask() local 9596 int NumLanes = VT.getSizeInBits() / 128; in IsElementEquivalent() local 10575 int NumLanes = VT.getSizeInBits() / 128; in matchShuffleAsBlend() local 10850 int NumLanes = VT.getSizeInBits() / 128; in lowerShuffleAsUNPCKAndPermute() local 11052 int NumLanes = VT.getSizeInBits() / 128; in lowerShuffleAsByteRotateAndPermute() local 11160 int NumLanes = VT.getSizeInBits() / 128; in lowerShuffleAsDecomposedShuffleMerge() local 12059 int NumLanes = Bits / 128; in lowerShuffleAsZeroOrAnyExtend() local 14762 int NumLanes = VT.getSizeInBits() / 128; in lowerShuffleAsLanePermuteAndPermute() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 575 int NumLanes = VectorBitWidth / 128; in getHorizDemandedEltsForFirstOperand() local
|
/freebsd/sys/dev/mpi3mr/mpi/ |
H A D | mpi30_tool.h | 206 U8 NumLanes; /* 0x11 */ member
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 769 unsigned NumLanes; in fromTypedefName() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 718 for (unsigned Lane = 0, NumLanes = State.VF.getKnownMinValue(); in execute() local
|
H A D | SLPVectorizer.cpp | 1404 int NumLanes; // Total number of lanes (aka vectorization factor). member in llvm::slpvectorizer::BoUpSLP::LookAheadHeuristics 1409 ScalarEvolution &SE, const BoUpSLP &R, int NumLanes, in LookAheadHeuristics() argument 1777 for (unsigned Lane = 0, NumLanes in clearUsed() local 2142 unsigned NumLanes = VL.size(); appendOperandsOfVL() local 2284 unsigned NumLanes = getNumLanes(); reorder() local 3011 unsigned NumLanes = Scalars.size(); setOperandsInOrder() local 6024 unsigned NumLanes = TE->Scalars.size(); findExternalStoreUsersReorderIndices() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2371 size_t NumLanes = Op.getSimpleValueType().getVectorNumElements(); in unrollVectorShift() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 2831 unsigned NumLanes = VT->getPrimitiveSizeInBits() / 128; in upgradeX86IntrinsicCall() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 15260 unsigned NumLanes = Ty->getPrimitiveSizeInBits() / 128; in EmitX86BuiltinExpr() local 15286 unsigned NumLanes = Ty->getPrimitiveSizeInBits() / 128; in EmitX86BuiltinExpr() local 15390 unsigned NumLanes = Ty->getPrimitiveSizeInBits() == 512 ? 4 : 2; in EmitX86BuiltinExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 16915 unsigned NumLanes = Op.getValueType().getVectorNumElements(); in PerformVCVTCombine() local 17056 unsigned NumLanes = Op.getValueType().getVectorNumElements(); in PerformVMulVCTPCombine() local
|