Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp259 if (spvSelect(ResVReg, ResType, I)) { in select()
309 return selectICmp(ResVReg, ResType, I); in spvSelect()
311 return selectFCmp(ResVReg, ResType, I); in spvSelect()
327 return selectPhi(ResVReg, ResType, I); in spvSelect()
545 .addUse(GR.getSPIRVTypeID(ResType)) in selectUnOpWithSrc()
701 .addUse(GR.getSPIRVTypeID(ResType)) in selectAtomicRMW()
961 .addUse(GR.getSPIRVTypeID(ResType)) in selectBitreverse()
1006 .addUse(GR.getSPIRVTypeID(ResType)) in selectCmp()
1050 ResType ? ResType : GR.getOrCreateSPIRVIntegerType(32, I, TII); in buildI32Constant()
1112 .addUse(GR.getSPIRVTypeID(ResType)) in selectSelect()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp211 ResType = llvm::ScalableVectorType::get( in coerceIllegalVector()
216 ResType = llvm::ScalableVectorType::get( in coerceIllegalVector()
221 ResType = llvm::ScalableVectorType::get( in coerceIllegalVector()
226 ResType = llvm::ScalableVectorType::get( in coerceIllegalVector()
246 return ABIArgInfo::getDirect(ResType); in coerceIllegalVector()
253 return ABIArgInfo::getDirect(ResType); in coerceIllegalVector()
257 return ABIArgInfo::getDirect(ResType); in coerceIllegalVector()
260 auto *ResType = in coerceIllegalVector() local
262 return ABIArgInfo::getDirect(ResType); in coerceIllegalVector()
265 auto *ResType = in coerceIllegalVector() local
[all …]
H A DX86.cpp2572 llvm::Type *ResType = nullptr; in classifyReturnType() local
2599 if (Hi == NoClass && isa<llvm::IntegerType>(ResType)) { in classifyReturnType()
2619 ResType = llvm::Type::getX86_FP80Ty(getVMContext()); in classifyReturnType()
2662 ResType = GetByteVectorType(RetTy); in classifyReturnType()
2684 ResType = GetX86_64ByValArgumentPair(ResType, HighPart, getDataLayout()); in classifyReturnType()
2686 return ABIArgInfo::getDirect(ResType); in classifyReturnType()
2705 llvm::Type *ResType = nullptr; in classifyArgumentType() local
2760 ResType = GetSSETypeAtOffset(IRType, 0, Ty, 0); in classifyArgumentType()
2804 ResType = GetByteVectorType(Ty); in classifyArgumentType()
2812 ResType = GetX86_64ByValArgumentPair(ResType, HighPart, getDataLayout()); in classifyArgumentType()
[all …]
H A DARM.cpp294 llvm::Type *ResType = in coerceIllegalVector() local
296 return ABIArgInfo::getDirect(ResType); in coerceIllegalVector()
299 auto *ResType = llvm::FixedVectorType::get( in coerceIllegalVector() local
301 return ABIArgInfo::getDirect(ResType); in coerceIllegalVector()
H A DRISCV.cpp344 llvm::ScalableVectorType *ResType = in coerceVLSVector() local
346 return ABIArgInfo::getDirect(ResType); in coerceVLSVector()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp191 Type *ResType = Type::getInt32Ty(Ctx); in lowerPrintfForGpu() local
193 ResType = VectorType::get(ResType, VecType->getElementCount()); in lowerPrintfForGpu()
207 Arg = Builder.CreateZExt(Arg, ResType); in lowerPrintfForGpu()
209 Arg = Builder.CreateSExt(Arg, ResType); in lowerPrintfForGpu()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatternsHVX.td130 def: Pat<(ResType (Load AddrFI:$fi)), (ResType (MI AddrFI:$fi, 0))>;
135 def: Pat<(ResType (Load (add I32:$Rt, ImmPred:$Off))),
137 def: Pat<(ResType (Load I32:$Rt)),
145 def: Pat<(ResType (Load (HexagonCP tconstpool:$Addr))),
153 defm: HvxLdfi_pat<MI, Load, ResType, ImmPred>;
154 defm: HvxLdgi_pat<MI, Load, ResType, ImmPred>;
155 defm: HvxLdc_pat <MI, Load, ResType>;
162 def: Pat<(ResType (Load (valignaddr I32:$Rt))),
167 defm: HvxLd_pat<MI, Load, ResType, ImmPred>;
432 : Pat<(ResType (Op RsPred:$Rs, RtPred:$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)),
751 class OpmR_RR_pat<PatFrag Output, PatFrag Op, ValueType ResType,
753 : Pat<(ResType (Op RsPred:$Rs, RtPred:$Rt)),
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp401 Type *ResType = Builder.getInt32Ty(); in expandFindMismatch() local
641 Intrinsic::experimental_cttz_elts, {ResType, PredMatchCmp->getType()}, in expandFindMismatch()
646 Value *SVELoopRes = Builder.CreateTrunc(SVELoopRes64, ResType); in expandFindMismatch()
660 PHINode *IndexPhi = Builder.CreatePHI(ResType, 2, "mismatch_index"); in expandFindMismatch()
687 Value *PhiInc = Builder.CreateAdd(IndexPhi, ConstantInt::get(ResType, 1), "", in expandFindMismatch()
706 PHINode *ResPhi = Builder.CreatePHI(ResType, 4, "mismatch_result"); in expandFindMismatch()
712 Value *FinalRes = Builder.CreateTrunc(ResPhi, ResType); in expandFindMismatch()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11646 QualType ResType = Operand->getType(); in checkArithmeticIncompletePointerType() local
11650 assert(ResType->isAnyPointerType() && !ResType->isDependentType()); in checkArithmeticIncompletePointerType()
11668 QualType ResType = Operand->getType(); in checkArithmeticOpPointerOperand() local
14821 QualType ResType = Op->getType(); in CheckIncrementDecrementOperand() local
14844 } else if (ResType->isRealType()) { in CheckIncrementDecrementOperand()
14846 } else if (ResType->isPointerType()) { in CheckIncrementDecrementOperand()
14856 } else if (ResType->isAnyComplexType()) { in CheckIncrementDecrementOperand()
14859 << ResType << Op->getSourceRange(); in CheckIncrementDecrementOperand()
14887 << IsInc << ResType; in CheckIncrementDecrementOperand()
14895 return ResType; in CheckIncrementDecrementOperand()
[all …]
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2193 template <typename ArgType, typename ResType>
2194 struct CallableTraits<ResType (*)(ArgType)> {
2195 typedef ResType ResultType;
2196 typedef ResType (*StorageType)(ArgType);
2198 static void CheckIsValid(ResType (*f)(ArgType)) {
2203 static ResType Invoke(ResType (*f)(ArgType), T arg) {
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp819 return ConstantInt::get(ResType, ObjectSize, /*isSigned=*/true); in evaluateOrEmitBuiltinObjectSize()
917 return getDefaultBuiltinObjectSizeResult(Type, ResType); in emitFlexibleArrayMemberSize()
994 return getDefaultBuiltinObjectSizeResult(Type, ResType); in emitFlexibleArrayMemberSize()
1003 return getDefaultBuiltinObjectSizeResult(Type, ResType); in emitFlexibleArrayMemberSize()
1007 IdxInst = Builder.CreateIntCast(IdxInst, ResType, IdxSigned); in emitFlexibleArrayMemberSize()
1022 FAMSize = Builder.CreateIntCast(FAMSize, ResType, IsSigned); in emitFlexibleArrayMemberSize()
1068 llvm::IntegerType *ResType, in emitBuiltinObjectSize() argument
1092 if (Value *V = emitFlexibleArrayMemberSize(E, Type, ResType)) in emitBuiltinObjectSize()
1100 return getDefaultBuiltinObjectSizeResult(Type, ResType); in emitBuiltinObjectSize()
11193 llvm::Type *ResType = ConvertType(E->getType()); in EmitAArch64BuiltinExpr() local
[all …]
H A DCodeGenFunction.h4883 llvm::IntegerType *ResType,
4891 llvm::IntegerType *ResType,
4896 llvm::IntegerType *ResType);
H A DCGStmtOpenMP.cpp6286 QualType SourceType, QualType ResType, in convertToType() argument
6288 switch (CGF.getEvaluationKind(ResType)) { in convertToType()
6291 convertToScalarValue(CGF, Value, SourceType, ResType, Loc)); in convertToType()
6293 auto Res = convertToComplexValue(CGF, Value, SourceType, ResType, Loc); in convertToType()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp493 QualType ResType = Context.getCanonicalType(Getter->getReturnType()); in rewriteToObjCProperty() local
494 if (const char *MemoryManagementAttr = PropertyMemoryAttribute(Context, ResType)) in rewriteToObjCProperty()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6687 Type *ResType = PFS.getFunction().getReturnType(); in parseRet() local
6690 if (!ResType->isVoidTy()) in parseRet()
6692 getTypeString(ResType) + "'"); in parseRet()
6702 if (ResType != RV->getType()) in parseRet()
6704 getTypeString(ResType) + "'"); in parseRet()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4070 QualType ResType, ExprValueKind VK, ExprObjectKind OK, in CompoundAssignOperator() argument
4073 : BinaryOperator(C, lhs, rhs, opc, ResType, VK, OK, OpLoc, FPFeatures, in CompoundAssignOperator()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11554 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() local
11593 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType()
11602 return getFunctionType(ResType, ArgTypes, EPI); in GetBuiltinType()