Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUser.h150 void setOperand(unsigned i, Value *Val) { in setOperand() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DUser.h174 void setOperand(unsigned i, Value *Val) { in setOperand() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h167 void setOperand(unsigned I, VPValue *New) { Operands[I] = New; } in setOperand() function
DSLPVectorizer.cpp1486 void setOperand(unsigned OpIdx, ArrayRef<Value *> OpVL) { in setOperand() function
/third_party/skia/src/pathops/
DSkOpContour.h325 void setOperand(bool isOp) { in setOperand() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DMf2DataModel.java417 public Builder setOperand(Value operand) { in setOperand() method in Mf2DataModel.Expression.Builder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp872 void MDNode::setOperand(unsigned I, Metadata *New) { in setOperand() function in MDNode
1090 void NamedMDNode::setOperand(unsigned I, MDNode *New) { in setOperand() function in NamedMDNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h173 void setOperand(unsigned N, Value *V) { in setOperand() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h525 void setOperand(TIntermTyped* o) { operand = o; } in setOperand() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1558 void setOperand(NaClBcIndexSize_t Index, Ice::Operand *Op) { in setOperand() function in __anon5d1e3f9d0111::FunctionParser
/third_party/glslang/glslang/Include/
Dintermediate.h1596 virtual void setOperand(TIntermTyped* o) { operand = o; } in setOperand() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2771 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand() function in TypePromotionTransaction