Home
last modified time | relevance | path

Searched defs:setOperand (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DUser.h174 void setOperand(unsigned i, Value *Val) { in setOperand() function
H A DIntrinsicInst.h309 void setOperand(unsigned i, Value *v) { DbgInfoIntrinsic::setOperand(i, v); } in setOperand() function
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpDefinition.h339 void setOperand(unsigned i, Value value) { in setOperand() function
387 void setOperand() {} in setOperand() function
397 void setOperand(Value value) { this->getOperation()->setOperand(0, value); } in setOperand() function
H A DOperation.h268 void setOperand(unsigned idx, Value value) { in setOperand() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h262 void setOperand(unsigned I, VPValue *New) { in setOperand() function
H A DSLPVectorizer.cpp2326 void setOperand(unsigned OpIdx, ArrayRef<Value *> OpVL) { in setOperand() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DMetadata.cpp980 void MDNode::setOperand(unsigned I, Metadata *New) { in setOperand() function in MDNode
1223 void NamedMDNode::setOperand(unsigned I, MDNode *New) { in setOperand() function in NamedMDNode
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h173 void setOperand(unsigned N, Value *V) { in setOperand() function
/llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp129 TEST(VPInstructionTest, setOperand) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3044 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand() function in TypePromotionTransaction