Home
last modified time | relevance | path

Searched defs:VectorTy (Results 1 – 20 of 20) sorted by relevance

/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperVectorOps.cpp41 LLT VectorTy = MRI.getType(Vector); in matchExtractVectorElement() local
180 LLT VectorTy = MRI.getType(Vector); matchExtractVectorElementWithBuildVector() local
241 LLT VectorTy = MRI.getType(Vector); matchExtractVectorElementWithBuildVectorTrunc() local
/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h28 using VectorTy = std::vector<std::pair<KeyT, ValueT>>; variable
/llvm-project/llvm/tools/llvm-c-test/
H A Ddebuginfo.c112 LLVMMetadataRef VectorTy = llvm_test_dibuilder() local
/llvm-project/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp416 Type *VectorTy = FixedVectorType::get(Int32Ty, 2); TEST() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp449 Instruction *Inst, const DataLayout &DL, FixedVectorType *VectorTy, in promoteAllocaUserToVector() argument
736 auto *VectorTy = dyn_cast<FixedVectorType>(AllocaTy); tryPromoteAllocaToVector() local
[all...]
H A DAMDGPULegalizerInfo.cpp595 const LLT VectorTy = getBufferRsrcRegisterType(PointerTy); castBufferRsrcFromV4I32() local
629 const LLT VectorTy = getBufferRsrcRegisterType(PointerTy); castBufferRsrcToV4I32() local
/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp1306 Type *VectorTy = FixedVectorType::get(ScalarTy, 4); TEST_F() local
1397 Type *VectorTy = FixedVectorType::get(ScalarTy, 4); TEST_F() local
2179 Type *VectorTy = FixedVectorType::get(ScalarTy, 3); TEST_F() local
[all...]
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp306 FixedVectorType *VectorTy = dyn_cast<FixedVectorType>(Ty); lowerFunnelShifts() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4840 Type *VectorTy = ToVectorTy(ScalarTy, VF); willGenerateVectors() local
5990 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); getConsecutiveMemOpCost() local
6022 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); getUniformMemOpCost() local
6048 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); getGatherScatterCost() local
6062 auto *VectorTy = cast<VectorType>(ToVectorTy(ValTy, VF)); getInterleaveGroupCost() local
6105 auto *VectorTy = cast<VectorType>(Ty); getReductionPatternCost() local
6720 Type *VectorTy; getInstructionCost() local
[all...]
H A DSLPVectorizer.cpp10220 if (auto *VectorTy = dyn_cast<FixedVectorType>(ScalarTy)) getSpillCost() local
17680 FixedVectorType *VectorTy = FixedVectorType::get(ScalarTy, ReduxWidth); getReductionCost() local
/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1733 QualType VectorTy = S.Context.getExtVectorType(BaseType, 1); LookupMemberExpr() local
H A DSemaExpr.cpp7540 CheckVectorCast(SourceRange R,QualType VectorTy,QualType Ty,CastKind & Kind) CheckVectorCast() argument
7560 prepareVectorSplat(QualType VectorTy,Expr * SplattedExpr) prepareVectorSplat() argument
8170 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); OpenCLConvertScalarsToVectors() local
9938 QualType VectorTy = Vector->get()->getType().getUnqualifiedType(); tryGCCVectorConvertAndSplat() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp160 auto *VectorTy = llvm::FixedVectorType::get(ArrayTy->getElementType(), CreateMemTemp() local
2054 auto *VectorTy = llvm::FixedVectorType::get(ArrayTy->getElementType(), MaybeConvertMatrixAddress() local
2059 auto *VectorTy = dyn_cast<llvm::VectorType>(Addr.getElementType()); MaybeConvertMatrixAddress() local
H A DCGBuiltin.cpp10015 auto *VectorTy = getSVEVectorForElementType(MemEltTy); EmitSVEPrefetchLoad() local
10042 auto VectorTy = cast<llvm::ScalableVectorType>(ReturnTy); EmitSVEMaskedLoad() local
10089 auto VectorTy = cast<llvm::ScalableVectorType>(Ops.back()->getType()); EmitSVEMaskedStore() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h934 canCombineStoreAndExtract(Type * VectorTy,Value * Idx,unsigned & Cost) canCombineStoreAndExtract() argument
944 shallExtractConstSplatVectorElementToStore(Type * VectorTy,unsigned ElemSizeInBits,unsigned & Index) shallExtractConstSplatVectorElementToStore() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2040 VectorType *VectorTy = cast<VectorType>(InputVal->getType()); LowerTranspose() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c673 value llvm_vector_size(value VectorTy) { in llvm_vector_size() argument
/llvm-project/llvm/lib/IR/
H A DCore.cpp916 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() argument
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1660 shallExtractConstSplatVectorElementToStore(Type * VectorTy,unsigned ElemSizeInBits,unsigned & Index) const shallExtractConstSplatVectorElementToStore() argument
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21483 canCombineStoreAndExtract(Type * VectorTy,Value * Idx,unsigned & Cost) const canCombineStoreAndExtract() argument