Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2538 Type *Arg0Type = ReduceListArg->getType(); in emitInterWarpCopyFunction() local
2542 Arg0Type, nullptr, ReduceListArg->getName() + ".addr"); in emitInterWarpCopyFunction()
2546 ReduceListAlloca, Arg0Type, ReduceListAlloca->getName() + ".ascast"); in emitInterWarpCopyFunction()
3289 Type *Arg0Type = Arg0->getType(); in createReductionFunction() local
3293 Builder.CreateAlloca(Arg0Type, nullptr, Arg0->getName() + ".addr"); in createReductionFunction()
3297 LHSAlloca, Arg0Type, LHSAlloca->getName() + ".ascast"); in createReductionFunction()
3302 LHSArrayPtr = Builder.CreateLoad(Arg0Type, LHSAddrCast); in createReductionFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp1175 if (SPIRVType *Arg0Type = GR->getSPIRVTypeForVReg(Call->Arguments[0])) { in generateIntelSubgroupsInst() local
1176 if (Arg0Type->getOpcode() == SPIRV::OpTypeImage) { in generateIntelSubgroupsInst()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp60 Type *Arg0Type = F->getFunctionType()->getParamType(0); in upgradePTESTIntrinsic() local
61 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in upgradePTESTIntrinsic()