/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | MipsCCState.h | 145 void PreAnalyzeCallResult(const Type *RetTy, const char *Func) { in PreAnalyzeCallResult() 152 CCAssignFn Fn, const Type *RetTy, in PreAnalyzeCallResult() 162 CCAssignFn Fn, const Type *RetTy, in AnalyzeCallResult()
|
H A D | MipsCCState.cpp | 88 const Type *RetTy, const char *Call) { in PreAnalyzeCallResultForF128() 112 const SmallVectorImpl<ISD::InputArg> &Ins, const Type *RetTy) { in PreAnalyzeCallResultForVectorFloat()
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 165 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()
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 133 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()
|
H A D | TargetTransformInfo.h | 774 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | BuildLibCalls.h | 45 Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc() 54 LibFunc TheLibFunc, Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | BuildLibCalls.h | 45 Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc() 54 LibFunc TheLibFunc, Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | BuildLibCalls.h | 45 Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc() 54 LibFunc TheLibFunc, Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | BuildLibCalls.h | 45 Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc() 54 LibFunc TheLibFunc, Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | BuildLibCalls.h | 45 Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc() 54 LibFunc TheLibFunc, Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 128 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()
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 80 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 106 Type *RetTy = CB.getType(); in lowerCall() local 833 void CallLowering::insertSRetLoads(MachineIRBuilder &MIRBuilder, Type *RetTy, in insertSRetLoads() 863 void CallLowering::insertSRetStores(MachineIRBuilder &MIRBuilder, Type *RetTy, in insertSRetStores() 920 Type *RetTy = CB.getType(); in insertSRetOutgoingArgument() local 949 void CallLowering::getReturnInfo(CallingConv::ID CallConv, Type *RetTy, in getReturnInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsCCState.cpp | 88 const Type *RetTy, const char *Call) { in PreAnalyzeCallResultForF128() 112 const SmallVectorImpl<ISD::InputArg> &Ins, const Type *RetTy) { in PreAnalyzeCallResultForVectorFloat()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUUnifyDivergentExitNodes.cpp | 226 Type *RetTy = F.getReturnType(); in runOnFunction() local 300 Type *RetTy = F.getReturnType(); in runOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUUnifyDivergentExitNodes.cpp | 231 Type *RetTy = F.getReturnType(); in runOnFunction() local 293 Type *RetTy = F.getReturnType(); in runOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.cpp | 386 StructType *RetTy = StructType::get(Ctx, {ArgTy, ArgTy}, /* Packed */ true); in legalizeCustom() local 419 auto *RetTy = Type::getInt32Ty(Ctx); in legalizeCustom() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.cpp | 390 StructType *RetTy = StructType::get(Ctx, {ArgTy, ArgTy}, /* Packed */ true); in legalizeCustom() local 423 auto *RetTy = Type::getInt32Ty(Ctx); in legalizeCustom() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 349 QualType RTy, QualType *RetTy) { in getBinExpr() 385 QualType *RetTy) { in getSymBinExpr() 424 QualType *RetTy, in getSymExpr()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 349 QualType RTy, QualType *RetTy) { in getBinExpr() 385 QualType *RetTy) { in getSymBinExpr() 424 QualType *RetTy, in getSymExpr()
|
D | SMTConstraintManager.h | 48 QualType RetTy; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local 86 QualType RetTy; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 349 QualType RTy, QualType *RetTy) { in getBinExpr() 385 QualType *RetTy) { in getSymBinExpr() 424 QualType *RetTy, in getSymExpr()
|
D | SMTConstraintManager.h | 48 QualType RetTy; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local 86 QualType RetTy; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 349 QualType RTy, QualType *RetTy) { in getBinExpr() 385 QualType *RetTy) { in getSymBinExpr() 424 QualType *RetTy, in getSymExpr()
|
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | SymInt.cpp | 198 #define DEFINE_SYMINT_OP_INTONLY(scalar_t, RetTy) \ argument 206 #define DEFINE_SYMINT_OP(scalar_t, RetTy) \ argument
|