| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IntrinsicInst.cpp | 150 return setArgOperand(0, NewOperand); in replaceVariableLocationOp() 156 setArgOperand( in replaceVariableLocationOp() 167 return setArgOperand(0, NewOperand); in replaceVariableLocationOp() 174 setArgOperand( in replaceVariableLocationOp() 185 setArgOperand(2, MetadataAsValue::get(getContext(), NewExpr)); in addVariableLocationOps() 191 setArgOperand( in addVariableLocationOps() 417 setArgOperand(*MaskPos, NewMask); in setMaskParam() 428 setArgOperand(*EVLPos, NewEVL); in setVectorLengthParam()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 323 setArgOperand(1, MetadataAsValue::get(NewVar->getContext(), NewVar)); in setVariable() 387 return setArgOperand(0, MetadataAsValue::get(getContext(), Location)); in setRawLocation() 429 void setArgOperand(unsigned i, Value *v) { in setArgOperand() function 430 DbgInfoIntrinsic::setArgOperand(i, v); in setArgOperand() 506 setArgOperand(OpAddressExpr, in setAddressExpression() 955 setArgOperand(ARG_DEST, Ptr); in setDest() 973 setArgOperand(ARG_LENGTH, L); in setLength() 1018 BaseCL::setArgOperand(ARG_SOURCE, Ptr); in setSource() 1051 BaseCL::setArgOperand(ARG_VALUE, Val); in setValue() 1077 setArgOperand(ARG_ELEMENTSIZE, V); in setElementSizeInBytes() [all …]
|
| H A D | InstrTypes.h | 1431 void setArgOperand(unsigned i, Value *v) { 2434 void setArgOperand(unsigned i, Value *v) { setOperand(i, v); }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 613 II.setArgOperand(1, ConstantInt::get(Src1->getType(), in instCombineIntrinsic() 809 II.setArgOperand(0, Src0); in instCombineIntrinsic() 810 II.setArgOperand(1, Src1); in instCombineIntrinsic() 811 II.setArgOperand(2, Src2); in instCombineIntrinsic() 884 II.setArgOperand(0, Src1); in instCombineIntrinsic() 885 II.setArgOperand(1, Src0); in instCombineIntrinsic() 886 II.setArgOperand( in instCombineIntrinsic() 1306 II.setArgOperand(DMaskIdx, Args[DMaskIdx]); in simplifyAMDGCNMemoryIntrinsicDemanded()
|
| H A D | AMDGPULibCalls.cpp | 740 CI->setArgOperand(1, SplatArg1); in fold() 779 Call->setArgOperand(1, CastedArg); in fold() 1252 CI->setArgOperand(1, SplatRHS); in replaceLibCallWithSimpleIntrinsic() 1255 CI->setArgOperand(0, SplatLHS); in replaceLibCallWithSimpleIntrinsic()
|
| H A D | AMDGPUTargetTransformInfo.cpp | 1055 II->setArgOperand(0, NewV); in rewriteIntrinsicWithAddressSpace() 1117 II->setArgOperand(0, NewV); in rewriteIntrinsicWithAddressSpace()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInstr.h | 126 setArgOperand(PromiseArg, ConstantPointerNull::get( in clearPromise() 180 void setInfo(Constant *C) { setArgOperand(InfoArg, C); } in setInfo() 188 setArgOperand(CoroutineArg, getFunction()); in setCoroutineSelf()
|
| H A D | CoroEarly.cpp | 238 CF->setArgOperand(0, CoroId); in lowerEarlyIntrinsics()
|
| H A D | Coroutines.cpp | 163 SuspendInst->setArgOperand(0, SaveInst); in createCoroSave()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CallSiteSplitting.cpp | 103 CB.setArgOperand(ArgNo, ConstValue); in setConstantInArgument() 340 NewCI->setArgOperand(ArgNo, PN.getIncomingValueForBlock(SplitBlock)); in splitCallSite()
|
| H A D | InferAddressSpaces.cpp | 379 II->setArgOperand(0, NewV); in rewriteIntrinsicOperands() 391 II->setArgOperand(0, NewV); in rewriteIntrinsicOperands() 400 II->setArgOperand(1, NewV); in rewriteIntrinsicOperands()
|
| H A D | MemCpyOptimizer.cpp | 1088 C->setArgOperand(ArgI, cpyDest); in performCallSlotOptzn() 1876 CB.setArgOperand(ArgNo, MDep->getSource()); in processByValArgument() 1971 CB.setArgOperand(ArgNo, MDep->getSource()); in processImmutArgument()
|
| H A D | TailRecursionElimination.cpp | 613 CI->setArgOperand(OpndIdx, NewAlloca); in copyByValueOperandIntoLocalTemp()
|
| H A D | GuardWidening.cpp | 101 GI->setArgOperand(0, NewCond); in setCondition()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitIntrinsics.cpp | 517 InitInst->setArgOperand(1, Init); in processGlobalValue() 588 NewOp->setArgOperand(0, I); in processInstrAfterVisit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 513 CB.setArgOperand(ArgNo, Cast); in promoteCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 131 asCI()->setArgOperand(2, Length); in setLength()
|
| H A D | HWAddressSanitizer.cpp | 1417 II->setArgOperand(0, ConstantInt::get(Int64Ty, AlignedSize)); in instrumentStack() 1418 II->setArgOperand(1, AICast); in instrumentStack()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 120 CI->setArgOperand(ArgNo, in promoteTypeIds()
|
| H A D | DeadArgumentElimination.cpp | 326 CB->setArgOperand(ArgNo, PoisonValue::get(Arg->getType())); in removeDeadArgumentsFromCallers()
|
| H A D | FunctionSpecialization.cpp | 571 Call->setArgOperand(Idx, GV); in promoteConstantStackValues()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 812 Call.setArgOperand(0, Arg1); in canonicalizeConstantArg0ToArg1() 813 Call.setArgOperand(1, Arg0); in canonicalizeConstantArg0ToArg1() 927 II.setArgOperand(1, ConstantInt::get(Src1->getType(), fneg(Mask))); in foldIntrinsicIsFPClass() 933 II.setArgOperand(1, ConstantInt::get(Src1->getType(), inverse_fabs(Mask))); in foldIntrinsicIsFPClass() 1036 II.setArgOperand( in foldIntrinsicIsFPClass() 2542 II->setArgOperand(1, NewExp); in visitCallInst()
|
| H A D | InstCombineSelect.cpp | 1160 II->setArgOperand(1, ConstantInt::getFalse(II->getContext())); in foldSelectCttzCtlz() 1169 II->setArgOperand(1, ConstantInt::getTrue(II->getContext())); in foldSelectCttzCtlz() 3772 MaskedInst->setArgOperand(3, FalseVal /* Zero */); in visitSelectInst() 3794 MaskedInst->setArgOperand(3, TrueVal /* Zero */); in visitSelectInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TypePromotion.cpp | 548 Call->setArgOperand(i, Trunc); in TruncateSinks()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCoroutine.cpp | 740 CoroId->setArgOperand(1, PromiseAddrVoidPtr); in EmitCoroutineBody()
|