Searched refs:ScalarType (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp59 ScalarTypeKind ScalarType = Invalid; member in class:__anon1222::RVVType
103 bool isFloat() const { return ScalarType == ScalarTypeKind::Float; }
105 return ScalarType == ScalarTypeKind::SignedInteger;
335 if (ScalarType == Invalid)
364 switch (ScalarType) {
427 llvm_unreachable("ScalarType is invalid!");
446 switch (ScalarType) {
478 switch (ScalarType) {
522 llvm_unreachable("ScalarType is invalid!");
529 switch (ScalarType) {
[all...]
H A DMveEmitter.cpp237 class ScalarType : public CRegularNamedType { class in namespace:__anon1217
243 ScalarType(const Record *Record) : CRegularNamedType(TypeKind::Scalar) { function in class:__anon1217::ScalarType
289 const ScalarType *Element;
293 VectorType(const ScalarType *Element, unsigned Lanes)
598 const ScalarType *IntegerType;
600 IntLiteralResult(const ScalarType *IntegerType, uint32_t IntegerValue)
615 // our own ScalarType abstraction as the representation of the target type,
619 const ScalarType *IntegerType;
621 IntCastResult(const ScalarType *IntegerType, Ptr V)
973 std::map<std::string, std::unique_ptr<ScalarType>> ScalarType
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1272 QualType ScalarType; local
1279 ScalarType = Context.VoidTy;
1288 ScalarType, Context.getTrivialTypeSourceInfo(ScalarType, EllipsisLoc),
H A DSemaExpr.cpp1304 QualType ScalarType = local
1308 return S.Context.getComplexType(ScalarType);
1313 QualType ScalarType = local
1316 QualType ComplexType = S.Context.getComplexType(ScalarType);
1326 QualType ScalarType = local
1329 QualType ComplexType = S.Context.getComplexType(ScalarType);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3111 Type *ScalarType = Val->getScalarType(); local
3144 if (ScalarType->isFloatingPointTy())
3148 if (ScalarType->isIntegerTy() && Opcode == Instruction::ExtractElement)
3180 SubTy = FixedVectorType::get(ScalarType, SubNumElts);
3184 int IntOrFpCost = ScalarType->isFloatingPointTy() ? 0 : 1;
3190 if (Opcode == Instruction::ExtractElement && ScalarType->isPointerTy())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp3971 MDNode *ScalarType = MDNode::get(Context, Elts); local
3972 // Create a MDNode <ScalarType, ScalarType, offset 0, const>
3973 Metadata *Elts2[] = {ScalarType, ScalarType,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12603 MVT ScalarType;
12607 ScalarType = MVT::i8;
12611 ScalarType = MVT::i16;
12615 ScalarType = MVT::i32;
12641 VecVT.getScalarType() != ScalarType ||
12642 VT.getScalarSizeInBits() < ScalarType.getScalarSizeInBits() * 2)
17432 Type *ScalarType = SVIType->getScalarType(); local
17434 if (ScalarType->isFloatTy())
17436 if (ScalarType->isHalfTy())

Completed in 512 milliseconds