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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp222 int NumElem = LLVMVecType ? LLVMVecType->getNumElements() : 1; local
H A DAMDGPUISelLowering.cpp755 storeOfVectorConstantIsCheap(EVT MemVT, unsigned NumElem, unsigned AS) const argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp630 unsigned NumElem = cast<VectorType>(Val0->getType())->getNumElements(); variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp710 unsigned NumElem = SrcVT.getVectorNumElements(); local
H A DLegalizeIntegerTypes.cpp1052 unsigned NumElem = WideInOp.getValueType().getVectorNumElements(); local
4323 unsigned NumElem = N->getOperand(0).getValueType().getVectorNumElements(); local
4446 unsigned NumElem = Incoming->getValueType(0).getVectorNumElements(); local
[all...]
H A DDAGCombiner.cpp10789 unsigned NumElem = VecTy.getVectorNumElements(); local
15917 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; local
16167 unsigned NumElem = local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp229 unsigned NumElem = VecTy.getVectorNumElements(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2441 unsigned NumElem = VTy->getVectorNumElements(); local
2491 unsigned NumElem = SrcVTy->getVectorNumElements(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1059 unsigned NumElem = Ptr->getType()->getVectorNumElements(); local
1064 unsigned NumElem = Index->getType()->getVectorNumElements(); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h445 storeOfVectorConstantIsCheap(EVT MemVT, unsigned NumElem, unsigned AddrSpace) const argument

Completed in 383 milliseconds