Home
last modified time | relevance | path

Searched refs:ResType (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi10.h124 UINT8 ResType;
240 UINT8 ResType;
255 UINT8 ResType;
270 UINT8 ResType;
H A DAcpi30.h36 UINT8 ResType;
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonPatternsHVX.td99 multiclass HvxLd_pat<InstHexagon MI, PatFrag Load, ValueType ResType,
101 def: Pat<(ResType (Load I32:$Rt)),
103 def: Pat<(ResType (Load (add I32:$Rt, ImmPred:$s))),
108 def: Pat<(ResType (Load (HexagonCP tconstpool:$A))),
110 def: Pat<(ResType (Load (HexagonAtPcrel tconstpool:$A))),
114 multiclass HvxLda_pat<InstHexagon MI, PatFrag Load, ValueType ResType,
117 def: Pat<(ResType (Load (valignaddr I32:$Rt))),
119 def: Pat<(ResType (Load (add (valignaddr I32:$Rt), ImmPred:$Off))),
122 defm: HvxLd_pat<MI, Load, ResType, ImmPred>;
H A DHexagonPatterns.td296 class OpR_RI_pat<InstHexagon MI, PatFrag Op, ValueType ResType,
298 : Pat<(ResType (Op RegPred:$Rs, ImmPred:$I)),
301 class OpR_RR_pat<InstHexagon MI, PatFrag Op, ValueType ResType,
303 : Pat<(ResType (Op RsPred:$Rs, RtPred:$Rt)),
637 class OpmR_RR_pat<PatFrag Output, PatFrag Op, ValueType ResType,
639 : Pat<(ResType (Op RsPred:$Rs, RtPred:$Rt)),
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp3263 llvm::Type *ResType = nullptr; in classifyReturnType() local
3353 ResType = GetByteVectorType(RetTy); in classifyReturnType()
3375 ResType = GetX86_64ByValArgumentPair(ResType, HighPart, getDataLayout()); in classifyReturnType()
3377 return ABIArgInfo::getDirect(ResType); in classifyReturnType()
3397 llvm::Type *ResType = nullptr; in classifyArgumentType() local
3496 ResType = GetByteVectorType(Ty); in classifyArgumentType()
3504 ResType = GetX86_64ByValArgumentPair(ResType, HighPart, getDataLayout()); in classifyArgumentType()
3506 return ABIArgInfo::getDirect(ResType); in classifyArgumentType()
5091 llvm::Type *ResType = in classifyArgumentType() local
5096 llvm::Type *ResType = in classifyArgumentType() local
[all …]
H A DCGBuiltin.cpp493 return ConstantInt::get(ResType, (Type & 2) ? 0 : -1, /*isSigned=*/true); in getDefaultBuiltinObjectSizeResult()
498 llvm::IntegerType *ResType, in evaluateOrEmitBuiltinObjectSize() argument
502 return emitBuiltinObjectSize(E, Type, ResType, EmittedE); in evaluateOrEmitBuiltinObjectSize()
503 return ConstantInt::get(ResType, ObjectSize, /*isSigned=*/true); in evaluateOrEmitBuiltinObjectSize()
517 llvm::IntegerType *ResType, in emitBuiltinObjectSize() argument
542 return getDefaultBuiltinObjectSizeResult(Type, ResType); in emitBuiltinObjectSize()
1985 auto *ResType = cast<llvm::IntegerType>(ConvertType(E->getType())); in EmitBuiltinExpr() local
1989 return RValue::get(emitBuiltinObjectSize(E->getArg(0), Type, ResType, in EmitBuiltinExpr()
11348 llvm::Type *ResType = ConvertType(E->getType()); in EmitX86BuiltinExpr() local
11363 HigherBits = Builder.CreateIntCast(HigherBits, ResType, IsSigned); in EmitX86BuiltinExpr()
[all …]
H A DCGStmtOpenMP.cpp3808 QualType SourceType, QualType ResType, in convertToType() argument
3810 switch (CGF.getEvaluationKind(ResType)) { in convertToType()
3813 convertToScalarValue(CGF, Value, SourceType, ResType, Loc)); in convertToType()
3815 auto Res = convertToComplexValue(CGF, Value, SourceType, ResType, Loc); in convertToType()
H A DCodeGenFunction.h4179 llvm::IntegerType *ResType,
4186 llvm::IntegerType *ResType,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp9031 QualType ResType = Operand->getType(); in checkArithmeticIncompletePointerType() local
9033 ResType = ResAtomicType->getValueType(); in checkArithmeticIncompletePointerType()
9035 assert(ResType->isAnyPointerType() && !ResType->isDependentType()); in checkArithmeticIncompletePointerType()
9052 QualType ResType = Operand->getType(); in checkArithmeticOpPointerOperand() local
11587 QualType ResType = Op->getType(); in CheckIncrementDecrementOperand() local
11610 } else if (ResType->isRealType()) { in CheckIncrementDecrementOperand()
11612 } else if (ResType->isPointerType()) { in CheckIncrementDecrementOperand()
11622 } else if (ResType->isAnyComplexType()) { in CheckIncrementDecrementOperand()
11625 << ResType << Op->getSourceRange(); in CheckIncrementDecrementOperand()
11655 return ResType; in CheckIncrementDecrementOperand()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1480 Type *ResType = I.getType(); in translateAtomicCmpXchg() local
1481 Type *ValType = ResType->Type::getStructElementType(0); in translateAtomicCmpXchg()
1508 Type *ResType = I.getType(); in translateAtomicRMW() local
1557 Flags, DL->getTypeStoreSize(ResType), in translateAtomicRMW()
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2624 template <typename ArgType, typename ResType>
2625 struct CallableTraits<ResType(*)(ArgType)> {
2626 typedef ResType ResultType;
2627 typedef ResType(*StorageType)(ArgType);
2629 static void CheckIsValid(ResType(*f)(ArgType)) {
2634 static ResType Invoke(ResType(*f)(ArgType), T arg) {
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp494 QualType ResType = Context.getCanonicalType(Getter->getReturnType()); in rewriteToObjCProperty() local
495 if (const char *MemoryManagementAttr = PropertyMemoryAttribute(Context, ResType)) in rewriteToObjCProperty()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp5730 Type *ResType = PFS.getFunction().getReturnType(); in ParseRet() local
5733 if (!ResType->isVoidTy()) in ParseRet()
5735 getTypeString(ResType) + "'"); in ParseRet()
5744 if (ResType != RV->getType()) in ParseRet()
5746 getTypeString(ResType) + "'"); in ParseRet()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h3513 CompoundAssignOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResType, in CompoundAssignOperator() argument
3517 : BinaryOperator(lhs, rhs, opc, ResType, VK, OK, OpLoc, FPFeatures, in CompoundAssignOperator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp9526 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() local
9563 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType()
9572 return getFunctionType(ResType, ArgTypes, EPI); in GetBuiltinType()