Searched defs:NumLanes (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp278 int NumLanes = Size / 4; local
339 unsigned NumLanes = Size / 4; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.cpp150 unsigned NumLanes = Size / 128; local
227 unsigned NumLanes = (NumElts * ScalarBits) / 128; local
246 unsigned NumLanes = (NumElts * ScalarBits) / 128; local
281 unsigned NumLanes = NumElts / NumElementsInLane; local
518 unsigned NumLanes = VecSize / 128; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp476 unsigned NumLanes = std::max((int)VT.getSizeInBits() / 128, 1); local
H A DX86MCInstLower.cpp2497 int NumLanes = 1; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1684 unsigned NumLanes = Ty0->getPrimitiveSizeInBits() / 128; local
H A DInstCombineCalls.cpp561 unsigned NumLanes = ResTy->getPrimitiveSizeInBits() / 128; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp2320 unsigned NumLanes = VT->getPrimitiveSizeInBits() / 128; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1128 unsigned NumLanes = VL.size(); local
1219 unsigned NumLanes = getNumLanes(); local
1500 unsigned NumLanes = Scalars.size(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9982 unsigned NumLanes = Op.getValueType().getVectorNumElements(); local
10055 unsigned NumLanes = Op.getValueType().getVectorNumElements(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13693 unsigned NumLanes = Op.getValueType().getVectorNumElements(); local
13751 unsigned NumLanes = Op.getValueType().getVectorNumElements(); local

Completed in 366 milliseconds