Searched refs:setOperand (Results 51 - 75 of 86) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp333 LoopDec->setOperand(0, EltsRem);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp574 NewI->setOperand(ValIdx, NewV);
H A DAMDGPUPrintfRuntimeBinding.cpp237 CI->setOperand(ArgCount, Arg);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1497 void setOperand(unsigned OpIdx, ArrayRef<Value *> OpVL) { function in class:llvm::slpvectorizer::BoUpSLP
2627 TE->setOperand(i, Operands);
2647 VectorizableTree.back()->setOperand(0, Op0);
2670 VectorizableTree.back()->setOperand(0, Op0);
2840 TE->setOperand(0, Left);
2841 TE->setOperand(1, Right);
2875 TE->setOperand(0, Left);
2876 TE->setOperand(1, Right);
3124 TE->setOperand(0, Left);
3125 TE->setOperand(
[all...]
H A DVPlan.cpp862 User->setOperand(I, New);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h1013 void setOperand(unsigned I, Metadata *New);
1402 void setOperand(unsigned I, MDNode *New);
H A DInstrTypes.h1266 setOperand(i, v);
2215 void setArgOperand(unsigned i, Value *v) { setOperand(i, v); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1856 BO->setOperand(!isLHS, SplitVal);
2026 New->setOperand(i, I->second);
2583 New->setOperand(i, I->second);
H A DSCCP.cpp1873 I->setOperand(0, C);
2073 ReturnsToZap[i]->setOperand(0, UndefValue::get(F->getReturnType()));
H A DLoopPredication.cpp810 Guard->setOperand(0, AllChecks);
H A DDeadStoreElimination.cpp169 DeadInst->setOperand(op, nullptr);
2254 Earlier->setOperand(0, Merged);
H A DGVN.cpp1837 Instr->setOperand(OpNum, it->second);
2277 Instr->setOperand(i, V);
H A DLoopStrengthReduce.cpp3283 CI->setOperand(1, CI->getOperand(0));
3284 CI->setOperand(0, NV);
5335 CI->setOperand(1, ICmpScaledV);
5349 CI->setOperand(1, C);
5500 LF.UserInst->setOperand(0, FullV);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp883 NewGEPI->setOperand(Idx,
886 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI);
H A DInstructionCombining.cpp1931 NewGEP->setOperand(DI, NewPN);
1978 Src->setOperand(1, GO1);
1979 GEP.setOperand(1, SO1);
2322 // Create a new GEP here, as using `setOperand()` followed by
3402 DII->setOperand(
H A DInstCombineInternal.h694 I.setOperand(OpNum, V);
H A DInstCombinePHI.cpp637 NewLI->setOperand(0, InVal);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1697 setOperand(0, F);
1698 setOperand(1, BB);
1748 setOperand(0, NewF);
1749 setOperand(1, NewBB);
H A DAutoUpgrade.cpp4067 ModFlags->setOperand(I, MDNode::get(M.getContext(), Ops));
4085 ModFlags->setOperand(I, MDNode::get(M.getContext(), Ops));
4111 ModFlags->setOperand(I, MDNode::get(M.getContext(), Ops));
H A DDebugInfoMetadata.cpp546 CT->setOperand(I, Ops[I]);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp874 New->setOperand(i, I->second);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp651 TagPCall->setOperand(0, Info.AI);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp216 ThisStore->setOperand(0, AdjustedThisPtr);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp716 LI->setOperand(0, NewV);
720 SI->setOperand(1, NewV);
896 BCI->setOperand(0, NewGV);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp596 I->setOperand(getPointerOperandIndex(I), UntaggedPtr);

Completed in 546 milliseconds

1234