Home
last modified time | relevance | path

Searched defs:ReuseValue (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp135 struct ReuseValue { struct
136 Instruction *Inst2Replace = nullptr;
141 Instruction *BackedgeInst = nullptr;
142 std::map<Instruction *, DepChain *> DepChains;
143 int Iterations = -1;
147 void reset() { in reset()
153 bool isDefined() { return Inst2Replace != nullptr; } in isDefined()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp236 struct ReuseValue { struct
237 Instruction *Inst2Replace = nullptr;
242 Instruction *BackedgeInst = nullptr;
243 std::map<Instruction *, DepChain *> DepChains;
244 int Iterations = -1;
248 void reset() { in reset()
254 bool isDefined() { return Inst2Replace != nullptr; } in isDefined()
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dflexbuffers.h1263 void ReuseValue(Value v) { stack_.push_back(v); } in ReuseValue() function
1264 void ReuseValue(const char *key, Value v) { in ReuseValue() function
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dflexbuffers.h1303 void ReuseValue(Value v) { stack_.push_back(v); } in ReuseValue() function
1304 void ReuseValue(const char *key, Value v) { in ReuseValue() function
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dflexbuffers.h1303 void ReuseValue(Value v) { stack_.push_back(v); } in ReuseValue() function
1304 void ReuseValue(const char *key, Value v) { in ReuseValue() function
/aosp_15_r20/external/flatbuffers/python/flatbuffers/
H A Dflexbuffers.py1505 def ReuseValue(self, value): member in Builder