/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | alloc_basic_test.cpp | 75 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/ |
D | tree_perf_test.cpp | 45 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 D | utils.h | 93 uint64 NumElem() const { return num_elem_; } in NumElem() function
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 499 unsigned NumElem = SrcVT.getVectorNumElements(); in ExpandLoad() local 723 unsigned NumElem = VT.getVectorNumElements(); in ExpandSELECT() local
|
H A D | TargetLowering.cpp | 3155 unsigned NumElem = SrcVT.getVectorNumElements(); in scalarizeVectorLoad() local 3218 unsigned NumElem = StVT.getVectorNumElements(); in scalarizeVectorStore() local
|
H A D | LegalizeIntegerTypes.cpp | 3320 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 D | DAGCombiner.cpp | 7121 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 D | X86TargetTransformInfo.cpp | 1089 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 D | AMDGPUPrintfRuntimeBinding.cpp | 222 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 D | X86TargetTransformInfo.cpp | 2441 unsigned NumElem = VTy->getVectorNumElements(); in getMemoryOpCost() local 2491 unsigned NumElem = SrcVTy->getVectorNumElements(); in getMaskedMemoryOpCost() local
|
H A D | X86ISelLowering.h | 1176 bool storeOfVectorConstantIsCheap(EVT MemVT, unsigned NumElem, in storeOfVectorConstantIsCheap()
|
/aosp_15_r20/external/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 581 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 D | LegalizeVectorOps.cpp | 710 unsigned NumElem = SrcVT.getVectorNumElements(); in ExpandLoad() local
|
H A D | LegalizeIntegerTypes.cpp | 1040 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 D | TargetLowering.cpp | 6569 unsigned NumElem = SrcVT.getVectorNumElements(); in scalarizeVectorLoad() local 6616 unsigned NumElem = StVT.getVectorNumElements(); in scalarizeVectorStore() local
|
H A D | LegalizeDAG.cpp | 3779 unsigned NumElem = VT.getVectorNumElements(); in ExpandNode() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 1397 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 D | AMDGPURegisterBankInfo.cpp | 1943 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 D | X86ISelLowering.h | 1435 bool storeOfVectorConstantIsCheap(EVT MemVT, unsigned NumElem, in storeOfVectorConstantIsCheap()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 517 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/ |
D | type.go | 1506 func (t *Type) NumElem() int64 { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 229 unsigned NumElem = VecTy.getVectorNumElements(); in typeSplit() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | BBVectorize.cpp | 2381 unsigned NumElem = VArgType->getVectorNumElements(); in getReplacementShuffleMask() local
|
/aosp_15_r20/external/llvm/include/llvm/Target/ |
H A D | TargetLowering.h | 304 unsigned NumElem, in storeOfVectorConstantIsCheap()
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 577 unsigned NumElem, in storeOfVectorConstantIsCheap()
|