/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.relative/ |
H A D | relative.pass.cpp | 33 const fs::path output = fs::weakly_canonical(p); in test_signature_0() local 39 const fs::path output = fs::weakly_canonical(p); in test_signature_1() local 46 const fs::path output = fs::weakly_canonical(p); in test_signature_2() local 53 const fs::path output = fs::weakly_canonical(p); in test_signature_3() local 60 const fs::path output = fs::weakly_canonical(p); in test_signature_4() local 67 const fs::path output = fs::weakly_canonical(p); in test_signature_5() local 76 const fs::path output = fs::weakly_canonical(p); in test_signature_6() local 83 const fs::path output = fs::weakly_canonical(p); in test_signature_7() local 90 const fs::path output = fs::weakly_canonical(p); in test_signature_8() local 97 const fs::path output = fs::weakly_canonical(p); in test_signature_9() local [all …]
|
/llvm-project/llvm/utils/rsp_bisect_test/ |
H A D | test.py | 62 output = run_bisect(True, test1) variable 69 output = run_bisect(True, test1) variable 76 output = run_bisect(True, test1) variable 82 output = run_bisect(True, test1) variable 88 output = run_bisect(True, test1) variable 91 output = run_bisect(True, test2) variable
|
/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 156 void NodeArrayNode::output(OutputBuffer &OB, OutputFlags Flags) const { output() function in NodeArrayNode 160 void NodeArrayNode::output(OutputBuffer &OB, OutputFlags Flags, output() function in NodeArrayNode 172 void EncodedStringLiteralNode::output(OutputBuffer &OB, output() function in EncodedStringLiteralNode 193 void IntegerLiteralNode::output(OutputBuffer &OB, OutputFlags Flags) const { output() function in IntegerLiteralNode 199 void TemplateParameterReferenceNode::output(OutputBuffer &OB, output() function in TemplateParameterReferenceNode 230 void DynamicStructorIdentifierNode::output(OutputBuffer &OB, output() function in DynamicStructorIdentifierNode 248 void NamedIdentifierNode::output(OutputBuffer &OB, OutputFlags Flags) const { output() function in NamedIdentifierNode 253 void IntrinsicFunctionIdentifierNode::output(OutputBuffer &OB, output() function in IntrinsicFunctionIdentifierNode 354 void LocalStaticGuardIdentifierNode::output(OutputBuffer &OB, output() function in LocalStaticGuardIdentifierNode 364 void ConversionOperatorIdentifierNode::output(OutputBuffer &OB, output() function in ConversionOperatorIdentifierNode 372 void StructorIdentifierNode::output(OutputBuffer &OB, OutputFlags Flags) const { output() function in StructorIdentifierNode 379 void LiteralOperatorIdentifierNode::output(OutputBuffer &OB, output() function in LiteralOperatorIdentifierNode 581 void SymbolNode::output(OutputBuffer &OB, OutputFlags Flags) const { output() function in SymbolNode 585 void FunctionSymbolNode::output(OutputBuffer &OB, OutputFlags Flags) const { output() function in FunctionSymbolNode 592 void VariableSymbolNode::output(OutputBuffer &OB, OutputFlags Flags) const { output() function in VariableSymbolNode 628 void QualifiedNameNode::output(OutputBuffer &OB, OutputFlags Flags) const { output() function in QualifiedNameNode 632 void RttiBaseClassDescriptorNode::output(OutputBuffer &OB, output() function in RttiBaseClassDescriptorNode 640 void LocalStaticGuardVariableNode::output(OutputBuffer &OB, output() function in LocalStaticGuardVariableNode 645 void VcallThunkIdentifierNode::output(OutputBuffer &OB, output() function in VcallThunkIdentifierNode 650 void SpecialTableSymbolNode::output(OutputBuffer &OB, OutputFlags Flags) const { output() function in SpecialTableSymbolNode [all...] |
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
H A D | dn_expand.cpp | 14 char output[1024]; in testWrite() local 29 char output[1024]; in testWriteZeroLength() local 66 char output[1024]; in testComp() local 76 char output[1024]; in testComp() local
|
/llvm-project/mlir/test/python/dialects/linalg/opdsl/ |
H A D | assignments.py | 36 C=TensorDef(U, S.M, S.N, output=True), argument 83 O=TensorDef(T, S.M, S.K, output=True), exp=UnaryFnAttrDef(default=UnaryFn.exp) argument 103 def indices(O=TensorDef(T, S.M, S.K, output=True)): argument 114 def fill(value=ScalarDef(T), O=TensorDef(T, S.M, S.K, output=True)): argument
|
H A D | shape_maps_iteration.py | 25 C=TensorDef(U, S.M, S.N, output=True), argument 47 def dot(A=TensorDef(T, S.M), B=TensorDef(T, S.M), C=TensorDef(U, output=True)): argument 69 O=TensorDef(U, S.O, output=True), argument
|
H A D | arguments.py | 34 C=TensorDef(U, S.M, S.N, output=True), argument 50 def fill(value=ScalarDef(T), O=TensorDef(T, S.M, S.K, output=True)): argument 74 O=TensorDef(T, S.OH, S.OW, output=True), argument
|
H A D | emit_misc.py | 19 def test_const(O=TensorDef(F32, S.M, S.N, output=True)): argument 26 def test_index(O=TensorDef(I32, S.M, S.N, output=True)): argument 35 O=TensorDef(U, output=True), argument 43 def non_default_op_name(I=TensorDef(T, S.N), O=TensorDef(T, S.N, output=True)): argument
|
/llvm-project/libcxx/benchmarks/ |
H A D | format_to.bench.cpp |
|
H A D | format_to_n.bench.cpp |
|
H A D | join_view.bench.cpp |
|
/llvm-project/mlir/lib/Target/SPIRV/ |
H A D | TranslateRegistration.cpp | 74 raw_ostream &output) { in serializeModule() 89 [](spirv::ModuleOp module, raw_ostream &output) { in registerToSPIRVTranslation() 103 raw_ostream &output) { in roundTripModule() 129 [](spirv::ModuleOp module, raw_ostream &output) { in registerTestRoundtripSPIRV() 140 [](spirv::ModuleOp module, raw_ostream &output) { in registerTestRoundtripDebugSPIRV()
|
/llvm-project/libcxx/test/std/utilities/format/format.formatter/format.context/format.context/ |
H A D | ctor.pass.cpp | 50 std::basic_string<CharT> output; test() local 74 std::basic_string<CharT> output; test() local 94 std::basic_string<CharT> output; test() local [all...] |
H A D | locale.pass.cpp | 44 std::basic_string<CharT> output; test() local 63 std::basic_string<CharT> output; test() local
|
/llvm-project/compiler-rt/test/sanitizer_common/android_commands/ |
H A D | android_compile.py | 10 output = None variable 21 output = args.pop(0) variable
|
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/ops/ |
H A D | core_named_ops.py | 12 O=TensorDef(U, output=True), argument 27 O=TensorDef(U, output=True), argument 42 O=TensorDef(T1, output=True), argument 54 O=TensorDef(T1, output=True), argument 66 O=TensorDef(T1, output=True), argument 78 O=TensorDef(T1, output=True), argument 90 O=TensorDef(T1, output=True), argument 102 O=TensorDef(T1, output argument 114 round( I=TensorDef(T1), O=TensorDef(T1, output=True), ) global() argument 126 sqrt( I=TensorDef(T1), O=TensorDef(T1, output=True), ) global() argument 138 rsqrt( I=TensorDef(T1), O=TensorDef(T1, output=True), ) global() argument 150 square( I=TensorDef(T1), O=TensorDef(T1, output=True), ) global() argument 162 tanh( I=TensorDef(T1), O=TensorDef(T1, output=True), ) global() argument 174 erf( I=TensorDef(T1), O=TensorDef(T1, output=True), ) global() argument 187 elemwise_binary( lhs=TensorDef(T1), rhs=TensorDef(T2), O=TensorDef(U, output=True), fun=BinaryFnAttrDef(default=BinaryFn.add), cast=TypeFnAttrDef(default=TypeFn.cast_signed), ) global() argument 203 add( lhs=TensorDef(T1), rhs=TensorDef(T1), O=TensorDef(T1, output=True), ) global() argument 222 sub( lhs=TensorDef(T1), rhs=TensorDef(T1), O=TensorDef(T1, output=True), ) global() argument 241 mul( lhs=TensorDef(T1), rhs=TensorDef(T1), O=TensorDef(T1, output=True), ) global() argument 260 div( lhs=TensorDef(T1), rhs=TensorDef(T1), O=TensorDef(T1, output=True), ) global() argument 279 div_unsigned( lhs=TensorDef(T1), rhs=TensorDef(T1), O=TensorDef(T1, output=True), ) global() argument 299 max( lhs=TensorDef(T1), rhs=TensorDef(T1), O=TensorDef(T1, output=True), ) global() argument 318 min( lhs=TensorDef(T1), rhs=TensorDef(T1), O=TensorDef(T1, output=True), ) global() argument 337 powf( lhs=TensorDef(T1), rhs=TensorDef(T1), O=TensorDef(T1, output=True), ) global() argument 359 select( cond=TensorDef(U), lhs=TensorDef(T1), rhs=TensorDef(T1), O=TensorDef(T1, output=True), ) global() argument 378 matmul( A=TensorDef(T1, S.M, S.K), B=TensorDef(T2, S.K, S.N), C=TensorDef(U, S.M, S.N, output=True), cast=TypeFnAttrDef(default=TypeFn.cast_signed), ) global() argument 395 matmul_unsigned( A=TensorDef(T1, S.M, S.K), B=TensorDef(T2, S.K, S.N), C=TensorDef(U, S.M, S.N, output=True), ) global() argument 415 quantized_matmul( A=TensorDef(T1, S.M, S.K), B=TensorDef(T2, S.K, S.N), AZp=ScalarDef(I32), BZp=ScalarDef(I32), C=TensorDef(U, S.M, S.N, output=True), ) global() argument 434 matmul_transpose_a( A=TensorDef(T1, S.K, S.N), B=TensorDef(T2, S.K, S.M), C=TensorDef(U, S.M, S.N, output=True), cast=TypeFnAttrDef(default=TypeFn.cast_signed), ) global() argument 452 matmul_transpose_b( A=TensorDef(T1, S.M, S.K), B=TensorDef(T2, S.N, S.K), C=TensorDef(U, S.M, S.N, output=True), cast=TypeFnAttrDef(default=TypeFn.cast_signed), ) global() argument 470 mmt4d( lhs=TensorDef(TV.LhsType, S.M, S.K, S.M0, S.K0), rhs=TensorDef(TV.RhsType, S.N, S.K, S.N0, S.K0), accum=TensorDef(TV.AccumType, S.M, S.N, S.M0, S.N0, output=True), ) global() argument 493 batch_mmt4d( lhs=TensorDef(TV.LhsType, Batch, S.M, S.K, S.M0, S.K0), rhs=TensorDef(TV.RhsType, Batch, S.N, S.K, S.N0, S.K0), accum=TensorDef(TV.AccumType, Batch, S.M, S.N, S.M0, S.N0, output=True), ) global() argument 514 batch_matmul( A=TensorDef(T1, Batch, S.M, S.K), B=TensorDef(T2, Batch, S.K, S.N), C=TensorDef(U, Batch, S.M, S.N, output=True), ) global() argument 532 batch_matmul_transpose_a( A=TensorDef(T1, Batch, S.K, S.M), B=TensorDef(T2, Batch, S.K, S.N), C=TensorDef(U, Batch, S.M, S.N, output=True), ) global() argument 551 batch_matmul_transpose_b( A=TensorDef(T1, Batch, S.M, S.K), B=TensorDef(T2, Batch, S.N, S.K), C=TensorDef(U, Batch, S.M, S.N, output=True), ) global() argument 572 quantized_batch_matmul( A=TensorDef(T1, Batch, S.M, S.K), B=TensorDef(T2, Batch, S.K, S.N), AZp=ScalarDef(I32), BZp=ScalarDef(I32), C=TensorDef(U, Batch, S.M, S.N, output=True), ) global() argument 591 batch_reduce_matmul( A=TensorDef(T1, Batch, S.M, S.K), B=TensorDef(T2, Batch, S.K, S.N), C=TensorDef(U, S.M, S.N, output=True), ) global() argument 608 matvec( A=TensorDef(T1, S.M, S.N), y=TensorDef(T2, S.N), x=TensorDef(U, S.M, output=True) ) global() argument 622 vecmat( y=TensorDef(T1, S.M), A=TensorDef(T2, S.M, S.N), x=TensorDef(U, S.N, output=True) ) global() argument 638 batch_matvec( A=TensorDef(T1, Batch, S.M, S.K), B=TensorDef(T2, Batch, S.K), C=TensorDef(U, Batch, S.M, output=True), ) global() argument 656 batch_vecmat( A=TensorDef(T1, Batch, S.K), B=TensorDef(T2, Batch, S.K, S.N), C=TensorDef(U, Batch, S.N, output=True), ) global() argument 671 dot(A=TensorDef(T1, S.M), B=TensorDef(T2, S.M), C=TensorDef(U, output=True)) global() argument 685 conv_1d( I=TensorDef(T1, S.OW + S.KW), K=TensorDef(T2, S.KW), O=TensorDef(U, S.OW, output=True), ) global() argument 701 conv_2d( I=TensorDef(T1, S.OH + S.KH, S.OW + S.KW), K=TensorDef(T2, S.KH, S.KW), O=TensorDef(U, S.OH, S.OW, output=True), ) global() argument 719 conv_3d( I=TensorDef(T1, S.OD + S.KD, S.OH + S.KH, S.OW + S.KW), K=TensorDef(T2, S.KD, S.KH, S.KW), O=TensorDef(U, S.OD, S.OH, S.OW, output=True), ) global() argument 737 conv_1d_nwc_wcf( I=TensorDef(T1, S.N, S.OW * S.SW + S.KW * S.DW, S.C), K=TensorDef(T2, S.KW, S.C, S.F), O=TensorDef(U, S.N, S.OW, S.F, output=True), strides=IndexAttrDef(S.SW, default=[1]), dilations=IndexAttrDef(S.DW, default=[1]), ) global() argument 757 conv_1d_ncw_fcw( I=TensorDef(T1, S.N, S.C, S.OW * S.SW + S.KW * S.DW), K=TensorDef(T2, S.F, S.C, S.KW), O=TensorDef(U, S.N, S.F, S.OW, output=True), strides=IndexAttrDef(S.SW, default=[1]), dilations=IndexAttrDef(S.DW, default=[1]), ) global() argument 781 conv_2d_nhwc_hwcf( I=TensorDef(T1, S.N, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.C), K=TensorDef(T2, S.KH, S.KW, S.C, S.F), O=TensorDef(U, S.N, S.OH, S.OW, S.F, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 805 conv_2d_nhwc_fhwc( I=TensorDef(T1, S.N, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.C), K=TensorDef(T2, S.F, S.KH, S.KW, S.C), O=TensorDef(U, S.N, S.OH, S.OW, S.F, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 831 conv_2d_nhwc_hwcf_q( I=TensorDef(T1, S.N, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.C), K=TensorDef(T2, S.KH, S.KW, S.C, S.F), IZp=ScalarDef(I32), KZp=ScalarDef(I32), O=TensorDef(U, S.N, S.OH, S.OW, S.F, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 861 conv_2d_nhwc_fhwc_q( I=TensorDef(T1, S.N, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.C), K=TensorDef(T2, S.F, S.KH, S.KW, S.C), IZp=ScalarDef(I32), KZp=ScalarDef(I32), O=TensorDef(U, S.N, S.OH, S.OW, S.F, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 889 conv_2d_nchw_fchw( I=TensorDef(T1, S.N, S.C, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW), K=TensorDef(T2, S.F, S.C, S.KH, S.KW), O=TensorDef(U, S.N, S.F, S.OH, S.OW, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 915 conv_2d_ngchw_fgchw( I=TensorDef( T1, S.N, S.G, S.C, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW ), K=TensorDef(T2, S.FG, S.G, S.C, S.KH, S.KW), O=TensorDef(U, S.N, S.G, S.FG, S.OH, S.OW, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 941 conv_2d_ngchw_gfchw( I=TensorDef( T1, S.N, S.G, S.C, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW ), K=TensorDef(T2, S.G, S.FG, S.C, S.KH, S.KW), O=TensorDef(U, S.N, S.G, S.FG, S.OH, S.OW, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 969 conv_2d_ngchw_gfchw_q( I=TensorDef( T1, S.N, S.G, S.C, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW ), K=TensorDef(T2, S.G, S.FG, S.C, S.KH, S.KW), IZp=ScalarDef(I32), KZp=ScalarDef(I32), O=TensorDef(U, S.N, S.G, S.FG, S.OH, S.OW, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 1007 conv_3d_ndhwc_dhwcf( I=TensorDef( T1, S.N, S.OD * S.SD + S.KD * S.DD, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.C, ), K=TensorDef(T2, S.KD, S.KH, S.KW, S.C, S.F), O=TensorDef(U, S.N, S.OD, S.OH, S.OW, S.F, output=True), strides=IndexAttrDef(S.SD, S.SH, S.SW, default=[1, 1, 1]), dilations=IndexAttrDef(S.DD, S.DH, S.DW, default=[1, 1, 1]), ) global() argument 1043 conv_3d_ndhwc_dhwcf_q( I=TensorDef( T1, S.N, S.OD * S.SD + S.KD * S.DD, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.C, ), K=TensorDef(T2, S.KD, S.KH, S.KW, S.C, S.F), IZp=ScalarDef(I32), KZp=ScalarDef(I32), O=TensorDef(U, S.N, S.OD, S.OH, S.OW, S.F, output=True), strides=IndexAttrDef(S.SD, S.SH, S.SW, default=[1, 1, 1]), dilations=IndexAttrDef(S.DD, S.DH, S.DW, default=[1, 1, 1]), ) global() argument 1084 conv_3d_ncdhw_fcdhw( I=TensorDef( T1, S.N, S.C, S.OD * S.SD + S.KD * S.DD, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, ), K=TensorDef(T2, S.F, S.C, S.KD, S.KH, S.KW), O=TensorDef(U, S.N, S.F, S.OD, S.OH, S.OW, output=True), strides=IndexAttrDef(S.SD, S.SH, S.SW, default=[1, 1, 1]), dilations=IndexAttrDef(S.DD, S.DH, S.DW, default=[1, 1, 1]), ) global() argument 1111 depthwise_conv_1d_nwc_wc( I=TensorDef(T1, S.N, S.OW * S.SW + S.KW * S.DW, S.IC), K=TensorDef(T2, S.KW, S.IC), O=TensorDef(U, S.N, S.OW, S.IC, output=True), strides=IndexAttrDef(S.SW, default=[1]), dilations=IndexAttrDef(S.DW, default=[1]), ) global() argument 1132 depthwise_conv_1d_ncw_cw( I=TensorDef(T1, S.N, S.IC, S.OW * S.SW + S.KW * S.DW), K=TensorDef(T2, S.IC, S.KW), O=TensorDef(U, S.N, S.IC, S.OW, output=True), strides=IndexAttrDef(S.SW, default=[1]), dilations=IndexAttrDef(S.DW, default=[1]), ) global() argument 1153 depthwise_conv_1d_nwc_wcm( I=TensorDef(T1, S.N, S.OW * S.SW + S.KW * S.DW, S.IC), K=TensorDef(T2, S.KW, S.IC, S.CM), O=TensorDef(U, S.N, S.OW, S.IC, S.CM, output=True), strides=IndexAttrDef(S.SW, default=[1]), dilations=IndexAttrDef(S.DW, default=[1]), ) global() argument 1173 depthwise_conv_2d_nhwc_hwc( I=TensorDef(T1, S.N, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.IC), K=TensorDef(T2, S.KH, S.KW, S.IC), O=TensorDef(U, S.N, S.OH, S.OW, S.IC, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 1194 depthwise_conv_2d_nchw_chw( I=TensorDef(T1, S.N, S.IC, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW), K=TensorDef(T2, S.IC, S.KH, S.KW), O=TensorDef(U, S.N, S.IC, S.OH, S.OW, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 1217 depthwise_conv_2d_nhwc_hwc_q( I=TensorDef(T1, S.N, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.IC), K=TensorDef(T2, S.KH, S.KW, S.IC), IZp=ScalarDef(I32), KZp=ScalarDef(I32), O=TensorDef(U, S.N, S.OH, S.OW, S.IC, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 1240 depthwise_conv_2d_nhwc_hwcm( I=TensorDef(T1, S.N, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.IC), K=TensorDef(T2, S.KH, S.KW, S.IC, S.CM), O=TensorDef(U, S.N, S.OH, S.OW, S.IC, S.CM, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 1262 depthwise_conv_2d_nhwc_hwcm_q( I=TensorDef(T1, S.N, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.IC), K=TensorDef(T2, S.KH, S.KW, S.IC, S.CM), IZp=ScalarDef(I32), KZp=ScalarDef(I32), O=TensorDef(U, S.N, S.OH, S.OW, S.IC, S.CM, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 1292 depthwise_conv_3d_ndhwc_dhwc( I=TensorDef( T1, S.N, S.OD * S.SD + S.KD * S.DD, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.IC, ), K=TensorDef(T2, S.KD, S.KH, S.KW, S.IC), O=TensorDef(U, S.N, S.OD, S.OH, S.OW, output=True), strides=IndexAttrDef(S.SD, S.SH, S.SW, default=[1, 1, 1]), dilations=IndexAttrDef(S.DD, S.DH, S.DW, default=[1, 1, 1]), ) global() argument 1327 depthwise_conv_3d_ncdhw_cdhw( I=TensorDef( T1, S.N, S.IC, S.OD * S.SD + S.KD * S.DD, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, ), K=TensorDef(T2, S.IC, S.KD, S.KH, S.KW), O=TensorDef(U, S.N, S.IC, S.OD, S.OH, S.OW, output=True), strides=IndexAttrDef(S.SD, S.SH, S.SW, default=[1, 1, 1]), dilations=IndexAttrDef(S.DD, S.DH, S.DW, default=[1, 1, 1]), ) global() argument 1362 depthwise_conv_3d_ndhwc_dhwcm( I=TensorDef( T1, S.N, S.OD * S.SD + S.KD * S.DD, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.IC, ), K=TensorDef(T2, S.KD, S.KH, S.KW, S.IC, S.CM), O=TensorDef(U, S.N, S.OD, S.OH, S.OW, S.CM, output=True), strides=IndexAttrDef(S.SD, S.SH, S.SW, default=[1, 1, 1]), dilations=IndexAttrDef(S.DD, S.DH, S.DW, default=[1, 1, 1]), ) global() argument 1389 pooling_nhwc_sum( I=TensorDef(T1, S.N, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.C), K=TensorDef(T2, S.KH, S.KW, index_dims=[D.kh, D.kw]), O=TensorDef(U, S.N, S.OH, S.OW, S.C, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 1413 pooling_nchw_sum( I=TensorDef(T1, S.N, S.C, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW), K=TensorDef(T2, S.KH, S.KW, index_dims=[D.kh, D.kw]), O=TensorDef(U, S.N, S.C, S.OH, S.OW, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 1437 pooling_nhwc_max( I=TensorDef(T1, S.N, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.C), K=TensorDef(T2, S.KH, S.KW, index_dims=[D.kh, D.kw]), O=TensorDef(U, S.N, S.OH, S.OW, S.C, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 1459 pooling_nhwc_max_unsigned( I=TensorDef(T1, S.N, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.C), K=TensorDef(T2, S.KH, S.KW, index_dims=[D.kh, D.kw]), O=TensorDef(U, S.N, S.OH, S.OW, S.C, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 1481 pooling_nchw_max( I=TensorDef(T1, S.N, S.C, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW), K=TensorDef(T2, S.KH, S.KW, index_dims=[D.kh, D.kw]), O=TensorDef(U, S.N, S.C, S.OH, S.OW, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 1509 pooling_nhwc_min( I=TensorDef(T1, S.N, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.C), K=TensorDef(T2, S.KH, S.KW, index_dims=[D.kh, D.kw]), O=TensorDef(U, S.N, S.OH, S.OW, S.C, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 1531 pooling_nhwc_min_unsigned( I=TensorDef(T1, S.N, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.C), K=TensorDef(T2, S.KH, S.KW, index_dims=[D.kh, D.kw]), O=TensorDef(U, S.N, S.OH, S.OW, S.C, output=True), strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]), dilations=IndexAttrDef(S.DH, S.DW, default=[1, 1]), ) global() argument 1553 pooling_nwc_sum( I=TensorDef(T1, S.N, S.OW * S.SW + S.KW * S.DW, S.C), K=TensorDef(T2, S.KW, index_dims=[D.kw]), O=TensorDef(U, S.N, S.OW, S.C, output=True), strides=IndexAttrDef(S.SW, default=[1]), dilations=IndexAttrDef(S.DW, default=[1]), ) global() argument 1575 pooling_ncw_sum( I=TensorDef(T1, S.N, S.C, S.OW * S.SW + S.KW * S.DW), K=TensorDef(T2, S.KW, index_dims=[D.kw]), O=TensorDef(U, S.N, S.C, S.OW, output=True), strides=IndexAttrDef(S.SW, default=[1]), dilations=IndexAttrDef(S.DW, default=[1]), ) global() argument 1597 pooling_nwc_max( I=TensorDef(T1, S.N, S.OW * S.SW + S.KW * S.DW, S.C), K=TensorDef(T2, S.KW, index_dims=[D.kw]), O=TensorDef(U, S.N, S.OW, S.C, output=True), strides=IndexAttrDef(S.SW, default=[1]), dilations=IndexAttrDef(S.DW, default=[1]), ) global() argument 1617 pooling_nwc_max_unsigned( I=TensorDef(T1, S.N, S.OW * S.SW + S.KW * S.DW, S.C), K=TensorDef(T2, S.KW, index_dims=[D.kw]), O=TensorDef(U, S.N, S.OW, S.C, output=True), strides=IndexAttrDef(S.SW, default=[1]), dilations=IndexAttrDef(S.DW, default=[1]), ) global() argument 1637 pooling_ncw_max( I=TensorDef(T1, S.N, S.C, S.OW * S.SW + S.KW * S.DW), K=TensorDef(T2, S.KW, index_dims=[D.kw]), O=TensorDef(U, S.N, S.C, S.OW, output=True), strides=IndexAttrDef(S.SW, default=[1]), dilations=IndexAttrDef(S.DW, default=[1]), ) global() argument 1664 pooling_nwc_min( I=TensorDef(T1, S.N, S.OW * S.SW + S.KW * S.DW, S.C), K=TensorDef(T2, S.KW, index_dims=[D.kw]), O=TensorDef(U, S.N, S.OW, S.C, output=True), strides=IndexAttrDef(S.SW, default=[1]), dilations=IndexAttrDef(S.DW, default=[1]), ) global() argument 1684 pooling_nwc_min_unsigned( I=TensorDef(T1, S.N, S.OW * S.SW + S.KW * S.DW, S.C), K=TensorDef(T2, S.KW, index_dims=[D.kw]), O=TensorDef(U, S.N, S.OW, S.C, output=True), strides=IndexAttrDef(S.SW, default=[1]), dilations=IndexAttrDef(S.DW, default=[1]), ) global() argument 1711 pooling_ndhwc_sum( I=TensorDef( T1, S.N, S.OD * S.SD + S.KD * S.DD, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.C, ), K=TensorDef(T2, S.KD, S.KH, S.KW, index_dims=[D.kd, D.kh, D.kw]), O=TensorDef(U, S.N, S.OD, S.OH, S.OW, S.C, output=True), strides=IndexAttrDef(S.SD, S.SH, S.SW, default=[1, 1, 1]), dilations=IndexAttrDef(S.DD, S.DH, S.DW, default=[1, 1, 1]), ) global() argument 1745 pooling_ndhwc_max( I=TensorDef( T1, S.N, S.OD * S.SD + S.KD * S.DD, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.C, ), K=TensorDef(T2, S.KD, S.KH, S.KW, index_dims=[D.kd, D.kh, D.kw]), O=TensorDef(U, S.N, S.OD, S.OH, S.OW, S.C, output=True), strides=IndexAttrDef(S.SD, S.SH, S.SW, default=[1, 1, 1]), dilations=IndexAttrDef(S.DD, S.DH, S.DW, default=[1, 1, 1]), ) global() argument 1781 pooling_ndhwc_min( I=TensorDef( T1, S.N, S.OD * S.SD + S.KD * S.DD, S.OH * S.SH + S.KH * S.DH, S.OW * S.SW + S.KW * S.DW, S.C, ), K=TensorDef(T2, S.KD, S.KH, S.KW, index_dims=[D.kd, D.kh, D.kw]), O=TensorDef(U, S.N, S.OD, S.OH, S.OW, S.C, output=True), strides=IndexAttrDef(S.SD, S.SH, S.SW, default=[1, 1, 1]), dilations=IndexAttrDef(S.DD, S.DH, S.DW, default=[1, 1, 1]), ) global() argument 1807 fill(value=ScalarDef(T1), O=TensorDef(U, output=True)) global() argument 1824 fill_rng_2d( min=ScalarDef(F64), max=ScalarDef(F64), seed=ScalarDef(I32), O=TensorDef(T, S.M, S.N, output=True), ) global() argument [all...] |
/llvm-project/compiler-rt/test/sanitizer_common/ios_commands/ |
H A D | iossim_compile.py | 5 output = None variable 20 output = args.pop(0) variable
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_range_test.cpp | 23 InternalMmapVector<Range> output; in TEST_P() local 29 InternalMmapVector<Range> output; in TEST_P() local
|
/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubCommon.cpp | 22 void ScalarTraits<FlowStringRef>::output(const FlowStringRef &Value, void *Ctx, in output() function in llvm::yaml::ScalarTraits 45 void ScalarTraits<PlatformSet>::output(const PlatformSet &Values, void *IO, in output() function in llvm::yaml::ScalarTraits 142 void ScalarTraits<Architecture>::output(const Architecture &Value, void *, in output() function in llvm::yaml::ScalarTraits 155 void ScalarTraits<PackedVersion>::output(const PackedVersion &Value, void *, in output() function in llvm::yaml::ScalarTraits 169 void ScalarTraits<SwiftVersion>::output(const SwiftVersion &Value, void *, in output() function in llvm::yaml::ScalarTraits 220 void ScalarTraits<UUID>::output(const UUID &Value, void *, raw_ostream &OS) {} in output() function in llvm::yaml::ScalarTraits
|
/llvm-project/clang/utils/ABITest/ |
H A D | ABITestGen.py | 18 output, argument 300 def printSizeOfType(self, prefix, name, t, output=None, indent=2): argument 307 def printAlignOfType(self, prefix, name, t, output=None, indent=2): argument 314 def printOffsetsOfType(self, prefix, name, t, output=None, indent=2): argument 326 def printValueOfType(self, prefix, name, t, output=None, indent=2): argument 406 def checkTypeValues(self, nameLHS, nameRHS, t, output=None, indent=2): argument
|
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | PWMAFunction.h | 43 MultiAffineFunction(const PresburgerSpace &space, const IntMatrix &output) in MultiAffineFunction() 49 MultiAffineFunction(const PresburgerSpace &space, const IntMatrix &output, in MultiAffineFunction() 129 IntMatrix output; variable 157 MultiAffineFunction output; member
|
/llvm-project/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 767 void Output::output(StringRef s) { output() function in Output 772 void Output::output(StringRef S, QuotingType MustQuote) { output() function in Output 909 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { output() function in ScalarTraits 921 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, output() function in ScalarTraits 932 void ScalarTraits<std::string>::output(const std::string &Val, void *, output() function in ScalarTraits::string 943 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, output() function in ScalarTraits 960 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, output() function in ScalarTraits 976 void ScalarTraits<uint32_t>::output(const uint32_t &Val, void *, output() function in ScalarTraits 992 void ScalarTraits<uint64_t>::output(const uint64_t &Val, void *, output() function in ScalarTraits 1006 void ScalarTraits<int8_t>::output(const int8_t &Val, void *, raw_ostream &Out) { output() function in ScalarTraits 1022 void ScalarTraits<int16_t>::output(const int16_t &Val, void *, output() function in ScalarTraits 1037 void ScalarTraits<int32_t>::output(const int32_t &Val, void *, output() function in ScalarTraits 1052 void ScalarTraits<int64_t>::output(const int64_t &Val, void *, output() function in ScalarTraits 1065 void ScalarTraits<double>::output(const double &Val, void *, raw_ostream &Out) { output() function in ScalarTraits 1075 void ScalarTraits<float>::output(const float &Val, void *, raw_ostream &Out) { output() function in ScalarTraits 1085 void ScalarTraits<Hex8>::output(const Hex8 &Val, void *, raw_ostream &Out) { output() function in ScalarTraits 1099 void ScalarTraits<Hex16>::output(const Hex16 &Val, void *, raw_ostream &Out) { output() function in ScalarTraits 1113 void ScalarTraits<Hex32>::output(const Hex32 &Val, void *, raw_ostream &Out) { output() function in ScalarTraits 1127 void ScalarTraits<Hex64>::output(const Hex64 &Val, void *, raw_ostream &Out) { output() function in ScalarTraits 1139 void ScalarTraits<VersionTuple>::output(const VersionTuple &Val, void *, output() function in ScalarTraits [all...] |
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/ |
H A D | TosaMakeBroadcastable.cpp | 88 Value output = tosaBinaryOp.getResult(); in matchAndRewrite() local 117 Value output = tosaBinaryOp.getResult(); in matchAndRewrite() local 148 Value output = tosaBinaryOp.getResult(); in matchAndRewrite() local 175 Value output in matchAndRewrite() local [all...] |
/llvm-project/mlir/unittests/IR/ |
H A D | OpPropertiesTest.cpp | 186 std::string output; in TEST() local 201 std::string output; in TEST() local 211 std::string output; TEST() local 221 std::string output; TEST() local 231 std::string output; TEST() local 297 std::string output; TEST() local 371 std::string output; TEST() local 400 std::string output; TEST() local [all...] |
/llvm-project/offload/test/offloading/ |
H A D | schedule.c | 21 double *output = (double *)malloc(size * sizeof(double)); in ordered_example() local 52 double *output = (double *)malloc(size * sizeof(double)); in NO_order_example() local [all...] |