Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp220 int NumElem = LLVMVecType ? LLVMVecType->getNumElements() : 1; in lowerPrintfForGpu() local
DAMDGPURegisterBankInfo.cpp1963 unsigned NumElem = VecTy.getNumElements(); in foldExtractEltToCmpSelect() local
2061 unsigned NumElem = VecTy.getNumElements(); in foldInsertEltToCmpSelect() local
DAMDGPUISelLowering.cpp902 unsigned NumElem, in storeOfVectorConstantIsCheap()
DSIISelLowering.cpp10065 unsigned NumElem, in shouldExpandVectorDynExt()
10100 unsigned NumElem = VecVT.getVectorNumElements(); in shouldExpandVectorDynExt() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-stress/
Dllvm-stress.cpp640 unsigned NumElem = in Act() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1322 bool storeOfVectorConstantIsCheap(EVT MemVT, unsigned NumElem, in storeOfVectorConstantIsCheap()
DX86TargetTransformInfo.cpp3674 unsigned NumElem = SrcVTy->getNumElements(); in getMaskedMemoryOpCost() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1265 unsigned NumElem = WideInOp.getValueType().getVectorNumElements(); in PromoteIntRes_TRUNCATE() local
4881 unsigned NumElem = N->getOperand(0).getValueType().getVectorNumElements(); in PromoteIntRes_CONCAT_VECTORS() local
5018 unsigned NumElem = Incoming->getValueType(0).getVectorNumElements(); in PromoteIntOp_CONCAT_VECTORS() local
DLegalizeDAG.cpp3735 unsigned NumElem = VT.getVectorNumElements(); in ExpandNode() local
DTargetLowering.cpp7333 unsigned NumElem = SrcVT.getVectorNumElements(); in scalarizeVectorLoad() local
7430 unsigned NumElem = StVT.getVectorNumElements(); in scalarizeVectorStore() local
DDAGCombiner.cpp17421 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in tryStoreMergeOfConstants() local
17690 unsigned NumElem = std::min(NumConsecutiveStores, LastConsecutiveLoad + 1); in tryStoreMergeOfLoads() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp334 unsigned NumElem = VecTy.getVectorNumElements(); in typeSplit() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h580 unsigned NumElem, in storeOfVectorConstantIsCheap()