Home
last modified time | relevance | path

Searched defs:addUser (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstruction.cpp71 void WriteState::addUser(unsigned IID, ReadState *User, int ReadAdvance) { in addUser() function in llvm::mca::WriteState
84 void WriteState::addUser(unsigned IID, WriteState *User) { in addUser() function in llvm::mca::WriteState
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h93 void addUser(VPUser &User) { Users.push_back(&User); } in addUser() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h93 void addUser(Instruction *Inst, unsigned Idx, unsigned Cost) { in addUser() function