/aosp_15_r20/external/rust/android-crates-io/crates/minimal-lexical/src/ |
D | bigint.rs | 27 pub type VecType = HeapVec; typedef 30 pub type VecType = StackVec; typedef 160 pub fn normalize(x: &mut VecType) { in normalize() 188 pub fn from_u64(x: u64) -> VecType { in from_u64() 373 pub fn pow(x: &mut VecType, mut exp: u32) -> Option<()> { in pow() 430 pub fn small_add_from(x: &mut VecType, y: Limb, start: usize) -> Option<()> { in small_add_from() 448 pub fn small_add(x: &mut VecType, y: Limb) -> Option<()> { in small_add() 454 pub fn small_mul(x: &mut VecType, y: Limb) -> Option<()> { in small_mul() 472 pub fn large_add_from(x: &mut VecType, y: &[Limb], start: usize) -> Option<()> { in large_add_from() 511 pub fn large_add(x: &mut VecType, y: &[Limb]) -> Option<()> { in large_add() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 134 VectorType *VecType = cast<VectorType>(CI->getType()); in scalarizeMaskedLoad() local 272 VectorType *VecType = cast<VectorType>(Src->getType()); in scalarizeMaskedStore() local 396 VectorType *VecType = cast<VectorType>(CI->getType()); in scalarizeMaskedGather() local 604 VectorType *VecType = cast<VectorType>(CI->getType()); in scalarizeMaskedExpandLoad() local 717 VectorType *VecType = cast<VectorType>(Src->getType()); in scalarizeMaskedCompressStore() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 151 VectorType *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedLoad() local 293 auto *VecType = cast<VectorType>(Src->getType()); in scalarizeMaskedStore() local 420 auto *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedGather() local 639 auto *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedExpandLoad() local 767 auto *VecType = cast<FixedVectorType>(Src->getType()); in scalarizeMaskedCompressStore() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/minimal-lexical/tests/ |
D | stackvec.rs | 7 pub fn vec_from_u32(x: &[u32]) -> VecType { in vec_from_u32()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | vec_test_all_types.h | 68 using VecType = typename at::vec::Vectorized<T>; variable
|
/aosp_15_r20/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 966 unsigned VecType; in tryLoadVector() local 2391 unsigned VecType; in tryStoreVector() local
|
H A D | NVPTX.h | 114 enum VecType { enum
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 103 enum VecType { enum
|
H A D | NVPTXISelDAGToDAG.cpp | 1047 unsigned VecType; in tryLoadVector() local 1913 unsigned VecType; in tryStoreVector() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 122 enum VecType { enum
|
H A D | NVPTXISelDAGToDAG.cpp | 1060 unsigned VecType; in tryLoadVector() local 1913 unsigned VecType; in tryStoreVector() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 225 if (auto *VecType = dyn_cast<VectorType>(ArgType)) in lowerPrintfForGpu() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | PNaClTranslator.cpp | 1732 Ice::Type VecType = Vec->getType(); in validateVectorIndex() local 2306 Ice::Type VecType = Vec->getType(); in ProcessRecord() local 2329 Ice::Type VecType = Vec->getType(); in ProcessRecord() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineInterfaceMatchingTests.cpp | 62 enum class VecType enum
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 544 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local 2374 VectorType *VecType = cast<VectorType>(VecOp->getType()); in canonicalizeBitCastExtElt() local
|
H A D | InstCombineVectorOps.cpp | 498 auto *VecType = cast<VectorType>(GEP->getType()); in visitExtractElementInst() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 1185 VectorType *VecType = dyn_cast<VectorType>(CI->getType()); in scalarizeMaskedLoad() local 1331 VectorType *VecType = dyn_cast<VectorType>(Src->getType()); in scalarizeMaskedStore() local 1449 VectorType *VecType = dyn_cast<VectorType>(CI->getType()); in scalarizeMaskedGather() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1475 MVT VecType = Op.getOperand(0).getSimpleValueType(); in LowerVECTOR_SHUFFLE() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 454 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local
|
/aosp_15_r20/external/libaom/test/ |
H A D | noise_model_test.cc | 371 typedef std::vector<typename T::data_type_t> VecType; typedef in FlatBlockEstimatorTest
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 881 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); in SplitVecRes_INSERT_SUBVECTOR() local 1013 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); in SplitVecRes_INSERT_VECTOR_ELT() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 1338 FixedVectorType *VecType = in foldShuffleFromReductions() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 471 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 1159 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); in SplitVecRes_INSERT_SUBVECTOR() local 1454 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); in SplitVecRes_INSERT_VECTOR_ELT() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2195 MVT VecType = Op.getOperand(0).getSimpleValueType(); in LowerVECTOR_SHUFFLE() local
|