/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsOs16.cpp | 51 Type* RetType = F.getReturnType(); in needsFPFromSig() local
|
H A D | Mips16HardFloat.cpp | 172 Type* RetType = F.getReturnType(); in needsFPReturnHelper() local 177 Type* RetType = FT.getReturnType(); in needsFPReturnHelper() local
|
H A D | MipsAsmPrinter.cpp | 959 const char *RetType; EmitFPCallStub() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | xcore-stringtype.c | 93 typedef int RetType[2]; typedef
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 765 int64_t RetType = Try->getOperand(0).getImm(); removeUnnecessaryInstrs() local 1479 WebAssembly::BlockType RetType = fixEndsAtEndOfFunction() local
|
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | RandomIRBuilder.cpp | 401 Type *RetType = randomType(); createFunctionDeclaration() local
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceScriptParser.cpp | 883 using RetType = VersionInfoResource::VersionInfoFixed; in parseVersionInfoFixed() typedef
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVCallLowering.cpp | 600 SPIRVType *RetType = GR->assignTypeToVReg(OrigRetTy, ResVReg, MIRBuilder); lowerCall() local
|
H A D | SPIRVPrepareFunctions.cpp | 492 Type *RetType = IsRetAggr ? B.getInt32Ty() : F->getReturnType(); removeAggregateTypesFromSignature() local
|
H A D | SPIRVPreLegalizer.cpp | 623 SPIRVType *RetType = insertInlineAsmProcess() local
|
H A D | SPIRVGlobalRegistry.cpp | 777 getOpTypeFunction(SPIRVType * RetType,const SmallVectorImpl<SPIRVType * > & ArgTypes,MachineIRBuilder & MIRBuilder) getOpTypeFunction() argument 788 getOrCreateOpTypeFunctionWithArgs(const Type * Ty,SPIRVType * RetType,const SmallVectorImpl<SPIRVType * > & ArgTypes,MachineIRBuilder & MIRBuilder) getOrCreateOpTypeFunctionWithArgs() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | TailRecursionElimination.cpp | 542 Type *RetType = F.getReturnType(); createTailRecurseLoopHeader() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaRISCV.cpp | 421 QualType RetType = RVVType2Qual(Context, ReturnType); CreateRVVIntrinsicDecl() local
|
H A D | SemaCoroutine.cpp | 332 if (RetType->isReferenceType()) in maybeTailCall() argument 430 QualType RetType = AwaitSuspend->getCallReturnType(S.Context); buildCoawaitCalls() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 360 BeginEmitFunction(raw_ostream & OS,StringRef RetType,StringRef Decl,bool AddOverride) BeginEmitFunction() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1762 auto *RetType = cast<IntegerType>(Call.CB.getType()); applyVirtualConstProp() local 1792 auto RetType = dyn_cast<IntegerType>(Fn->getReturnType()); tryVirtualConstProp() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NullabilityChecker.cpp | 978 QualType RetType = Decl->getReturnType(); checkPostObjCMessage() local
|
H A D | StdLibraryFunctionsChecker.cpp | 676 using RetType = std::optional<QualType>; typedef in __anon2859deef0111::StdLibraryFunctionsChecker [all...] |
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6299 Type *RetType = nullptr; parseFunctionHeader() local 7241 resolveFunctionType(Type * RetType,const SmallVector<ParamInfo,16> & ArgList,FunctionType * & FuncTy) resolveFunctionType() argument 7269 Type *RetType = nullptr; parseInvoke() local 7566 Type *RetType = nullptr; parseCallBr() local 7972 Type *RetType = nullptr; parseCall() local [all...] |
/llvm-project/clang/lib/Analysis/ |
H A D | Consumed.cpp | 686 if (isConsumableType(RetType)) { in propagateReturnType() local
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 345 auto RetType = Elements[0]; completeType() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 1523 QualType RetType = CE->getType(); tryEmitConstantExpr() local
|
H A D | CGClass.cpp | 2331 QualType RetType = BuildFunctionArgList(CurGD, Params); EmitInlinedInheritingCXXConstructorCall() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 898 Type *RetType = T->getReturnType(); in getCustomFunctionType() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1030 DIType *RetType = nullptr; solveDIType() local
|