Searched defs:ArgumentStash (Results 1 – 2 of 2) sorted by relevance
103 struct ArgumentStash { struct104 struct IntArrayRefTrace : std::vector<Value*> {108 static bool empty() { in empty()118 static bool hasIntArrayRef(const std::string& arg_name) { in hasIntArrayRef()122 static IntArrayRefTrace popIntArrayRef(const std::string& arg_name) { in popIntArrayRef()148 static thread_local ArgumentStash stash; argument149 std::unordered_map<std::string, IntArrayRefTrace> intlists;150 std::unordered_map<std::string, Value*> values;
607 using ArgumentStash = jit::tracer::ArgumentStash; in addInputs() typedef621 using ArgumentStash = jit::tracer::ArgumentStash; in addInputs() typedef646 using ArgumentStash = jit::tracer::ArgumentStash; in addInputs() typedef789 using ArgumentStash = jit::tracer::ArgumentStash; in addInputs() typedef