Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dalloc_basic_test.cpp75 const int NumElem = 1000; in vector_test() local
100 const int NumElem = 1000; in list_test() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/perf/
Dtree_perf_test.cpp45 const std::size_t NumElem = 1000000; variable
47 const std::size_t NumElem = 10000; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dutils.h93 uint64 NumElem() const { return num_elem_; } in NumElem() function
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp499 unsigned NumElem = SrcVT.getVectorNumElements(); in ExpandLoad() local
723 unsigned NumElem = VT.getVectorNumElements(); in ExpandSELECT() local
H A DTargetLowering.cpp3155 unsigned NumElem = SrcVT.getVectorNumElements(); in scalarizeVectorLoad() local
3218 unsigned NumElem = StVT.getVectorNumElements(); in scalarizeVectorStore() local
H A DLegalizeIntegerTypes.cpp3320 unsigned NumElem = N->getOperand(0).getValueType().getVectorNumElements(); in PromoteIntRes_CONCAT_VECTORS() local
3429 unsigned NumElem = Incoming->getValueType(0).getVectorNumElements(); in PromoteIntOp_CONCAT_VECTORS() local
H A DDAGCombiner.cpp7121 unsigned NumElem = VecTy.getVectorNumElements(); in visitTRUNCATE() local
11661 unsigned NumElem = UseVector ? LastLegalVectorType : LastLegalType; in MergeConsecutiveStores() local
11826 unsigned NumElem = std::min(LastConsecutiveStore, LastConsecutiveLoad) + 1; in MergeConsecutiveStores() local
12397 int NumElem = VT.getVectorNumElements(); in visitEXTRACT_VECTOR_ELT() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1089 unsigned NumElem = VTy->getVectorNumElements(); in getMemoryOpCost() local
1136 unsigned NumElem = SrcVTy->getVectorNumElements(); in getMaskedMemoryOpCost() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp222 int NumElem = LLVMVecType ? LLVMVecType->getNumElements() : 1; in lowerPrintfForGpu() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2441 unsigned NumElem = VTy->getVectorNumElements(); in getMemoryOpCost() local
2491 unsigned NumElem = SrcVTy->getVectorNumElements(); in getMaskedMemoryOpCost() local
H A DX86ISelLowering.h1176 bool storeOfVectorConstantIsCheap(EVT MemVT, unsigned NumElem, in storeOfVectorConstantIsCheap()
/aosp_15_r20/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp581 unsigned NumElem = cast<VectorType>(Val0->getType())->getNumElements(); in Act() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp710 unsigned NumElem = SrcVT.getVectorNumElements(); in ExpandLoad() local
H A DLegalizeIntegerTypes.cpp1040 unsigned NumElem = WideInOp.getValueType().getVectorNumElements(); in PromoteIntRes_TRUNCATE() local
4311 unsigned NumElem = N->getOperand(0).getValueType().getVectorNumElements(); in PromoteIntRes_CONCAT_VECTORS() local
4434 unsigned NumElem = Incoming->getValueType(0).getVectorNumElements(); in PromoteIntOp_CONCAT_VECTORS() local
H A DTargetLowering.cpp6569 unsigned NumElem = SrcVT.getVectorNumElements(); in scalarizeVectorLoad() local
6616 unsigned NumElem = StVT.getVectorNumElements(); in scalarizeVectorStore() local
H A DLegalizeDAG.cpp3779 unsigned NumElem = VT.getVectorNumElements(); in ExpandNode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1397 unsigned NumElem = WideInOp.getValueType().getVectorNumElements(); in PromoteIntRes_TRUNCATE() local
5532 unsigned NumElem = N->getOperand(0).getValueType().getVectorNumElements(); in PromoteIntRes_CONCAT_VECTORS() local
5692 unsigned NumElem = Incoming->getValueType(0).getVectorNumElements(); in PromoteIntOp_CONCAT_VECTORS() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1943 unsigned NumElem = VecTy.getNumElements(); in foldExtractEltToCmpSelect() local
2041 unsigned NumElem = VecTy.getNumElements(); in foldInsertEltToCmpSelect() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.h1435 bool storeOfVectorConstantIsCheap(EVT MemVT, unsigned NumElem, in storeOfVectorConstantIsCheap()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp517 unsigned NumElem = VecTy.getVectorNumElements(); in typeSplit() local
2356 unsigned NumElem = Ty0.getVectorNumElements(); in typeExtendToWider() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go1506 func (t *Type) NumElem() int64 { func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp229 unsigned NumElem = VecTy.getVectorNumElements(); in typeSplit() local
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2381 unsigned NumElem = VArgType->getVectorNumElements(); in getReplacementShuffleMask() local
/aosp_15_r20/external/llvm/include/llvm/Target/
H A DTargetLowering.h304 unsigned NumElem, in storeOfVectorConstantIsCheap()
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp577 unsigned NumElem, in storeOfVectorConstantIsCheap()

12