Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h27 class VectorType; variable
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h40 class VectorType; variable
/openbsd/gnu/llvm/llvm/lib/IR/
H A DPass.cpp243 using VectorType = AnalysisUsage::VectorType; typedef
H A DType.cpp663 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType() function in VectorType
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h702 InstructionCost getArithmeticReductionCost(unsigned, VectorType *, in getArithmeticReductionCost() argument
708 InstructionCost getMinMaxReductionCost(VectorType *, VectorType *, bool, in getMinMaxReductionCost() argument
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h51 class VectorType; variable
H A DARMISelLowering.cpp13113 EVT VectorType = FalseVal->getOperand(0).getValueType(); in PerformSELECTCombine() local
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp289 class VectorType : public CRegularNamedType { class
294 VectorType(const ScalarType *Element, unsigned Lanes) in VectorType() function in __anond852eb140111::VectorType
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h278 VectorType, enumerator
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1080 VectorType(const Node *BaseType_, const Node *Dimension_) in VectorType() function
/openbsd/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h1080 VectorType(const Node *BaseType_, const Node *Dimension_) in VectorType() function
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12188 ArrayRef<int> Mask, const EVT &VectorType, in isNonZeroElementsInOrder()