HomeSort by relevance Sort by last modified time
    Searched refs:CallContext (Results 1 - 13 of 13) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
call_graph.h 32 enum class CallContext {
53 string CallContextToString(CallContext context);
54 std::ostream& operator<<(std::ostream& out, const CallContext& context);
56 CallContext GetInstructionCallContext(HloOpcode opcode);
63 CallContext context)
77 CallContext context() const { return context_; }
89 const CallContext context_;
122 CallContext context() const { return context_; }
136 void set_context(CallContext value) { context_ = value; }
174 CallContext context_ = CallContext::kNone
    [all...]
call_graph.cc 37 string CallContextToString(CallContext context) {
39 case CallContext::kNone:
41 case CallContext::kSequential:
43 case CallContext::kParallel:
45 case CallContext::kBoth:
50 std::ostream& operator<<(std::ostream& out, const CallContext& context) {
55 CallContext GetInstructionCallContext(HloOpcode opcode) {
60 return CallContext::kSequential;
69 return CallContext::kParallel;
71 return CallContext::kNone
    [all...]
flatten_call_graph.cc 77 if (call_site.context() == CallContext::kParallel) {
80 CHECK_EQ(call_site.context(), CallContext::kSequential);
84 if (node.context() != CallContext::kBoth && i == 0) {
100 CallContext::kSequential) {
call_graph_test.cc 111 EXPECT_EQ(CallContext::kSequential, node.context());
129 EXPECT_EQ(CallContext::kSequential, entry_node.context());
135 EXPECT_EQ(CallContext::kSequential, unreachable_node.context());
153 EXPECT_EQ(CallContext::kSequential, entry_node.context());
162 EXPECT_EQ(CallContext::kParallel, map_node.context());
187 EXPECT_EQ(CallContext::kSequential, entry_node.context());
195 EXPECT_EQ(CallContext::kSequential, called_node.context());
232 EXPECT_EQ(CallContext::kSequential, call_callsite.context());
239 EXPECT_EQ(CallContext::kParallel, map_callsite.context());
244 EXPECT_EQ(CallContext::kBoth, sub_node.context())
    [all...]
hlo_liveness_analysis.cc 201 if (call_graph_node.context() == CallContext::kSequential) {
231 if (call_graph_node.context() == CallContext::kSequential) {
hlo_dataflow_analysis.cc 476 if (call_graph_node.context() == CallContext::kParallel ||
480 CHECK_EQ(call_graph_node.context(), CallContext::kSequential);
528 LOG(FATAL) << "CallContext::kSequential computations should only be "
692 if (call_graph_node.context() == CallContext::kSequential) {
785 if (call_graph_node.context() == CallContext::kBoth) {
797 call_graph_node.context() == CallContext::kParallel) {
    [all...]
copy_insertion.cc     [all...]
hlo_rematerialization.cc     [all...]
  /external/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 55 struct CallContext {
56 CallContext()
82 typedef SmallVector<CallContext, 8> ContextVector;
89 MachineBasicBlock::iterator I, CallContext &Context);
91 void adjustCallSequence(MachineFunction &MF, const CallContext &Context);
240 CallContext Context;
320 CallContext &Context) {
452 const CallContext &Context) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 78 struct CallContext {
79 CallContext() : FrameSetup(nullptr), ArgStoreVector(4, nullptr) {}
103 typedef SmallVector<CallContext, 8> ContextVector;
110 MachineBasicBlock::iterator I, CallContext &Context);
112 void adjustCallSequence(MachineFunction &MF, const CallContext &Context);
258 CallContext Context;
354 CallContext &Context) {
492 const CallContext &Context) {
  /external/v8/gnparser/
gnParser.py 189 return self.getTypedRuleContext(gnParser.CallContext,0)
362 class CallContext(ParserRuleContext):
365 super(gnParser.CallContext, self).__init__(parent, invokingState)
395 localctx = gnParser.CallContext(self, self._ctx, self.state)
879 return self.getTypedRuleContext(gnParser.CallContext,0)
    [all...]
  /external/harfbuzz_ng/src/
hb-cff-interp-cs-common.hh 42 struct CallContext
60 struct CallStack : Stack<CallContext, kMaxCallLimit> {};
205 CallContext context;
hb-subset-cff-common.hh 495 ParsedCStr *get_parsed_str_for_context (CallContext &context)

Completed in 1001 milliseconds