/external/compiler-rt/test/profile/Inputs/ |
instrprof-comdat-2.cpp | 9 return (int)Foo.DoIt(10); 11 return (int)Foo2.DoIt(I);
|
instrprof-comdat-1.cpp | 9 int Res = Foo.DoIt(10);
|
instrprof-comdat.h | 9 T DoIt(T ti); 15 template <class T> T FOO<T>::DoIt(T ti) { // HEADER: 2| [[@LINE]]|template
|
/external/llvm/test/tools/llvm-cov/Inputs/ |
instrprof-comdat.h | 5 T DoIt(T ti); 11 template <class T> T FOO<T>::DoIt(T ti) { // HEADER: 2| [[@LINE]]|template 22 // compile a program with two calls to Foo<int>::DoIt(10) for each desired
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/ |
instrprof-comdat.h | 5 T DoIt(T ti); 11 template <class T> T FOO<T>::DoIt(T ti) { // HEADER: [[@LINE]]| 2|template 22 // compile a program with two calls to Foo<int>::DoIt(10) for each desired
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
ptxas_bug_120501638.cc | 29 TEST_F(PtxasBugTest, DoIt) {
|
iota_test.cc | 37 TEST_P(IotaR1Test, DoIt) { 66 TEST_P(IotaR2Test, DoIt) { 93 TEST_P(IotaR3Test, DoIt) { 119 TEST_P(IotaR3PredTest, DoIt) {
|
reduce_window_test.cc | 602 void DoIt() { 669 TEST_P(R4ReduceWindowTest, DoIt) { DoIt(); } [all...] |
conv_depthwise_backprop_filter_test.cc | 155 XLA_TEST_P(BatchGroupedConvolution2DTest, DoIt) {
|
slice_test.cc | 390 XLA_TEST_P(SliceR2Test, DoIt) { 498 XLA_TEST_P(SliceR4Test, DoIt) { Run(GetParam()); }
|
conv_depthwise_test.cc | 212 XLA_TEST_P(DepthwiseConvolution2DTest, DoIt) {
|
grouped_convolution_test.cc | 224 XLA_TEST_P(GroupedConvolution2DTest, DoIt) {
|
concat_test.cc | 535 TEST_P(ConcatR2BinaryTest, DoIt) {
|
/external/clang/test/SemaCXX/ |
pass-object-size.cpp | 81 virtual void DoIt(void *const p __attribute__((pass_object_size(0)))); 85 void DoIt(void *const p __attribute__((pass_object_size(0)))) override; // OK 89 void DoIt(void *const p) override; //expected-error{{non-virtual member function marked 'override' hides virtual member function}} expected-note@81{{hidden overloaded virtual function 'virt::Foo::DoIt' declared here}}
|
/external/llvm/lib/Target/ARM/ |
Thumb1FrameLowering.h | 82 /// \p DoIt, tells this method whether or not to actually insert 83 /// the code sequence in \p MBB. I.e., when \p DoIt is false, 85 /// \returns For \p DoIt == true: True when the emission succeeded 86 /// false otherwise. For \p DoIt == false: True when the emission 88 bool emitPopSpecialFixUp(MachineBasicBlock &MBB, bool DoIt) const;
|
Thumb1FrameLowering.cpp | 387 bool Done = emitPopSpecialFixUp(MBB, /* DoIt */ true); 398 return emitPopSpecialFixUp(*TmpMBB, /* DoIt */ false); 416 bool DoIt) const { 450 if (!DoIt || MBBI->getOpcode() == ARM::tPOP_RET) 518 if (!DoIt && !PopReg && !TemporaryReg)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
Thumb1FrameLowering.h | 78 /// \p DoIt, tells this method whether or not to actually insert 79 /// the code sequence in \p MBB. I.e., when \p DoIt is false, 81 /// \returns For \p DoIt == true: True when the emission succeeded 82 /// false otherwise. For \p DoIt == false: True when the emission 84 bool emitPopSpecialFixUp(MachineBasicBlock &MBB, bool DoIt) const;
|
Thumb1FrameLowering.cpp | 487 bool Done = emitPopSpecialFixUp(MBB, /* DoIt */ true); 498 return emitPopSpecialFixUp(*TmpMBB, /* DoIt */ false); 536 bool DoIt) const { 570 if (!DoIt || MBBI->getOpcode() == ARM::tPOP_RET) 648 if (!DoIt && !PopReg && !TemporaryReg) [all...] |
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
html_module_unittest.py | 102 def DoIt(): 108 self.assertRaises(Exception, DoIt) 117 def DoIt(): 123 self.assertRaises(Exception, DoIt)
|
parse_html_deps_unittest.py | 283 def DoIt(): 285 self.assertRaises(Exception, DoIt)
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
cpu_intrinsic_test.cc | 76 TEST_P(CpuUnaryIntrinsicTest, DoIt) {
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
cpu_runtime_test.cc | 152 TEST_P(EigenMatMulTest, DoIt) { 221 TEST_P(MKLMatMulTest, DoIt) {
|
/external/tensorflow/tensorflow/core/kernels/ |
conv_2d_gpu.h | 643 static void DoIt(const GPUDevice& d, int tile_size_i, int tile_size_j, 668 T, TileLongSide * 2, TileShortSide>::DoIt(d, tile_size_i, tile_size_j, 673 T, TileLongSide, TileShortSide + 1>::DoIt(d, tile_size_i, tile_size_j, 686 static void DoIt(const GPUDevice& d, int tile_size_i, int tile_size_j, 707 T, TileLongSide, TileShortSide + 1>::DoIt(d, tile_size_i, tile_size_j, 719 static void DoIt(const GPUDevice& d, int tile_size_i, int tile_size_j, [all...] |
/external/cldr/tools/c/genldml/ |
genldml.h | 284 void DoIt();
|
genldml.cpp | 176 gen.DoIt(); 249 void GenerateXML::DoIt(){ [all...] |