Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h26 class VectorType; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h39 class VectorType; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DPass.cpp231 using VectorType = AnalysisUsage::VectorType; typedef
H A DType.cpp621 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType() function in VectorType
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h623 InstructionCost getArithmeticReductionCost(unsigned, VectorType *, bool, in getArithmeticReductionCost() argument
628 InstructionCost getMinMaxReductionCost(VectorType *, VectorType *, bool, bool, in getMinMaxReductionCost() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h50 class VectorType; variable
H A DARMISelLowering.cpp12539 EVT VectorType = FalseVal->getOperand(0).getValueType(); in PerformSELECTCombine() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h278 VectorType, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp288 class VectorType : public CRegularNamedType { class
293 VectorType(const ScalarType *Element, unsigned Lanes) in VectorType() function in __anone3a730d20111::VectorType
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go683 func VectorType(elementType Type, elementCount int) (t Type) { func
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h906 VectorType(const Node *BaseType_, Node *Dimension_) in VectorType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11291 ArrayRef<int> Mask, const EVT &VectorType, in isNonZeroElementsInOrder()