Home
last modified time | relevance | path

Searched defs:VectorType (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/Utils/
H A DLayoutUtils.h21 class VectorType; variable
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/Utils/
H A DVectorUtils.h30 class VectorType; variable
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h27 class VectorType; variable
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.cpp19 mlir::Type VectorType = mlir::VectorType::get({1, 2}, FloatType); variable
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h39 class VectorType; variable
/llvm-project-15.0.7/llvm/lib/IR/
H A DPass.cpp241 using VectorType = AnalysisUsage::VectorType; typedef
H A DType.cpp661 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType() function in VectorType
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuilders.h28 class VectorType; variable
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DBlockGenerators.cpp1044 Type *VectorType = FixedVectorType::get(Load->getType(), VectorWidth); in generateStrideOneLoad() local
1074 Type *VectorType = FixedVectorType::get(Load->getType(), 1); in generateStrideZeroLoad() local
1194 Type *VectorType = FixedVectorType::get(Store->getValueOperand()->getType(), in copyStore() local
1335 Type *VectorType = FixedVectorType::get(MA->getElementType(), 1); in generateScalarVectorLoads() local
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h672 InstructionCost getArithmeticReductionCost(unsigned, VectorType *, in getArithmeticReductionCost() argument
678 InstructionCost getMinMaxReductionCost(VectorType *, VectorType *, bool, in getMinMaxReductionCost() argument
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h50 class VectorType; variable
H A DARMISelLowering.cpp13039 EVT VectorType = FalseVal->getOperand(0).getValueType(); in PerformSELECTCombine() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h278 VectorType, enumerator
/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp289 class VectorType : public CRegularNamedType { class
294 VectorType(const ScalarType *Element, unsigned Lanes) in VectorType() function in __anondd1c47770111::VectorType
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp330 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() function in VectorType
334 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType() function in VectorType
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go683 func VectorType(elementType Type, elementCount int) (t Type) { func
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1070 VectorType(const Node *BaseType_, const Node *Dimension_) in VectorType() function
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h1070 VectorType(const Node *BaseType_, const Node *Dimension_) in VectorType() function
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12027 ArrayRef<int> Mask, const EVT &VectorType, in isNonZeroElementsInOrder()