Searched refs:IsLast (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | ASanStackFrameLayout.cpp | 75 bool IsLast = i == NumVars - 1; in ComputeASanStackFrameLayout() local 86 size_t NextAlignment = IsLast ? Granularity in ComputeASanStackFrameLayout() 93 IsLast ? kAsanStackRightRedzoneMagic in ComputeASanStackFrameLayout()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | ASanStackFrameLayout.cpp | 75 bool IsLast = i == NumVars - 1; in ComputeASanStackFrameLayout() local 83 size_t NextAlignment = IsLast ? Granularity in ComputeASanStackFrameLayout()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | graph_view_test.cc | 2729 template <typename GraphViewT, bool IsLast> 2738 const int index = IsLast ? num_fanouts - 1 : 0; in BM_GraphViewTHasRegularFanin() 2777 template <typename GraphViewT, bool IsLast> 2786 const int index = IsLast ? num_fanouts - 1 : 0; in BM_GraphViewTHasControllingFanin() 2828 template <typename GraphViewT, bool IsLast> 2837 const int index = IsLast ? num_fanins - 1 : 0; in BM_GraphViewTHasRegularFanout() 2877 template <typename GraphViewT, bool IsLast> 2886 const int index = IsLast ? num_fanins - 1 : 0; in BM_GraphViewTHasControlledFanout()
|
/external/v4l2_codec2/accel/ |
D | v4l2_device.h | 203 bool IsLast() const;
|
D | v4l2_device.cc | 631 bool V4L2ReadableBuffer::IsLast() const { in IsLast() function in media::V4L2ReadableBuffer
|
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 377 unsigned CurStageNum, bool IsLast); 382 unsigned CurStageNum, bool IsLast); 2475 bool IsLast) { in generateExistingPhis() argument 2647 if (IsLast && np == NumPhis - 1) in generateExistingPhis() 2685 if (IsLast && np == NumPhis - 1) in generateExistingPhis() 2703 if (NumStages == 0 && IsLast && VRMap[CurStageNum].count(LoopVal)) in generateExistingPhis() 2715 bool IsLast) { in generatePhis() argument 2800 if (IsLast && np == NumPhis - 1) in generatePhis()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 415 unsigned CurStageNum, bool IsLast); 420 unsigned CurStageNum, bool IsLast); 2597 bool IsLast) { in generateExistingPhis() argument 2765 if (IsLast && np == NumPhis - 1) in generateExistingPhis() 2803 if (IsLast && np == NumPhis - 1) in generateExistingPhis() 2821 if (NumStages == 0 && IsLast && VRMap[CurStageNum].count(LoopVal)) in generateExistingPhis() 2833 bool IsLast) { in generatePhis() argument 2918 if (IsLast && np == NumPhis - 1) in generatePhis()
|
/external/v4l2_codec2/components/ |
D | V4L2Decoder.cpp | 398 const bool isLast = dequeuedBuffer->IsLast(); in serviceDeviceTask()
|
D | V4L2EncodeComponent.cpp | 1572 timestamp.InMicroseconds(), buffer->BufferId(), encodedDataSize, buffer->IsLast()); in dequeueOutputBuffer() 1587 if ((mEncoderState == EncoderState::DRAINING) && buffer->IsLast()) { in dequeueOutputBuffer()
|