Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRAttrs.h41 class VectorType; variable
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h27 class VectorType; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h40 class VectorType; variable
52 friend class VectorType; // For LLVMTy. variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp230 using VectorType = AnalysisUsage::VectorType; typedef
H A DType.cpp778 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType() function in VectorType
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h40 class VectorType; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h52 class VectorType; variable
H A DARMISelLowering.cpp13346 EVT VectorType = FalseVal->getOperand(0).getValueType(); in PerformSELECTCombine() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h278 VectorType, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h942 getArithmeticReductionCost(unsigned, VectorType *, in getArithmeticReductionCost() argument
949 VectorType *, FastMathFlags, in getMinMaxReductionCost() argument
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp287 class VectorType : public CRegularNamedType { class
292 VectorType(const ScalarType *Element, unsigned Lanes) in VectorType() function in __anon819a2c470111::VectorType
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp407 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() function in VectorType
411 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType() function in VectorType
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1194 VectorType(const Node *BaseType_, const Node *Dimension_) in VectorType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10304 ArrayRef<int> Mask, const EVT &VectorType, in isNonZeroElementsInOrder()
29397 MVT VectorType = MVT::getVectorVT(VT.getSimpleVT(), 128 / SizeInBits); in LowerFMINIMUM_FMAXIMUM() local