Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp220 Value *ArgOp = Call->getArgOperand(Idx); in constantArgPropagation() local
221 Type *ArgOpType = ArgOp->getType(); in constantArgPropagation()
226 auto *ConstVal = getConstantStackValue(Call, ArgOp, Solver); in constantArgPropagation()
H A DAttributorAttributes.cpp3150 const Value *ArgOp = CB.getArgOperand(OtherArgNo); in mayAliasWithArgument() local
3151 if (!ArgOp->getType()->isPtrOrPtrVectorTy()) in mayAliasWithArgument()
3177 bool IsAliasing = !AAR || !AAR->isNoAlias(&getAssociatedValue(), ArgOp); in mayAliasWithArgument()
3180 << getAssociatedValue() << " " << *ArgOp << " => " in mayAliasWithArgument()
7825 const Value *ArgOp = CB.getArgOperand(ArgNo); in categorizeArgumentPointerLocations() local
7826 if (!ArgOp->getType()->isPtrOrPtrVectorTy()) in categorizeArgumentPointerLocations()
7839 categorizePtrValue(A, CB, *ArgOp, AccessedLocs, Changed); in categorizeArgumentPointerLocations()
H A DOpenMPOpt.cpp1964 Value *ArgOp = CI->getArgOperand(ArgNo); in collectGlobalThreadIdArguments() local
1965 if (CI == &RefCI || GTIdArgs.count(ArgOp) || in collectGlobalThreadIdArguments()
1967 *ArgOp, &OMPInfoCache.RFIs[OMPRTL___kmpc_global_thread_num])) in collectGlobalThreadIdArguments()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3425 for (auto &ArgOp : CI->args()) in getVectorCallCost() local
3426 ScalarTys.push_back(ArgOp->getType()); in getVectorCallCost()