Home
last modified time | relevance | path

Searched defs:ArgTy (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/lib/Target/Hexagon/
DHexagonVarargsCallingConvention.h76 const Type* ArgTy = LocVT.getTypeForEVT(State.getContext()); in CC_Hexagon32_VarArgs() local
131 const Type* ArgTy = LocVT.getTypeForEVT(State.getContext()); in RetCC_Hexagon32_VarArgs() local
/external/llvm/lib/IR/
DModule.cpp138 while (Type *ArgTy = va_arg(Args, Type*)) in getOrInsertFunction() local
156 while (Type *ArgTy = va_arg(Args, Type*)) in getOrInsertFunction() local
DType.cpp389 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp201 Type *ArgTy = FTy->getParamType(ArgNo); in ffiInvoke() local
213 Type *ArgTy = FTy->getParamType(ArgNo); in ffiInvoke() local
/external/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp437 const PointerType *ArgTy = in getPointedToSymbol() local
489 const Type *ArgTy = Arg->getType().getTypePtr(); in process() local
DBasicObjCFoundationChecks.cpp781 QualType ArgTy = msg.getArgExpr(I)->getType(); in checkPreObjCMessage() local
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp357 Type *ArgTy = FTy->getParamType(i); in runFunction() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp1348 llvm::Type *ArgTy = Arg->getType(); in EmitBuiltinExpr() local
2505 llvm::Type *ArgTy = CGF.ConvertType(Arg->getType()); in EmitCommonNeonSISDBuiltinExpr() local
2512 llvm::Type *ArgTy = ai->getType(); in EmitCommonNeonSISDBuiltinExpr() local
4599 llvm::Type *ArgTy = llvm::VectorType::get( in EmitAArch64BuiltinExpr() local
5818 QualType ArgTy = E->getArg(1)->getType(); in EmitX86BuiltinExpr() local
DCGDecl.cpp461 QualType ArgTy = FnInfo.arg_begin()->type; in Emit() local
DCGExprCXX.cpp1360 QualType ArgTy = DeleteFTy->getParamType(0); in EmitDeleteCall() local
DCGObjCGNU.cpp70 while (llvm::Type *ArgTy = va_arg(Args, llvm::Type*)) in init() local
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2215 Type *ArgTy = Op->getType(); in ARMEmitLibcall() local
2343 Type *ArgTy = (*i)->getType(); in SelectCall() local
3019 Type *ArgTy = I->getType(); in FastLowerArguments() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp363 PointerType *ArgTy = cast<PointerType>(Arg->getType()); in HandleByValArgument() local
DSimplifyLibCalls.cpp1454 Type *ArgTy = Arg->getType(); in insertSinCosCall() local
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp825 QualType ArgTy = Arg->getType(); in rewriteToNumberLiteral() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp1043 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall() local
DLegalizeDAG.cpp2037 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() local
2118 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall() local
2248 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandDivRemLibCall() local
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2574 Type *ArgTy = Arg.getType(); in FastLowerArguments() local
2811 Type *ArgTy = ArgVal->getType(); in DoSelectCall() local
/external/llvm/lib/AsmParser/
DLLParser.cpp1853 Type *ArgTy = nullptr; in ParseParameterList() local
1895 Type *ArgTy = nullptr; in ParseArgumentList() local
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1376 Type *ArgTy = (*i)->getType(); in SelectCall() local
DAArch64ISelLowering.cpp1492 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in LowerFSINCOS() local
3606 Type *ArgTy = VT.getTypeForEVT(*DAG.getContext()); in LowerVAARG() local
6007 Type *ArgTy = I.getArgOperand(ArgI)->getType(); in getTgtMemIntrinsic() local
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1455 Type *ArgTy = (*II)->getType(); in SelectCall() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp3090 QualType ArgTy) { in CheckUnaryTypeTraitTypeCompleteness()
3631 QualType ArgTy = Args[I]->getType(); in evaluateTypeTrait() local
DSemaExpr.cpp1474 QualType ArgTy[2]; in BuildCookedLiteralOperatorCall() local
1574 QualType ArgTy[] = { in ActOnStringLiteral() local
10185 QualType ArgTy = TInfo->getType(); in BuildBuiltinOffsetOf() local
10363 QualType ArgTy = GetTypeFromParser(ParsedArgTy, &ArgTInfo); in ActOnBuiltinOffsetOf() local
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp2296 Type *ArgTy = Arg->getType(); in MoveCalls() local

12