/external/llvm/include/llvm/Transforms/Utils/ |
D | CodeExtractor.h | 54 Type *RetTy; variable
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 34 Type *RetTy = FTy->getReturnType(); in runFunction() local
|
/external/clang/lib/Analysis/ |
D | CocoaConventions.cpp | 25 bool cocoa::isRefType(QualType RetTy, StringRef Prefix, in isRefType()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 155 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost() 160 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost() 583 unsigned getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicInstrCost() 759 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
|
D | FastISel.h | 57 Type *RetTy; member
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 131 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost() 315 unsigned getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost() 320 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() 455 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
|
D | TargetTransformInfo.h | 668 int getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost() 672 int getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost() 804 int getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost() 808 int getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost()
|
/external/clang/lib/CodeGen/ |
D | ObjectFilePCHContainerOperations.cpp | 100 QualType RetTy = D->getReturnType(); in VisitFunctionDecl() local 119 QualType RetTy = D->getReturnType(); in VisitObjCMethodDecl() local
|
D | CGCall.cpp | 80 static CanQualType GetReturnType(QualType RetTy) { in GetReturnType() 1600 QualType RetTy = FI.getReturnType(); in ConstructAttributeList() local 1827 QualType RetTy = FD->getReturnType().getUnqualifiedType(); in EmitFunctionProlog() local 2381 QualType RetTy = FI.getReturnType(); in EmitFunctionEpilog() local 3170 QualType RetTy = CallInfo.getReturnType(); in EmitCall() local
|
/external/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 30 Type *RetTy) { in EnsureFunctionExists() 67 Type *RetTy) { in ReplaceCallWith()
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 70 Intrinsic::ID IID, Type *RetTy, ArrayRef<const Value *> Arguments) const { in getIntrinsicCost() 292 int TargetTransformInfo::getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost() 299 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost()
|
/external/llvm/lib/IR/ |
D | Module.cpp | 153 Type *RetTy, ...) { in getOrInsertFunction() 171 Type *RetTy, ...) { in getOrInsertFunction()
|
D | DIBuilder.cpp | 524 auto *RetTy = DICompositeType::get( in createForwardDecl() local 539 auto *RetTy = DICompositeType::getTemporary( in createReplaceableCompositeType() local
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 383 Type *RetTy = F->getReturnType(); in NumRetVals() local 398 Type *RetTy = F->getReturnType(); in getRetComponentType() local 782 Type *RetTy = FTy->getReturnType(); in RemoveDeadStuffFromFunction() local
|
D | ArgumentPromotion.cpp | 724 Type *RetTy = FTy->getReturnType(); in DoPromotion() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 1060 QualType RetTy = FT->getReturnType(); in getFunctionSummary() local 1300 RetainSummaryManager::getRetEffectFromAnnotations(QualType RetTy, in getRetEffectFromAnnotations() 1354 QualType RetTy = FD->getReturnType(); in updateSummaryFromAnnotations() local 1395 QualType RetTy = MD->getReturnType(); in updateSummaryFromAnnotations() local 1402 Selector S, QualType RetTy) { in getStandardMethodSummary() 1532 const ObjCMethodDecl *MD, QualType RetTy, in getMethodSummary() 2916 QualType RetTy = RetE->getType(); in GetReturnType() local
|
D | CallAndMessageChecker.cpp | 537 QualType RetTy = Msg.getResultType(); in HandleNilReceiver() local
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 277 Type *RetTy = in foldX86XALUIntrinsic() local 2335 Type *RetTy = II->getCalledFunction()->getReturnType(); in fastLowerIntrinsicCall() local 2469 Type *RetTy = II->getCalledFunction()->getReturnType(); in fastLowerIntrinsicCall() local 2527 Type *RetTy = Ty->getTypeAtIndex(0U); in fastLowerIntrinsicCall() local 2667 Type *RetTy = II->getCalledFunction()->getReturnType(); in fastLowerIntrinsicCall() local
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | ExternalFunctions.cpp | 216 Type *RetTy = FTy->getReturnType(); in ffiInvoke() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 847 Type *RetTy = in visitGCResult() local
|
D | FastISel.cpp | 701 Type *RetTy = ForceRetVoidTy ? Type::getVoidTy(CI->getType()->getContext()) in lowerCallOperands() local 885 Type *RetTy = FTy->getReturnType(); in lowerCallTo() local 1015 Type *RetTy = FuncTy->getReturnType(); in lowerCall() local
|
D | LegalizeDAG.cpp | 2211 Type *RetTy = Node->getValueType(0).getTypeForEVT(*DAG.getContext()); in ExpandLibCall() local 2259 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() local 2293 Type *RetTy = Node->getValueType(0).getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall() local 2364 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandDivRemLibCall() local 2470 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandSinCosLibCall() local
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 485 Type *RetTy = FTy->getReturnType(); in runFunction() local
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 376 (Type* RetTy, ArgListTy &Args, bool &needHelper) const { in getMips16HelperFunction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1592 Type *RetTy = I->getType(); in SelectFPToI() local 2191 Type *RetTy = I->getType(); in ARMEmitLibcall() local 2300 Type *RetTy = I->getType(); in SelectCall() local
|