Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h603 bool storeOfVectorConstantIsCheap(bool IsZero, EVT MemVT, unsigned NumElem, in storeOfVectorConstantIsCheap()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1458 bool storeOfVectorConstantIsCheap(bool IsZero, EVT MemVT, unsigned NumElem, in storeOfVectorConstantIsCheap()
H A DX86TargetTransformInfo.cpp4944 unsigned NumElem = SrcVTy->getNumElements(); in getMaskedMemoryOpCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1937 unsigned NumElem = VecTy.getNumElements(); in foldExtractEltToCmpSelect() local
2035 unsigned NumElem = VecTy.getNumElements(); in foldInsertEltToCmpSelect() local
H A DAMDGPUISelLowering.cpp918 unsigned NumElem, in storeOfVectorConstantIsCheap()
H A DSIISelLowering.cpp13024 unsigned NumElem, in shouldExpandVectorDynExt()
13068 unsigned NumElem = VecVT.getVectorNumElements(); in shouldExpandVectorDynExt() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1538 unsigned NumElem = WideInOp.getValueType().getVectorNumElements(); in PromoteIntRes_TRUNCATE() local
5787 unsigned NumElem = N->getOperand(0).getValueType().getVectorNumElements(); in PromoteIntRes_CONCAT_VECTORS() local
5947 unsigned NumElem = Incoming->getValueType(0).getVectorNumElements(); in PromoteIntOp_CONCAT_VECTORS() local
H A DLegalizeDAG.cpp4206 unsigned NumElem = VT.getVectorNumElements(); in ExpandNode() local
H A DTargetLowering.cpp9300 unsigned NumElem = SrcVT.getVectorNumElements(); in scalarizeVectorLoad() local
9397 unsigned NumElem = StVT.getVectorNumElements(); in scalarizeVectorStore() local
H A DDAGCombiner.cpp20403 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in tryStoreMergeOfConstants() local
20680 unsigned NumElem = std::min(NumConsecutiveStores, LastConsecutiveLoad + 1); in tryStoreMergeOfLoads() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp518 unsigned NumElem = VecTy.getVectorNumElements(); in typeSplit() local
2356 unsigned NumElem = Ty0.getVectorNumElements(); in typeExtendToWider() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h626 unsigned NumElem, in storeOfVectorConstantIsCheap()