Home
last modified time | relevance | path

Searched refs:Arg1Type (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp703 QualType Arg1Type = TheCall->getArg(1)->getType(); in CheckBuiltinFunctionCall() local
707 Arg1Type, 128) || in CheckBuiltinFunctionCall()
747 QualType Arg1Type = TheCall->getArg(1)->getType(); in CheckBuiltinFunctionCall() local
751 Arg1Type, 128); in CheckBuiltinFunctionCall()
760 QualType Arg1Type = TheCall->getArg(1)->getType(); in CheckBuiltinFunctionCall() local
781 Arg1Type, ElemSize * 4) || in CheckBuiltinFunctionCall()
H A DSemaExprCXX.cpp2761 const QualType Arg1Type = Args[1]->getType(); in resolveAllocationOverloadInterior() local
2762 QualType UnderlyingType = S.Context.getBaseElementType(Arg1Type); in resolveAllocationOverloadInterior()
2768 << Arg1Type << Args[1]->getSourceRange(); in resolveAllocationOverloadInterior()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2674 Type *Arg1Type = NumWarpsArg->getType(); in emitInterWarpCopyFunction() local
2679 Builder.CreateAlloca(Arg1Type, nullptr, NumWarpsArg->getName() + ".addr"); in emitInterWarpCopyFunction()
3434 Type *Arg1Type = Arg1->getType(); in createReductionFunction() local
3439 Builder.CreateAlloca(Arg1Type, nullptr, Arg1->getName() + ".addr"); in createReductionFunction()
3443 RHSAlloca, Arg1Type, RHSAlloca->getName() + ".ascast"); in createReductionFunction()
3447 RHSArrayPtr = Builder.CreateLoad(Arg1Type, RHSAddrCast); in createReductionFunction()
3768 Type *Arg1Type = Arg1->getType(); in populateReductionFunction() local
3773 Builder.CreateAlloca(Arg1Type, nullptr, Arg1->getName() + ".addr"); in populateReductionFunction()
3777 Builder.CreatePointerBitCastOrAddrSpaceCast(RHSAlloca, Arg1Type); in populateReductionFunction()
3781 RHSArrayPtr = Builder.CreateLoad(Arg1Type, RHSAddrCast); in populateReductionFunction()