HomeSort by: relevance | last modified time | path
    Searched refs:ScalarType (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/TableGen/
RISCVVEmitter.cpp 59 ScalarTypeKind ScalarType = Invalid;
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...]
MveEmitter.cpp 237 class ScalarType : public CRegularNamedType {
243 ScalarType(const Record *Record) : CRegularNamedType(TypeKind::Scalar) {
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>> ScalarTypes
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp 1272 QualType ScalarType;
1279 ScalarType = Context.VoidTy;
1288 ScalarType, Context.getTrivialTypeSourceInfo(ScalarType, EllipsisLoc),
SemaExpr.cpp 1304 QualType ScalarType =
1308 return S.Context.getComplexType(ScalarType);
1313 QualType ScalarType =
1316 QualType ComplexType = S.Context.getComplexType(ScalarType);
1326 QualType ScalarType =
1329 QualType ComplexType = S.Context.getComplexType(ScalarType);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 3111 Type *ScalarType = Val->getScalarType();
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())
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp 3971 MDNode *ScalarType = MDNode::get(Context, Elts);
3972 // Create a MDNode <ScalarType, ScalarType, offset 0, const>
3973 Metadata *Elts2[] = {ScalarType, ScalarType,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 12603 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();
17434 if (ScalarType->isFloatTy())
17436 if (ScalarType->isHalfTy())

Completed in 92 milliseconds