Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCCState.cpp88 const Type *RetTy, const char *Call) { in PreAnalyzeCallResultForF128()
112 const SmallVectorImpl<ISD::InputArg> &Ins, const Type *RetTy) { in PreAnalyzeCallResultForVectorFloat()
DMipsCCState.h120 CCAssignFn Fn, const Type *RetTy, in AnalyzeCallResult()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUUnifyDivergentExitNodes.cpp226 Type *RetTy = F.getReturnType(); in runOnFunction() local
300 Type *RetTy = F.getReturnType(); in runOnFunction() local
DAMDGPUTargetTransformInfo.cpp467 int GCNTTIImpl::getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
496 int GCNTTIImpl::getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
502 int GCNTTIImpl::getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp386 StructType *RetTy = StructType::get(Ctx, {ArgTy, ArgTy}, /* Packed */ true); in legalizeCustom() local
419 auto *RetTy = Type::getInt32Ty(Ctx); in legalizeCustom() local
/external/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h54 Type *RetTy; variable
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h133 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
347 unsigned getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
351 unsigned getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
356 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
491 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
DTargetTransformInfo.h774 int getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
778 int getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
947 int getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, ArrayRef<Type *> Tys, in getIntrinsicInstrCost()
951 int getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
956 int getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h165 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
170 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
673 unsigned getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicInstrCost()
706 unsigned getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicInstrCost()
909 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp128 unsigned HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost()
133 unsigned HexagonTTIImpl::getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
138 unsigned HexagonTTIImpl::getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp33 Type *RetTy = FTy->getReturnType(); in runFunction() local
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp30 Type *RetTy) { in EnsureFunctionExists()
67 Type *RetTy) { in ReplaceCallWith()
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp110 QualType RetTy = D->getReturnType(); in VisitFunctionDecl() local
129 QualType RetTy = D->getReturnType(); in VisitObjCMethodDecl() local
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp80 Intrinsic::ID IID, Type *RetTy, ArrayRef<const Value *> Arguments) const { in getIntrinsicCost()
359 int TargetTransformInfo::getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
367 int TargetTransformInfo::getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
375 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h101 Type *RetTy; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp329 Type *RetTy = F->getReturnType(); in NumRetVals() local
344 Type *RetTy = F->getReturnType(); in getRetComponentType() local
770 Type *RetTy = FTy->getReturnType(); in RemoveDeadStuffFromFunction() local
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp305 Type *RetTy = F->getReturnType(); in NumRetVals() local
320 Type *RetTy = F->getReturnType(); in getRetComponentType() local
718 Type *RetTy = FTy->getReturnType(); in RemoveDeadStuffFromFunction() local
/external/rust/crates/pin-project/tests/ui/pinned_drop/
Dinvalid.rs145 struct RetTy(()); struct
148 impl PinnedDrop for RetTy { implementation
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInjectTLIMappings.cpp77 Type *RetTy = ToVectorTy(CI.getType(), VF); in addVariantDeclaration() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp1122 static int getVectorIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy) { in getVectorIntrinsicInstrCost()
1128 int SystemZTTIImpl::getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
1137 int SystemZTTIImpl::getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
/external/llvm/lib/IR/
DModule.cpp156 Type *RetTy, ...) { in getOrInsertFunction()
174 Type *RetTy, ...) { in getOrInsertFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h491 unsigned getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
496 unsigned getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, in getIntrinsicInstrCost()
501 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
805 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
849 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp200 Type *RetTy = F.getReturnType(); in getFunctionReturns() local

12345