Home
last modified time | relevance | path

Searched defs:RetTy (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h54 Type *RetTy; variable
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp34 Type *RetTy = FTy->getReturnType(); in runFunction() local
/external/clang/lib/Analysis/
DCocoaConventions.cpp25 bool cocoa::isRefType(QualType RetTy, StringRef Prefix, in isRefType()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h135 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
303 unsigned getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
308 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
391 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
DTargetTransformInfo.h625 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
629 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
747 unsigned getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
751 unsigned getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h160 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
165 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
525 unsigned getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicInstrCost()
701 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
DFastISel.h57 Type *RetTy; member
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp66 TargetTransformInfo::getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
239 TargetTransformInfo::getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
244 unsigned TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost()
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp30 Type *RetTy) { in EnsureFunctionExists()
67 Type *RetTy) { in ReplaceCallWith()
/external/llvm/lib/IR/
DModule.cpp150 Type *RetTy, ...) { in getOrInsertFunction()
168 Type *RetTy, ...) { in getOrInsertFunction()
DDIBuilder.cpp505 auto *RetTy = MDCompositeType::get( in createForwardDecl() local
520 auto *RetTy = MDCompositeType::getTemporary( in createReplaceableCompositeType() local
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp390 Type *RetTy = F->getReturnType(); in NumRetVals() local
405 Type *RetTy = F->getReturnType(); in getRetComponentType() local
781 Type *RetTy = FTy->getReturnType(); in RemoveDeadStuffFromFunction() local
DArgumentPromotion.cpp696 Type *RetTy = FTy->getReturnType(); in DoPromotion() local
/external/llvm/lib/Target/X86/
DX86FastISel.cpp259 Type *RetTy = in foldX86XALUIntrinsic() local
2302 Type *RetTy = II->getCalledFunction()->getReturnType(); in fastLowerIntrinsicCall() local
2436 Type *RetTy = II->getCalledFunction()->getReturnType(); in fastLowerIntrinsicCall() local
2494 Type *RetTy = Ty->getTypeAtIndex(0U); in fastLowerIntrinsicCall() local
2634 Type *RetTy = II->getCalledFunction()->getReturnType(); in fastLowerIntrinsicCall() local
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1058 QualType RetTy = FT->getReturnType(); in getFunctionSummary() local
1298 RetainSummaryManager::getRetEffectFromAnnotations(QualType RetTy, in getRetEffectFromAnnotations()
1341 QualType RetTy = FD->getReturnType(); in updateSummaryFromAnnotations() local
1372 QualType RetTy = MD->getReturnType(); in updateSummaryFromAnnotations() local
1379 Selector S, QualType RetTy) { in getStandardMethodSummary()
1509 const ObjCMethodDecl *MD, QualType RetTy, in getMethodSummary()
2895 QualType RetTy = RetE->getType(); in GetReturnType() local
DCallAndMessageChecker.cpp537 QualType RetTy = Msg.getResultType(); in HandleNilReceiver() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp218 Type *RetTy = FTy->getReturnType(); in ffiInvoke() local
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp685 Type *RetTy = cast<FunctionType>( in visitGCResult() local
DLegalizeDAG.cpp2062 Type *RetTy = Node->getValueType(0).getTypeForEVT(*DAG.getContext()); in ExpandLibCall() local
2110 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() local
2144 Type *RetTy = Node->getValueType(0).getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall() local
2256 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandDivRemLibCall() local
2361 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandSinCosLibCall() local
DFastISel.cpp697 Type *RetTy = ForceRetVoidTy ? Type::getVoidTy(CI->getType()->getContext()) in lowerCallOperands() local
861 Type *RetTy = FTy->getReturnType(); in lowerCallTo() local
991 Type *RetTy = FuncTy->getReturnType(); in lowerCall() local
/external/clang/lib/CodeGen/
DCGCall.cpp78 static CanQualType GetReturnType(QualType RetTy) { in GetReturnType()
1506 QualType RetTy = FI.getReturnType(); in ConstructAttributeList() local
1712 QualType RetTy = FD->getReturnType().getUnqualifiedType(); in EmitFunctionProlog() local
2265 QualType RetTy = FI.getReturnType(); in EmitFunctionEpilog() local
3028 QualType RetTy = CallInfo.getReturnType(); in EmitCall() local
DCGObjCGNU.cpp63 llvm::Type *RetTy, ...) { in init()
82 llvm::Type *RetTy = ArgTys.back(); in operator llvm::Constant*() local
1445 llvm::PointerType *RetTy = cast<llvm::PointerType>(v->getType()); in GenerateMessageSend() local
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp451 Type *RetTy = FTy->getReturnType(); in runFunction() local
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp376 (Type* RetTy, ArgListTy &Args, bool &needHelper) const { in getMips16HelperFunction()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1599 Type *RetTy = I->getType(); in SelectFPToI() local
2193 Type *RetTy = I->getType(); in ARMEmitLibcall() local
2302 Type *RetTy = I->getType(); in SelectCall() local

123