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.h662 bool storeOfVectorConstantIsCheap(bool IsZero, EVT MemVT, unsigned NumElem, in storeOfVectorConstantIsCheap()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1469 bool storeOfVectorConstantIsCheap(bool IsZero, EVT MemVT, unsigned NumElem, in storeOfVectorConstantIsCheap()
H A DX86TargetTransformInfo.cpp5070 unsigned NumElem = SrcVTy->getNumElements(); in getMaskedMemoryOpCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1936 unsigned NumElem = VecTy.getNumElements(); in foldExtractEltToCmpSelect() local
2034 unsigned NumElem = VecTy.getNumElements(); in foldInsertEltToCmpSelect() local
H A DAMDGPUISelLowering.cpp959 unsigned NumElem, in storeOfVectorConstantIsCheap()
H A DSIISelLowering.cpp13322 unsigned NumElem, in shouldExpandVectorDynExt()
13366 unsigned NumElem = VecVT.getVectorNumElements(); in shouldExpandVectorDynExt() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1681 unsigned NumElem = WideInOp.getValueType().getVectorNumElements(); in PromoteIntRes_TRUNCATE() local
5960 unsigned NumElem = N->getOperand(0).getValueType().getVectorNumElements(); in PromoteIntRes_CONCAT_VECTORS() local
6138 unsigned NumElem = Incoming->getValueType(0).getVectorNumElements(); in PromoteIntOp_CONCAT_VECTORS() local
H A DLegalizeDAG.cpp4286 unsigned NumElem = VT.getVectorNumElements(); in ExpandNode() local
H A DTargetLowering.cpp9631 unsigned NumElem = SrcVT.getVectorNumElements(); in scalarizeVectorLoad() local
9727 unsigned NumElem = StVT.getVectorNumElements(); in scalarizeVectorStore() local
H A DDAGCombiner.cpp20749 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in tryStoreMergeOfConstants() local
21026 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
2357 assert(NumElem == Ty1.getVectorNumElements()); in typeExtendToWider() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h672 unsigned NumElem, in storeOfVectorConstantIsCheap()