Searched defs:setOperand (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ |
H A D | User.h | 174 void setOperand(unsigned i, Value *Val) { setOperand() function
|
H A D | IntrinsicInst.h | 434 void setOperand(unsigned i, Value *v) { DbgInfoIntrinsic::setOperand(i, v); } setOperand() function
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanValue.h | 258 void setOperand(unsigned I, VPValue *New) { setOperand() function
|
H A D | SLPVectorizer.cpp | 2972 void setOperand(unsigned OpIdx, ArrayRef<Value *> OpVL) { setOperand() function [all...] |
/llvm-project/mlir/include/mlir/IR/ |
H A D | Operation.h | 346 void setOperand(unsigned idx, Value value) { setOperand() function
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 173 void setOperand(unsigned N, Value *V) { in setOperand() function
|
/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 1083 void MDNode::setOperand(unsigned I, Metadata *New) { setOperand() function in MDNode 1389 void NamedMDNode::setOperand(unsigned I, MDNode *New) { setOperand() function in NamedMDNode
|
/llvm-project/llvm/unittests/Transforms/Vectorize/ |
H A D | VPlanTest.cpp | 130 TEST(VPInstructionTest,setOperand) TEST() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3376 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, setOperand() function in TypePromotionTransaction [all...] |