Searched defs:NumElem (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 662 bool storeOfVectorConstantIsCheap(bool IsZero, EVT MemVT, unsigned NumElem, in storeOfVectorConstantIsCheap()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1469 bool storeOfVectorConstantIsCheap(bool IsZero, EVT MemVT, unsigned NumElem, in storeOfVectorConstantIsCheap()
|
H A D | X86TargetTransformInfo.cpp | 5070 unsigned NumElem = SrcVTy->getNumElements(); in getMaskedMemoryOpCost() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 1936 unsigned NumElem = VecTy.getNumElements(); in foldExtractEltToCmpSelect() local 2034 unsigned NumElem = VecTy.getNumElements(); in foldInsertEltToCmpSelect() local
|
H A D | AMDGPUISelLowering.cpp | 959 unsigned NumElem, in storeOfVectorConstantIsCheap()
|
H A D | SIISelLowering.cpp | 13322 unsigned NumElem, in shouldExpandVectorDynExt() 13366 unsigned NumElem = VecVT.getVectorNumElements(); in shouldExpandVectorDynExt() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 1681 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 D | LegalizeDAG.cpp | 4286 unsigned NumElem = VT.getVectorNumElements(); in ExpandNode() local
|
H A D | TargetLowering.cpp | 9631 unsigned NumElem = SrcVT.getVectorNumElements(); in scalarizeVectorLoad() local 9727 unsigned NumElem = StVT.getVectorNumElements(); in scalarizeVectorStore() local
|
H A D | DAGCombiner.cpp | 20749 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 D | HexagonISelLoweringHVX.cpp | 518 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 D | TargetLowering.h | 672 unsigned NumElem, in storeOfVectorConstantIsCheap()
|