Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatternsHVX.td100 def: Pat<(ResType (Load (add (i32 AddrFI:$fi), ImmPred:$Off))),
104 def: Pat<(ResType (Load AddrFI:$fi)), (ResType (MI AddrFI:$fi, 0))>;
109 def: Pat<(ResType (Load (add I32:$Rt, ImmPred:$Off))),
111 def: Pat<(ResType (Load I32:$Rt)),
119 def: Pat<(ResType (Load (HexagonCP tconstpool:$Addr))),
121 def: Pat<(ResType (Load (HexagonAtPcrel tconstpool:$Addr))),
127 defm: HvxLdfi_pat<MI, Load, ResType, ImmPred>;
128 defm: HvxLdgi_pat<MI, Load, ResType, ImmPred>;
129 defm: HvxLdc_pat <MI, Load, ResType>;
136 def: Pat<(ResType (Load (valignaddr I32:$Rt))),
[all …]
H A DHexagonPatterns.td325 class OpR_RI_pat<InstHexagon MI, PatFrag Op, ValueType ResType,
327 : Pat<(ResType (Op RegPred:$Rs, ImmPred:$I)),
330 class OpR_RR_pat<InstHexagon MI, PatFrag Op, ValueType ResType,
332 : Pat<(ResType (Op RsPred:$Rs, RtPred:$Rt)),
715 class OpmR_RR_pat<PatFrag Output, PatFrag Op, ValueType ResType,
717 : Pat<(ResType (Op RsPred:$Rs, RtPred:$Rt)),
/freebsd-13.1/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi10.h118 UINT8 ResType;
234 UINT8 ResType;
249 UINT8 ResType;
264 UINT8 ResType;
H A DAcpi30.h30 UINT8 ResType;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp218 llvm::Type *ResType = llvm::Type::getInt32Ty(Ctx); in lowerPrintfForGpu() local
222 ResType = llvm::FixedVectorType::get(ResType, NumElem); in lowerPrintfForGpu()
229 Arg = Builder.CreateZExt(Arg, ResType); in lowerPrintfForGpu()
231 Arg = Builder.CreateSExt(Arg, ResType); in lowerPrintfForGpu()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp3556 llvm::Type *ResType = nullptr; in classifyReturnType() local
3646 ResType = GetByteVectorType(RetTy); in classifyReturnType()
3668 ResType = GetX86_64ByValArgumentPair(ResType, HighPart, getDataLayout()); in classifyReturnType()
3670 return ABIArgInfo::getDirect(ResType); in classifyReturnType()
3690 llvm::Type *ResType = nullptr; in classifyArgumentType() local
3789 ResType = GetByteVectorType(Ty); in classifyArgumentType()
3797 ResType = GetX86_64ByValArgumentPair(ResType, HighPart, getDataLayout()); in classifyArgumentType()
3799 return ABIArgInfo::getDirect(ResType); in classifyArgumentType()
5645 auto *ResType = in coerceIllegalVector() local
5650 auto *ResType = in coerceIllegalVector() local
[all …]
H A DCGBuiltin.cpp734 return emitBuiltinObjectSize(E, Type, ResType, EmittedE, IsDynamic); in evaluateOrEmitBuiltinObjectSize()
735 return ConstantInt::get(ResType, ObjectSize, /*isSigned=*/true); in evaluateOrEmitBuiltinObjectSize()
749 llvm::IntegerType *ResType, in emitBuiltinObjectSize() argument
774 return getDefaultBuiltinObjectSizeResult(Type, ResType); in emitBuiltinObjectSize()
781 CGM.getIntrinsic(Intrinsic::objectsize, {ResType, Ptr->getType()}); in emitBuiltinObjectSize()
2975 auto *ResType = cast<llvm::IntegerType>(ConvertType(E->getType())); in EmitBuiltinExpr() local
9736 llvm::Type *ResType = ConvertType(E->getType()); in EmitAArch64BuiltinExpr() local
9753 HigherBits = Builder.CreateIntCast(HigherBits, ResType, IsSigned); in EmitAArch64BuiltinExpr()
14673 llvm::Type *ResType = ConvertType(E->getType()); in EmitX86BuiltinExpr() local
14688 HigherBits = Builder.CreateIntCast(HigherBits, ResType, IsSigned); in EmitX86BuiltinExpr()
[all …]
H A DCGStmtOpenMP.cpp5643 QualType SourceType, QualType ResType, in convertToType() argument
5645 switch (CGF.getEvaluationKind(ResType)) { in convertToType()
5648 convertToScalarValue(CGF, Value, SourceType, ResType, Loc)); in convertToType()
5650 auto Res = convertToComplexValue(CGF, Value, SourceType, ResType, Loc); in convertToType()
H A DCodeGenFunction.h4640 llvm::IntegerType *ResType,
4648 llvm::IntegerType *ResType,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10483 QualType ResType = Operand->getType(); in checkArithmeticIncompletePointerType() local
10487 assert(ResType->isAnyPointerType() && !ResType->isDependentType()); in checkArithmeticIncompletePointerType()
10505 QualType ResType = Operand->getType(); in checkArithmeticOpPointerOperand() local
13370 QualType ResType = Op->getType(); in CheckIncrementDecrementOperand() local
13393 } else if (ResType->isRealType()) { in CheckIncrementDecrementOperand()
13395 } else if (ResType->isPointerType()) { in CheckIncrementDecrementOperand()
13405 } else if (ResType->isAnyComplexType()) { in CheckIncrementDecrementOperand()
13408 << ResType << Op->getSourceRange(); in CheckIncrementDecrementOperand()
13436 << IsInc << ResType; in CheckIncrementDecrementOperand()
13444 return ResType; in CheckIncrementDecrementOperand()
[all …]
/freebsd-13.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-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp497 QualType ResType = Context.getCanonicalType(Getter->getReturnType()); in rewriteToObjCProperty() local
498 if (const char *MemoryManagementAttr = PropertyMemoryAttribute(Context, ResType)) in rewriteToObjCProperty()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6101 Type *ResType = PFS.getFunction().getReturnType(); in parseRet() local
6104 if (!ResType->isVoidTy()) in parseRet()
6106 getTypeString(ResType) + "'"); in parseRet()
6116 if (ResType != RV->getType()) in parseRet()
6118 getTypeString(ResType) + "'"); in parseRet()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4054 QualType ResType, ExprValueKind VK, ExprObjectKind OK, in CompoundAssignOperator() argument
4057 : BinaryOperator(C, lhs, rhs, opc, ResType, VK, OK, OpLoc, FPFeatures, in CompoundAssignOperator()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10655 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() local
10694 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType()
10703 return getFunctionType(ResType, ArgTypes, EPI); in GetBuiltinType()