Home
last modified time | relevance | path

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

/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.h293 inline TType *VecType(TType *type, int size) in VecType() function
/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/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp454 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt() 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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp672 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
DSemaExpr.cpp7403 const VectorType *VecType = RHSType->getAs<VectorType>(); in CheckAssignmentConstraints() local
7955 QualType VecType = LHSVecType ? LHSType : RHSType; in CheckVectorOperands() local