Home
last modified time | relevance | path

Searched defs:VecType (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/minimal-lexical/src/
Dbigint.rs27 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 DScalarizeMaskedMemIntrin.cpp134 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 DScalarizeMaskedMemIntrin.cpp151 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/
Dstackvec.rs7 pub fn vec_from_u32(x: &[u32]) -> VecType { in vec_from_u32()
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvec_test_all_types.h68 using VecType = typename at::vec::Vectorized<T>; variable
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp966 unsigned VecType; in tryLoadVector() local
2391 unsigned VecType; in tryStoreVector() local
H A DNVPTX.h114 enum VecType { enum
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTX.h103 enum VecType { enum
H A DNVPTXISelDAGToDAG.cpp1047 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 DNVPTX.h122 enum VecType { enum
H A DNVPTXISelDAGToDAG.cpp1060 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 DAMDGPUPrintfRuntimeBinding.cpp225 if (auto *VecType = dyn_cast<VectorType>(ArgType)) in lowerPrintfForGpu() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp1732 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 DvktPipelineInterfaceMatchingTests.cpp62 enum class VecType enum
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp544 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local
2374 VectorType *VecType = cast<VectorType>(VecOp->getType()); in canonicalizeBitCastExtElt() local
H A DInstCombineVectorOps.cpp498 auto *VecType = cast<VectorType>(GEP->getType()); in visitExtractElementInst() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1185 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 DWebAssemblyISelLowering.cpp1475 MVT VecType = Op.getOperand(0).getSimpleValueType(); in LowerVECTOR_SHUFFLE() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp454 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local
/aosp_15_r20/external/libaom/test/
H A Dnoise_model_test.cc371 typedef std::vector<typename T::data_type_t> VecType; typedef in FlatBlockEstimatorTest
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp881 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 DVectorCombine.cpp1338 FixedVectorType *VecType = in foldShuffleFromReductions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp471 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 DLegalizeVectorTypes.cpp1159 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 DWebAssemblyISelLowering.cpp2195 MVT VecType = Op.getOperand(0).getSimpleValueType(); in LowerVECTOR_SHUFFLE() local

12