Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h54 Type *RetTy; variable
/external/clang/lib/Analysis/
DCocoaConventions.cpp25 bool cocoa::isRefType(QualType RetTy, StringRef Prefix, in isRefType()
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp30 Type *RetTy) { in EnsureFunctionExists()
67 Type *RetTy) { in ReplaceCallWith()
DJumpInstrTables.cpp204 Type *RetTy = VoidPtrTy; in transformType() local
DBasicTargetTransformInfo.cpp532 unsigned BasicTTI::getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicInstrCost()
/external/llvm/lib/IR/
DModule.cpp132 Type *RetTy, ...) { in getOrInsertFunction()
150 Type *RetTy, ...) { in getOrInsertFunction()
DAsmWriter.cpp1933 Type *RetTy = FTy->getReturnType(); in printInstruction() local
1966 Type *RetTy = FTy->getReturnType(); in printInstruction() local
DDIBuilder.cpp912 DICompositeType RetTy(Node); in createForwardDecl() local
946 DICompositeType RetTy(Node); in createReplaceableForwardDecl() local
DType.cpp382 bool FunctionType::isValidReturnType(Type *RetTy) { in isValidReturnType()
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp69 Intrinsic::ID IID, Type *RetTy, ArrayRef<Type *> ParamTys) const { in getIntrinsicCost()
74 Intrinsic::ID IID, Type *RetTy, ArrayRef<const Value *> Arguments) const { in getIntrinsicCost()
214 Type *RetTy, in getIntrinsicInstrCost()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp294 Type *RetTy = in foldX86XALUIntrinsic() local
2186 Type *RetTy = I.getCalledFunction()->getReturnType(); in X86VisitIntrinsicCall() local
2317 Type *RetTy = I.getCalledFunction()->getReturnType(); in X86VisitIntrinsicCall() local
2375 Type *RetTy = Ty->getTypeAtIndex(0U); in X86VisitIntrinsicCall() local
2495 Type *RetTy = I.getCalledFunction()->getReturnType(); in X86VisitIntrinsicCall() local
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1033 QualType RetTy = FT->getReturnType(); in getFunctionSummary() local
1273 RetainSummaryManager::getRetEffectFromAnnotations(QualType RetTy, in getRetEffectFromAnnotations()
1316 QualType RetTy = FD->getReturnType(); in updateSummaryFromAnnotations() local
1347 QualType RetTy = MD->getReturnType(); in updateSummaryFromAnnotations() local
1354 Selector S, QualType RetTy) { in getStandardMethodSummary()
1483 const ObjCMethodDecl *MD, QualType RetTy, in getMethodSummary()
2812 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/clang/lib/CodeGen/
DCGCall.cpp72 static CanQualType GetReturnType(QualType RetTy) { in GetReturnType()
1157 QualType RetTy = FI.getReturnType(); in ConstructAttributeList() local
1345 QualType RetTy = FD->getReturnType().getUnqualifiedType(); in EmitFunctionProlog() local
1837 QualType RetTy = FI.getReturnType(); in EmitFunctionEpilog() local
2607 QualType RetTy = CallInfo.getReturnType(); in EmitCall() local
DCGAtomic.cpp618 QualType RetTy; in EmitAtomicExpr() local
DCGObjCGNU.cpp63 llvm::Type *RetTy, ...) { in init()
82 llvm::Type *RetTy = ArgTys.back(); in operator llvm::Constant*() local
1439 llvm::PointerType *RetTy = cast<llvm::PointerType>(v->getType()); in GenerateMessageSend() local
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp439 Type *RetTy = FTy->getReturnType(); in runFunction() local
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp244 Type *RetTy = FTy->getReturnType(); in runFunction() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2046 Type *RetTy = Node->getValueType(0).getTypeForEVT(*DAG.getContext()); in ExpandLibCall() local
2094 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() local
2128 Type *RetTy = Node->getValueType(0).getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall() local
2242 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandDivRemLibCall() local
2349 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandSinCosLibCall() local
DLegalizeTypes.cpp1053 Type *RetTy = Node->getValueType(0).getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall() local
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp373 (Type* RetTy, ArgListTy &Args, bool &needHelper) const { in getMips16HelperFunction()
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp607 Type *RetTy = FTy->getReturnType(); in DoPromotion() local
DDeadArgumentElimination.cpp737 Type *RetTy = FTy->getReturnType(); in RemoveDeadStuffFromFunction() local
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1597 Type *RetTy = I->getType(); in SelectFPToI() local
2185 Type *RetTy = I->getType(); in ARMEmitLibcall() local
2294 Type *RetTy = I->getType(); in SelectCall() local

123