| /external/rust/crates/minimal-lexical/src/ | 
| D | bigint.rs | 27 pub type VecType = HeapVec;  typedef30 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 …]
 
 | 
| /external/rust/crates/minimal-lexical/tests/ | 
| D | stackvec.rs | 7 pub fn vec_from_u32(x: &[u32]) -> VecType {  in vec_from_u32()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | ScalarizeMaskedMemIntrin.cpp | 134   VectorType *VecType = cast<VectorType>(CI->getType());  in scalarizeMaskedLoad()  local272   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
 
 | 
| /external/llvm/lib/Target/NVPTX/ | 
| D | NVPTX.h | 114 enum VecType {  enum
 | 
| D | NVPTXISelDAGToDAG.cpp | 966   unsigned VecType;  in tryLoadVector()  local2391   unsigned VecType;  in tryStoreVector()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ | 
| D | NVPTX.h | 103 enum VecType {  enum
 | 
| D | NVPTXISelDAGToDAG.cpp | 1047   unsigned VecType;  in tryLoadVector()  local1913   unsigned VecType;  in tryStoreVector()  local
 
 | 
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ | 
| D | vktPipelineInterfaceMatchingTests.cpp | 60 enum class VecType  enum
 | 
| /external/swiftshader/third_party/subzero/src/ | 
| D | PNaClTranslator.cpp | 1732     Ice::Type VecType = Vec->getType();  in validateVectorIndex()  local2306     Ice::Type VecType = Vec->getType();  in ProcessRecord()  local
 2329     Ice::Type VecType = Vec->getType();  in ProcessRecord()  local
 
 | 
| /external/llvm/lib/CodeGen/ | 
| D | CodeGenPrepare.cpp | 1185   VectorType *VecType = dyn_cast<VectorType>(CI->getType());  in scalarizeMaskedLoad()  local1331   VectorType *VecType = dyn_cast<VectorType>(Src->getType());  in scalarizeMaskedStore()  local
 1449   VectorType *VecType = dyn_cast<VectorType>(CI->getType());  in scalarizeMaskedGather()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ | 
| D | WebAssemblyISelLowering.cpp | 1475   MVT VecType = Op.getOperand(0).getSimpleValueType();  in LowerVECTOR_SHUFFLE()  local
 | 
| /external/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineCasts.cpp | 454   VectorType *VecType = cast<VectorType>(VecInput->getType());  in foldVecTruncToExtElt()  local
 | 
| /external/libaom/test/ | 
| D | noise_model_test.cc | 372   typedef std::vector<typename T::data_type_t> VecType;  typedef in FlatBlockEstimatorTest
 | 
| /external/llvm/lib/CodeGen/SelectionDAG/ | 
| D | LegalizeVectorTypes.cpp | 881   Type *VecType = VecVT.getTypeForEVT(*DAG.getContext());  in SplitVecRes_INSERT_SUBVECTOR()  local1013   Type *VecType = VecVT.getTypeForEVT(*DAG.getContext());  in SplitVecRes_INSERT_VECTOR_ELT()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineCasts.cpp | 471   VectorType *VecType = cast<VectorType>(VecInput->getType());  in foldVecTruncToExtElt()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ | 
| D | LegalizeVectorTypes.cpp | 1159   Type *VecType = VecVT.getTypeForEVT(*DAG.getContext());  in SplitVecRes_INSERT_SUBVECTOR()  local1454   Type *VecType = VecVT.getTypeForEVT(*DAG.getContext());  in SplitVecRes_INSERT_VECTOR_ELT()  local
 
 | 
| /external/llvm/lib/Target/AMDGPU/ | 
| D | SIISelLowering.cpp | 2400   MVT VecType = MVT::getVectorVT(SimpleVT, 2);  in LowerATOMIC_CMP_SWAP()  local
 | 
| /external/clang/lib/Sema/ | 
| D | SemaTemplateDeduction.cpp | 4797     const DependentSizedExtVectorType *VecType  in MarkUsedTemplateParameters()  local
 | 
| D | SemaInit.cpp | 1543       QualType VecType;  in CheckVectorType()  local
 | 
| D | SemaExpr.cpp | 7403       const VectorType *VecType = RHSType->getAs<VectorType>();  in CheckAssignmentConstraints()  local7955   QualType VecType = LHSVecType ? LHSType : RHSType;  in CheckVectorOperands()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | SIISelLowering.cpp | 8018   MVT VecType = MVT::getVectorVT(SimpleVT, 2);  in LowerATOMIC_CMP_SWAP()  local
 |