/external/perfetto/test/trace_processor/graphics/ |
D | actual_frame_timeline_events.out | 2 20,6,666,2,0,"[NULL]","On-time Present",1,0,"None","Valid Prediction","No Jank" 3 21,16,1000,4,1,"Layer1","On-time Present",1,0,"None","Valid Prediction","No Jank" 4 41,33,1000,6,5,"Layer1","Late Present",0,0,"App Deadline Missed","Valid Prediction","Self Jank" 5 42,5,666,4,0,"[NULL]","On-time Present",1,0,"None","Valid Prediction","No Jank" 6 80,110,1000,17,16,"Layer1","Unknown Present",0,0,"Unknown Jank","Expired Prediction","Self Jank" 7 81,7,666,6,0,"[NULL]","On-time Present",1,0,"None","Valid Prediction","No Jank" 8 90,16,1000,8,7,"Layer1","Early Present",1,0,"SurfaceFlinger Scheduling","Valid Prediction","Other J… 9 108,4,666,8,0,"[NULL]","Early Present",1,0,"SurfaceFlinger Scheduling","Valid Prediction","Self Jan… 10 …,0,0,"SurfaceFlinger Scheduling, SurfaceFlinger CPU Deadline Missed","Valid Prediction","Self Jank" 11 150,17,1000,15,14,"Layer1","On-time Present",1,0,"None","Valid Prediction","No Jank" [all …]
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 200 BranchProbability Prediction) const; 203 BranchProbability Prediction) const; 230 BranchProbability Prediction) const { in MeetIfcvtSizeLimit() 232 Prediction); in MeetIfcvtSizeLimit() 239 BranchProbability Prediction) const { in MeetIfcvtSizeLimit() 242 Prediction); in MeetIfcvtSizeLimit() 479 BranchProbability Prediction) const { in ValidSimple() 490 Prediction)) in ValidSimple() 506 BranchProbability Prediction) const { in ValidTriangle() 528 if (!TII->isProfitableToDupForIfCvt(*TrueBBI.BB, Size, Prediction)) in ValidTriangle() [all …]
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 232 BranchProbability Prediction) const; 235 BranchProbability Prediction) const; 288 BranchProbability Prediction) const { in MeetIfcvtSizeLimit() 290 Prediction); in MeetIfcvtSizeLimit() 295 BranchProbability Prediction, bool Forked) const { in MeetIfcvtSizeLimit() argument 393 FCycle, FBBInfo.ExtraCost2, Prediction); in MeetIfcvtSizeLimit() 649 BranchProbability Prediction) const { in ValidSimple() 660 Prediction)) in ValidSimple() 675 BranchProbability Prediction) const { in ValidTriangle() 700 if (!TII->isProfitableToDupForIfCvt(*TrueBBI.BB, Size, Prediction)) in ValidTriangle() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 231 BranchProbability Prediction) const; 234 BranchProbability Prediction) const; 287 BranchProbability Prediction) const { in MeetIfcvtSizeLimit() 289 Prediction); in MeetIfcvtSizeLimit() 294 BranchProbability Prediction, bool Forked) const { in MeetIfcvtSizeLimit() argument 392 FCycle, FBBInfo.ExtraCost2, Prediction); in MeetIfcvtSizeLimit() 654 BranchProbability Prediction) const { in ValidSimple() 665 Prediction)) in ValidSimple() 680 BranchProbability Prediction) const { in ValidTriangle() 705 if (!TII->isProfitableToDupForIfCvt(*TrueBBI.BB, Size, Prediction)) in ValidTriangle() [all …]
|
/external/webrtc/test/scenario/ |
D | scenario_config.h | 143 enum class Prediction { enum 147 } prediction = Prediction::kFull;
|
D | video_stream.cc | 82 VideoStreamConfig::Encoder::Layers::Prediction value) { in ToInterLayerPredMode() 83 using Pred = VideoStreamConfig::Encoder::Layers::Prediction; in ToInterLayerPredMode()
|
/external/libavc/common/arm/ |
D | ih264_iquant_itrans_recon_dc_a9.s | 57 @ * Prediction 4x4 block 69 @ * Prediction stride 187 @ * Prediction 4x4 block 199 @ * Prediction stride 322 @ * Prediction buffer stride in interleaved format
|
D | ih264_iquant_itrans_recon_a9.s | 56 @ * Prediction 4x4 block 68 @ * Prediction stride 243 @ * Prediction 4x4 block 255 @ * Prediction stride 434 @ * Prediction 4x4 block 446 @ * Prediction stride
|
D | ih264_inter_pred_luma_copy_a9q.s | 200 @ * Prediction buffer stride
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | README.txt | 10 * Emit the 'Branch on Integer Register with Prediction' instructions. It's
|
/external/llvm/lib/Target/Sparc/ |
D | README.txt | 10 * Emit the 'Branch on Integer Register with Prediction' instructions. It's
|
D | SparcInstr64Bit.td | 348 // Branch On integer register with Prediction (BPr).
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | README.txt | 10 * Emit the 'Branch on Integer Register with Prediction' instructions. It's
|
/external/perfetto/docs/data-sources/ |
D | frametimeline.md | 75 * **Prediction type** 78 If yes, this will say **Expired Prediction**. If not, **Valid Prediction**. 197 Prediction Error in SurfaceFlinger’s scheduler. The scheduler corrects itself
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonNewValueJump.cpp | 294 const BranchProbability Prediction = in getNewValueJumpOpcode() local 297 if (Prediction >= BranchProbability(1,2)) in getNewValueJumpOpcode()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonNewValueJump.cpp | 342 const BranchProbability Prediction = in getNewValueJumpOpcode() local 345 if (Prediction >= BranchProbability(1,2)) in getNewValueJumpOpcode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonNewValueJump.cpp | 342 const BranchProbability Prediction = in getNewValueJumpOpcode() local 345 if (Prediction >= BranchProbability(1,2)) in getNewValueJumpOpcode()
|
/external/llvm-project/llvm/docs/ |
D | Reference.rst | 183 Provides information about Branch Prediction Information.
|
/external/tensorflow/tensorflow/lite/examples/ios/simple/ |
D | RunModelViewController.mm | 201 ss << "Prediction: " << index;
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/tutorials/ |
D | jit_compile.ipynb | 242 "print(\"Prediction accuracy after training: %s\" % accuracy)"
|
/external/python/google-api-python-client/samples/ |
D | README.md | 154 ## ![](http://www.google.com/images/icons/feature/predictionapi-32.png) Prediction API 159 Documentation for the Prediction API in
|
/external/libtextclassifier/native/actions/ |
D | actions_model.fbs | 30 // Prediction type for a multi-task model. 39 // Prediction metadata for an arbitrary task.
|
/external/llvm/docs/ |
D | index.rst | 333 Provides information about Branch Prediction Information.
|
/external/tensorflow/tensorflow/lite/g3doc/models/style_transfer/ |
D | overview.ipynb | 116 …mpute their style bottleneck vectors in advance, and exclude the Style Prediction Model from your …
|
/external/python/oauth2client/ |
D | CHANGELOG.md | 390 + Update Google Prediction samples.
|