Home
last modified time | relevance | path

Searched refs:Arg0Type (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp702 QualType Arg0Type = TheCall->getArg(0)->getType(); in CheckBuiltinFunctionCall() local
705 Arg0Type, 128) || in CheckBuiltinFunctionCall()
712 QualType Arg0Type = TheCall->getArg(0)->getType(); in CheckBuiltinFunctionCall() local
714 Arg0Type, 256) || in CheckBuiltinFunctionCall()
719 QualType Arg0Type = TheCall->getArg(0)->getType(); in CheckBuiltinFunctionCall() local
721 Arg0Type, 128) || in CheckBuiltinFunctionCall()
746 QualType Arg0Type = TheCall->getArg(0)->getType(); in CheckBuiltinFunctionCall() local
749 Arg0Type, 128) || in CheckBuiltinFunctionCall()
759 QualType Arg0Type = TheCall->getArg(0)->getType(); in CheckBuiltinFunctionCall() local
763 Context.getBuiltinVectorTypeInfo(Arg0Type->castAs<BuiltinType>()); in CheckBuiltinFunctionCall()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2673 Type *Arg0Type = ReduceListArg->getType(); in emitInterWarpCopyFunction() local
2677 Arg0Type, nullptr, ReduceListArg->getName() + ".addr"); in emitInterWarpCopyFunction()
2681 ReduceListAlloca, Arg0Type, ReduceListAlloca->getName() + ".ascast"); in emitInterWarpCopyFunction()
3433 Type *Arg0Type = Arg0->getType(); in createReductionFunction() local
3437 Builder.CreateAlloca(Arg0Type, nullptr, Arg0->getName() + ".addr"); in createReductionFunction()
3441 LHSAlloca, Arg0Type, LHSAlloca->getName() + ".ascast"); in createReductionFunction()
3446 LHSArrayPtr = Builder.CreateLoad(Arg0Type, LHSAddrCast); in createReductionFunction()
3767 Type *Arg0Type = Arg0->getType(); in populateReductionFunction() local
3771 Builder.CreateAlloca(Arg0Type, nullptr, Arg0->getName() + ".addr"); in populateReductionFunction()
3775 Builder.CreatePointerBitCastOrAddrSpaceCast(LHSAlloca, Arg0Type); in populateReductionFunction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp1346 if (SPIRVType *Arg0Type = GR->getSPIRVTypeForVReg(Call->Arguments[0])) { in generateIntelSubgroupsInst() local
1347 if (Arg0Type->getOpcode() == SPIRV::OpTypeImage) { in generateIntelSubgroupsInst()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp70 Type *Arg0Type = F->getFunctionType()->getParamType(0); in upgradePTESTIntrinsic() local
71 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in upgradePTESTIntrinsic()