Home
last modified time | relevance | path

Searched refs:setArgOperand (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp153 return setArgOperand(0, NewOperand); in replaceVariableLocationOp()
159 setArgOperand( in replaceVariableLocationOp()
170 return setArgOperand(0, NewOperand); in replaceVariableLocationOp()
177 setArgOperand( in replaceVariableLocationOp()
188 setArgOperand(2, MetadataAsValue::get(getContext(), NewExpr)); in addVariableLocationOps()
194 setArgOperand( in addVariableLocationOps()
253 setArgOperand(3, ConstantInt::get(Type::getInt32Ty(getContext()), Idx)); in setIndex()
273 setArgOperand(4, Callee); in setCallee()
385 setArgOperand(*MaskPos, NewMask); in setMaskParam()
396 setArgOperand(*EVLPos, NewEVL); in setVectorLengthParam()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h327 setArgOperand(1, MetadataAsValue::get(NewVar->getContext(), NewVar)); in setVariable()
331 setArgOperand(2, MetadataAsValue::get(NewExpr->getContext(), NewExpr)); in setExpression()
399 return setArgOperand(0, MetadataAsValue::get(getContext(), Location)); in setRawLocation()
441 void setArgOperand(unsigned i, Value *v) { in setArgOperand() function
442 DbgInfoIntrinsic::setArgOperand(i, v); in setArgOperand()
518 setArgOperand(OpAddressExpr, in setAddressExpression()
547 setArgOperand(0, MetadataAsValue::get(getContext(), NewLabel)); in setLabel()
1013 setArgOperand(ARG_DEST, Ptr); in setDest()
1031 setArgOperand(ARG_LENGTH, L); in setLength()
1076 BaseCL::setArgOperand(ARG_SOURCE, Ptr); in setSource()
[all …]
H A DInstrTypes.h1297 void setArgOperand(unsigned i, Value *v) {
2400 void setArgOperand(unsigned i, Value *v) { setOperand(i, v); }
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h161 setArgOperand(PromiseArg, ConstantPointerNull::get( in clearPromise()
215 void setInfo(Constant *C) { setArgOperand(InfoArg, C); } in setInfo()
223 setArgOperand(CoroutineArg, getFunction()); in setCoroutineSelf()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp812 II.setArgOperand(1, ConstantInt::get(Src1->getType(), in instCombineIntrinsic()
1143 II.setArgOperand(0, Src0); in instCombineIntrinsic()
1144 II.setArgOperand(1, Src1); in instCombineIntrinsic()
1145 II.setArgOperand(2, Src2); in instCombineIntrinsic()
1219 II.setArgOperand(0, Src1); in instCombineIntrinsic()
1220 II.setArgOperand(1, Src0); in instCombineIntrinsic()
1221 II.setArgOperand( in instCombineIntrinsic()
1815 II.setArgOperand(DMaskIdx, Args[DMaskIdx]); in simplifyAMDGCNMemoryIntrinsicDemanded()
H A DAMDGPULibCalls.cpp749 CI->setArgOperand(1, SplatArg1); in fold()
790 Call->setArgOperand(1, CastedArg); in fold()
1292 CI->setArgOperand(1, SplatRHS); in replaceLibCallWithSimpleIntrinsic()
1295 CI->setArgOperand(0, SplatLHS); in replaceLibCallWithSimpleIntrinsic()
H A DAMDGPUTargetTransformInfo.cpp1163 II->setArgOperand(0, NewV); in rewriteIntrinsicWithAddressSpace()
1172 II->setArgOperand(0, NewV); in rewriteIntrinsicWithAddressSpace()
1182 II->setArgOperand(0, NewV); in rewriteIntrinsicWithAddressSpace()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp393 II->setArgOperand(0, NewV); in rewriteIntrinsicOperands()
405 II->setArgOperand(0, NewV); in rewriteIntrinsicOperands()
415 II->setArgOperand(1, NewV); in rewriteIntrinsicOperands()
423 II->setArgOperand(0, NewV); in rewriteIntrinsicOperands()
435 II->setArgOperand(1, NewV); in rewriteIntrinsicOperands()
H A DCallSiteSplitting.cpp103 CB.setArgOperand(ArgNo, ConstValue); in setConstantInArgument()
340 NewCI->setArgOperand(ArgNo, PN.getIncomingValueForBlock(SplitBlock)); in splitCallSite()
H A DMemCpyOptimizer.cpp1074 C->setArgOperand(ArgI, cpyDest); in performCallSlotOptzn()
2026 CB.setArgOperand(ArgNo, MDep->getSource()); in processByValArgument()
2130 CB.setArgOperand(ArgNo, MDep->getSource()); in processImmutArgument()
H A DTailRecursionElimination.cpp633 CI->setArgOperand(OpndIdx, NewAlloca); in copyByValueOperandIntoLocalTemp()
H A DGuardWidening.cpp101 GI->setArgOperand(0, NewCond); in setCondition()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp267 CF->setArgOperand(0, CoroId); in lowerEarlyIntrinsics()
H A DCoroutines.cpp176 SuspendInst->setArgOperand(0, SaveInst); in createCoroSave()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp298 CB->setArgOperand(1, NoOpBitcast); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp131 asCI()->setArgOperand(2, Length); in setLength()
H A DHWAddressSanitizer.cpp1476 II->setArgOperand(0, ConstantInt::get(Int64Ty, AlignedSize)); in instrumentStack()
1477 II->setArgOperand(1, AICast); in instrumentStack()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp120 CI->setArgOperand(ArgNo, in promoteTypeIds()
H A DDeadArgumentElimination.cpp319 CB->setArgOperand(ArgNo, PoisonValue::get(Arg->getType())); in removeDeadArgumentsFromCallers()
H A DFunctionSpecialization.cpp609 Call->setArgOperand(Idx, GV); in promoteConstantStackValues()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp528 CB.setArgOperand(ArgNo, Cast); in promoteCall()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp670 void FuncletPadInst::setArgOperand(unsigned Idx, Value *V) { in setArgOperand() function in llvm::sandboxir::FuncletPadInst
673 &FuncletPadInst::setArgOperand>>( in setArgOperand()
675 cast<llvm::FuncletPadInst>(Val)->setArgOperand(Idx, V->Val); in setArgOperand()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp833 Call.setArgOperand(0, Arg1); in canonicalizeConstantArg0ToArg1()
834 Call.setArgOperand(1, Arg0); in canonicalizeConstantArg0ToArg1()
978 II.setArgOperand(1, ConstantInt::get(Src1->getType(), fneg(Mask))); in foldIntrinsicIsFPClass()
984 II.setArgOperand(1, ConstantInt::get(Src1->getType(), inverse_fabs(Mask))); in foldIntrinsicIsFPClass()
1087 II.setArgOperand( in foldIntrinsicIsFPClass()
2958 II->setArgOperand(1, NewExp); in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp556 Call->setArgOperand(i, Trunc); in TruncateSinks()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp893 CoroId->setArgOperand(1, PromiseAddrVoidPtr); in EmitCoroutineBody()

12