Searched defs:setOperand (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | User.h | 174 void setOperand(unsigned i, Value *Val) { in setOperand() function
|
| H A D | IntrinsicInst.h | 309 void setOperand(unsigned i, Value *v) { DbgInfoIntrinsic::setOperand(i, v); } in setOperand() function
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OpDefinition.h | 339 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 D | Operation.h | 268 void setOperand(unsigned idx, Value value) { in setOperand() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanValue.h | 262 void setOperand(unsigned I, VPValue *New) { in setOperand() function
|
| H A D | SLPVectorizer.cpp | 2326 void setOperand(unsigned OpIdx, ArrayRef<Value *> OpVL) { in setOperand() function
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Metadata.cpp | 980 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 D | GVNExpression.h | 173 void setOperand(unsigned N, Value *V) { in setOperand() function
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/ |
| H A D | VPlanTest.cpp | 129 TEST(VPInstructionTest, setOperand) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3044 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand() function in TypePromotionTransaction
|