Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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
/external/llvm-project/llvm/lib/Transforms/Scalar/
DScalarizeMaskedMemIntrin.cpp136 VectorType *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedLoad() local
275 auto *VecType = cast<VectorType>(Src->getType()); in scalarizeMaskedStore() local
400 auto *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedGather() local
609 auto *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedExpandLoad() local
733 auto *VecType = cast<FixedVectorType>(Src->getType()); in scalarizeMaskedCompressStore() local
DLowerMatrixIntrinsics.cpp158 auto *VecType = FixedVectorType::get(EltType, NumElements); in computeVectorAddr() local
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTX.h102 enum VecType { enum
DNVPTXISelDAGToDAG.cpp1046 unsigned VecType; in tryLoadVector() local
1912 unsigned VecType; in tryStoreVector() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTX.h103 enum VecType { enum
DNVPTXISelDAGToDAG.cpp1047 unsigned VecType; in tryLoadVector() local
1913 unsigned VecType; in tryStoreVector() local
/external/llvm/lib/Target/NVPTX/
DNVPTX.h114 enum VecType { enum
DNVPTXISelDAGToDAG.cpp966 unsigned VecType; in tryLoadVector() local
2391 unsigned VecType; in tryStoreVector() local
/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.h278 inline TType *VecType(TType *type, int size) in VecType() function
/external/swiftshader/third_party/subzero/src/
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
/external/llvm/lib/CodeGen/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1475 MVT VecType = Op.getOperand(0).getSimpleValueType(); in LowerVECTOR_SHUFFLE() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp454 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local
/external/libaom/libaom/test/
Dnoise_model_test.cc341 typedef std::vector<typename T::data_type_t> VecType; typedef in FlatBlockEstimatorTest
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1776 MVT VecType = Op.getOperand(0).getSimpleValueType(); in LowerVECTOR_SHUFFLE() local
/external/llvm/lib/CodeGen/SelectionDAG/
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
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp5883 const auto *VecType = cast<DependentVectorType>(T); in MarkUsedTemplateParameters() local
5891 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters() local
DSemaExpr.cpp9086 const VectorType *VecType = RHSType->getAs<VectorType>(); in CheckAssignmentConstraints() local
9942 const VectorType *VecType = SecondType->getAs<VectorType>(); in CheckVectorOperands() local
10007 QualType VecType = LHSVecType ? LHSType : RHSType; in CheckVectorOperands() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp495 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp471 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
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
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2400 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP() local
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp4797 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters() local
DSemaInit.cpp1543 QualType VecType; in CheckVectorType() local

12