Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h27 class VectorType; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h39 class VectorType; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp231 using VectorType = AnalysisUsage::VectorType; typedef
H A DType.cpp627 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType() function in VectorType
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h624 InstructionCost getArithmeticReductionCost(unsigned, VectorType *, in getArithmeticReductionCost() argument
630 InstructionCost getMinMaxReductionCost(VectorType *, VectorType *, bool, in getMinMaxReductionCost() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h50 class VectorType; variable
H A DARMISelLowering.cpp12826 EVT VectorType = FalseVal->getOperand(0).getValueType(); in PerformSELECTCombine() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h278 VectorType, enumerator
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp288 class VectorType : public CRegularNamedType { class
293 VectorType(const ScalarType *Element, unsigned Lanes) in VectorType() function in __anonb7c02cfb0111::VectorType
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h906 VectorType(const Node *BaseType_, Node *Dimension_) in VectorType() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11316 ArrayRef<int> Mask, const EVT &VectorType, in isNonZeroElementsInOrder()