/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/Analysis/ |
D | TargetTransformInfoImpl.h | 135 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()
|
D | TargetTransformInfo.h | 625 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/ |
D | BasicTTIImpl.h | 160 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()
|
D | FastISel.h | 57 Type *RetTy; member
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 66 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/ |
D | IntrinsicLowering.cpp | 30 Type *RetTy) { in EnsureFunctionExists() 67 Type *RetTy) { in ReplaceCallWith()
|
/external/llvm/lib/IR/ |
D | Module.cpp | 150 Type *RetTy, ...) { in getOrInsertFunction() 168 Type *RetTy, ...) { in getOrInsertFunction()
|
D | DIBuilder.cpp | 505 auto *RetTy = MDCompositeType::get( in createForwardDecl() local 520 auto *RetTy = MDCompositeType::getTemporary( in createReplaceableCompositeType() local
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 390 Type *RetTy = F->getReturnType(); in NumRetVals() local 405 Type *RetTy = F->getReturnType(); in getRetComponentType() local 781 Type *RetTy = FTy->getReturnType(); in RemoveDeadStuffFromFunction() local
|
D | ArgumentPromotion.cpp | 696 Type *RetTy = FTy->getReturnType(); in DoPromotion() local
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 259 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/ |
D | RetainCountChecker.cpp | 1058 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
|
D | CallAndMessageChecker.cpp | 537 QualType RetTy = Msg.getResultType(); in HandleNilReceiver() local
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | ExternalFunctions.cpp | 218 Type *RetTy = FTy->getReturnType(); in ffiInvoke() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 685 Type *RetTy = cast<FunctionType>( in visitGCResult() local
|
D | LegalizeDAG.cpp | 2062 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
|
D | FastISel.cpp | 697 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/ |
D | CGCall.cpp | 78 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
|
D | CGObjCGNU.cpp | 63 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/ |
D | MCJIT.cpp | 451 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 | 1599 Type *RetTy = I->getType(); in SelectFPToI() local 2193 Type *RetTy = I->getType(); in ARMEmitLibcall() local 2302 Type *RetTy = I->getType(); in SelectCall() local
|