/external/tensorflow/tensorflow/core/ir/importexport/tests/roundtrip/ |
D | empty-input-shapes.pbtxt | 25 name: "retval0" 30 key: "retval0"
|
D | merge_node_with_function.pbtxt | 56 name: "retval0" 61 key: "retval0"
|
/external/llvm/test/CodeGen/NVPTX/ |
D | vector-return.ll | 9 ; CHECK: .param .align 8 .b8 retval0[8]; 10 ; CHECK: ld.param.v2.f32 {[[ELEM1:%f[0-9]+]], [[ELEM2:%f[0-9]+]]}, [retval0+0];
|
D | simple-call.ll | 15 ; CHECK: call.uni (retval0),
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/ |
D | empty-input-shapes.pbtxt | 30 key: "retval0"
|
D | merge_node_with_function.pbtxt | 63 key: "retval0"
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/batch_use_same_function/ |
D | saved_model.pbtxt | 95 key: "retval0"
|
/external/deqp-deps/amber/samples/ |
D | amber.cc | 123 static int ParseIntDotInt(const char* str, int* retval0, int* retval1) { in ParseIntDotInt() argument 126 return sscanf_s(str, "%d.%d%c", retval0, retval1, &trailing, 1) == 2; in ParseIntDotInt() 128 return std::sscanf(str, "%d.%d%c", retval0, retval1, &trailing) == 2; in ParseIntDotInt()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_control_flow_test.cc | 183 auto retval0 = ops::_Retval(scope.WithOpName("retval0_RetVal"), mul, 0); in CheckGraphDef() local 206 auto retval0 = ops::_Retval(scope.WithOpName("retval0_RetVal"), add, 0); in CheckGraphDef() local 870 auto retval0 = ops::_Retval(scope.WithOpName("retval0_RetVal"), add, 0); in TEST() local 1236 auto retval0 = ops::_Retval(scope.WithOpName("retval0_RetVal"), add_i, 0); in CheckOuterNodesFunctionalized() local 1308 auto retval0 = ops::_Retval(scope.WithOpName("retval0_RetVal"), add_j, 0); in CheckInnerNodesFunctionalized() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 1795 "\t$dst, [retval0+$b];"), 1801 "\t{{$dst, $dst2}}, [retval0+$b];"), []>; 1808 "\t{{$dst, $dst2, $dst3, $dst4}}, [retval0+$b];"), 1863 !strconcat(OpcStr, " (retval0), "), [(OpNode (i32 1))]>; 1865 !strconcat(OpcStr, " (retval0, retval1), "), [(OpNode (i32 2))]>; 1867 !strconcat(OpcStr, " (retval0, retval1, retval2), "), [(OpNode (i32 3))]>; 1869 !strconcat(OpcStr, " (retval0, retval1, retval2, retval3), "), 1872 !strconcat(OpcStr, " (retval0, retval1, retval2, retval3, retval4), "), 1875 !strconcat(OpcStr, " (retval0, retval1, retval2, retval3, retval4, " 1879 !strconcat(OpcStr, " (retval0, retval1, retval2, retval3, retval4, " [all …]
|
D | NVPTXVector.td | 1086 "\t{{$d1, $d2, $d3, $d4}}, [retval0+$b];"), []>; 1092 "\t{{$d1, $d2}}, [retval0+$b];"), []>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 1994 !strconcat("ld.param", opstr, " \t$dst, [retval0+$b];"), 2000 " \t{{$dst, $dst2}}, [retval0+$b];"), []>; 2007 " \t{{$dst, $dst2, $dst3, $dst4}}, [retval0+$b];"), 2062 !strconcat(OpcStr, " (retval0), "), [(OpNode (i32 1))]>; 2064 !strconcat(OpcStr, " (retval0, retval1), "), [(OpNode (i32 2))]>; 2066 !strconcat(OpcStr, " (retval0, retval1, retval2), "), [(OpNode (i32 3))]>; 2068 !strconcat(OpcStr, " (retval0, retval1, retval2, retval3), "), 2071 !strconcat(OpcStr, " (retval0, retval1, retval2, retval3, retval4), "), 2074 !strconcat(OpcStr, " (retval0, retval1, retval2, retval3, retval4, " 2078 !strconcat(OpcStr, " (retval0, retval1, retval2, retval3, retval4, " [all …]
|