/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.cpp | 385 Type *ArgTy = Type::getInt32Ty(Ctx); in legalizeCustom() local 418 auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::getDoubleTy(Ctx); in legalizeCustom() local
|
H A D | ARMFastISel.cpp | 2237 Type *ArgTy = Op->getType(); in ARMEmitLibcall() local 2365 Type *ArgTy = (*i)->getType(); in SelectCall() local 3039 Type *ArgTy = Arg.getType(); in fastLowerArguments() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.cpp | 389 Type *ArgTy = Type::getInt32Ty(Ctx); in legalizeCustom() local 422 auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::getDoubleTy(Ctx); in legalizeCustom() local
|
H A D | ARMFastISel.cpp | 2235 Type *ArgTy = Op->getType(); in ARMEmitLibcall() local 2363 Type *ArgTy = (*ArgI)->getType(); in SelectCall() local 3042 Type *ArgTy = Arg.getType(); in fastLowerArguments() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | MipsCCState.cpp | 133 void MipsCCState::PreAnalyzeCallOperand(const Type *ArgTy, bool IsFixed, in PreAnalyzeCallOperand() 157 void MipsCCState::PreAnalyzeFormalArgument(const Type *ArgTy, in PreAnalyzeFormalArgument()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteOutArguments.cpp | 154 PointerType *ArgTy = dyn_cast<PointerType>(Arg.getType()); in getOutArgumentType() local 241 Type *ArgTy = Pair.second; in runOnFunction() local
|
H A D | AMDGPUCallLowering.cpp | 428 LLT ArgTy = getLLTForType(*SplitArg.Ty, DL); in lowerParameter() local 528 Type *ArgTy = IsByRef ? Arg.getParamByRefType() : Arg.getType(); in lowerFormalArgumentsKernel() local 803 LLT ArgTy; in passSpecialInputs() local 854 LLT ArgTy; in passSpecialInputs() local
|
H A D | AMDGPUHSAMetadataStreamer.cpp | 335 Type *ArgTy; in emitKernelArg() local 746 Type *ArgTy; in emitKernelArg() local
|
H A D | AMDGPULowerKernelArguments.cpp | 94 Type *ArgTy = IsByRef ? Arg.getParamByRefType() : Arg.getType(); in runOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteOutArguments.cpp | 191 PointerType *ArgTy = dyn_cast<PointerType>(Arg.getType()); in isOutArgumentCandidate() local 290 Type *ArgTy = OutArg->getType()->getPointerElementType(); in runOnFunction() local
|
H A D | AMDGPULowerKernelArguments.cpp | 96 Type *ArgTy = Arg.getType(); in runOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 653 Type *ArgTy = Arg.getType(); in fastLowerArguments() local 724 MVT::SimpleValueType ArgTy = getLegalType(getSimpleType(Arg.getType())); in fastLowerArguments() local 835 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 656 Type *ArgTy = Arg.getType(); in fastLowerArguments() local 731 MVT::SimpleValueType ArgTy = getLegalType(getSimpleType(Arg.getType())); in fastLowerArguments() local 828 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall() local
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 199 Type *ArgTy = FTy->getParamType(ArgNo); in ffiInvoke() local 211 Type *ArgTy = FTy->getParamType(ArgNo); in ffiInvoke() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 210 Type *ArgTy = FTy->getParamType(ArgNo); in ffiInvoke() local 222 Type *ArgTy = FTy->getParamType(ArgNo); in ffiInvoke() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 222 Type *ArgTy = FTy->getParamType(ArgNo); in ffiInvoke() local 234 Type *ArgTy = FTy->getParamType(ArgNo); in ffiInvoke() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Module.cpp | 162 while (Type *ArgTy = va_arg(Args, Type*)) in getOrInsertFunction() local 180 while (Type *ArgTy = va_arg(Args, Type*)) in getOrInsertFunction() local
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 437 const PointerType *ArgTy = in getPointedToSymbol() local 489 const Type *ArgTy = Arg->getType().getTypePtr(); in process() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceGlobalInits.cpp | 95 for (Type ArgTy : Signature.getArgList()) { in dump() local
|
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 577 Type *ArgTy = Arg.getType(); in fastLowerArguments() local 671 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall() local
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | RSX86CallConvPass.cpp | 62 llvm::Type *ArgTy = Arg.getType(); in IsDerefNeeded() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DirectXIRPasses/ |
H A D | PointerTypeAnalysis.cpp | 108 Type *ArgTy = A.getType(); in classifyFunctionType() local
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_reflection.h | 155 typedef std::vector<std::pair<std::string, std::string>> ArgTy; typedef
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 2221 Type *ArgTy = Op->getType(); in ARMEmitLibcall() local 2350 Type *ArgTy = (*i)->getType(); in SelectCall() local 3018 Type *ArgTy = I->getType(); in fastLowerArguments() local
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 198 struct ArgTy struct 200 using type = typename ArgTy<decltype(&F::operator())>::type; 205 struct ArgTy<R (C::*)(Arg) const> struct 207 using type = typename std::decay<Arg>::type;
|