Home
last modified time | relevance | path

Searched defs:NumElem (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp220 int NumElem = LLVMVecType ? LLVMVecType->getNumElements() : 1; in lowerPrintfForGpu() local
H A DAMDGPURegisterBankInfo.cpp1912 unsigned NumElem = VecTy.getNumElements(); in foldExtractEltToCmpSelect() local
1994 unsigned NumElem = VecTy.getNumElements(); in foldInsertEltToCmpSelect() local
H A DAMDGPUISelLowering.cpp855 unsigned NumElem, in storeOfVectorConstantIsCheap()
H A DSIISelLowering.cpp10089 unsigned NumElem, in shouldExpandVectorDynExt()
10124 unsigned NumElem = VecVT.getVectorNumElements(); in shouldExpandVectorDynExt() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp636 unsigned NumElem = in Act() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1322 bool storeOfVectorConstantIsCheap(EVT MemVT, unsigned NumElem, in storeOfVectorConstantIsCheap()
H A DX86TargetTransformInfo.cpp3448 unsigned NumElem = SrcVTy->getNumElements(); in getMaskedMemoryOpCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1261 unsigned NumElem = WideInOp.getValueType().getVectorNumElements(); in PromoteIntRes_TRUNCATE() local
4807 unsigned NumElem = N->getOperand(0).getValueType().getVectorNumElements(); in PromoteIntRes_CONCAT_VECTORS() local
4944 unsigned NumElem = Incoming->getValueType(0).getVectorNumElements(); in PromoteIntOp_CONCAT_VECTORS() local
H A DLegalizeDAG.cpp3748 unsigned NumElem = VT.getVectorNumElements(); in ExpandNode() local
H A DTargetLowering.cpp7304 unsigned NumElem = SrcVT.getVectorNumElements(); in scalarizeVectorLoad() local
7401 unsigned NumElem = StVT.getVectorNumElements(); in scalarizeVectorStore() local
H A DDAGCombiner.cpp17223 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in tryStoreMergeOfConstants() local
17489 unsigned NumElem = std::min(NumConsecutiveStores, LastConsecutiveLoad + 1); in tryStoreMergeOfLoads() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp334 unsigned NumElem = VecTy.getVectorNumElements(); in typeSplit() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h575 unsigned NumElem, in storeOfVectorConstantIsCheap()