| /third_party/skia/third_party/externals/tint/src/ast/ |
| H A D | block_statement.h | 43 const Statement* Last() const { in Last() function in tint::ast::BlockStatement
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
| H A D | Pipeline.cpp | 78 Stage *Last = Stages.back().get(); in appendStage() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | ilist_base.h | 41 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { in removeRangeImpl() argument 52 transferBeforeImpl(node_base_type &Next, node_base_type &First, node_base_type &Last) transferBeforeImpl() argument 81 removeRange(T &First, T &Last) removeRange() argument 85 transferBefore(T &Next, T &First, T &Last) transferBefore() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | ilist_base.h | 44 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { in removeRangeImpl() argument 55 transferBeforeImpl(node_base_type &Next, node_base_type &First, node_base_type &Last) transferBeforeImpl() argument 84 removeRange(T &First, T &Last) removeRange() argument 88 transferBefore(T &Next, T &First, T &Last) transferBefore() argument [all...] |
| H A D | simple_ilist.h | 162 void insert(iterator I, Iterator First, Iterator Last) { in insert() argument 201 iterator erase(iterator First, iterator Last) { in erase() argument 217 iterator eraseAndDispose(iterator First, iterator Last, Disposer dispose) { in eraseAndDispose() argument 244 void splice(iterator I, simple_ilist &, iterator First, iterator Last) { in splice() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceRangeSpec.cpp | 49 void getRange(const std::string &Token, uint32_t *First, uint32_t *Last) { in getRange() argument 80 uint32_t First = 0, Last = 0; in record() local [all...] |
| H A D | IceMangling.cpp | 52 size_t Last; in incrementSubstitutions() local
|
| /third_party/googletest/googletest/samples/ |
| H A D | sample3-inl.h | 107 QueueNode<E>* Last() { return last_; } in Last() function in Queue 108 const QueueNode<E>* Last() const { return last_; } in Last() function in Queue
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 87 DILocation *Last = InlinedAt; in appendInlinedAt() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionAliasAnalysis.cpp | 107 const SCEV *Last = A->getOperand(A->getNumOperands() - 1); in GetBaseValue() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| H A D | PPCTLSDynamicCall.cpp | 137 MachineBasicBlock::iterator Last = I; in processBlock() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
| H A D | StringView.h | 25 const char *Last; member in StringView [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/ |
| H A D | BitstreamRemarkContainer.h | 54 Last = Standalone, member in llvm::remarks::BitstreamRemarkContainerType
|
| H A D | Remark.h | 63 Last = Failure member in llvm::remarks::Type
|
| /third_party/skia/experimental/graphite/src/ |
| H A D | DrawOrder.h | 23 static constexpr MonotonicValue Last() { return 0xffff; } in Last() function in skgpu::MonotonicValue
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.h | 97 unsigned Last = 0; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | InterferenceCache.h | 38 SlotIndex Last; member
|
| H A D | SwitchLoweringUtils.cpp | 20 getJumpTableRange(const CaseClusterVector &Clusters, unsigned First, unsigned Last) getJumpTableRange() argument 34 getJumpTableNumCases(const SmallVectorImpl<unsigned> &TotalCases, unsigned First, unsigned Last) getJumpTableNumCases() argument 187 buildJumpTable(const CaseClusterVector &Clusters, unsigned First, unsigned Last, const SwitchInst *SI, MachineBasicBlock *DefaultMBB, CaseCluster &JTCluster) buildJumpTable() argument 361 buildBitTests(CaseClusterVector &Clusters, unsigned First, unsigned Last, const SwitchInst *SI, CaseCluster &BTCluster) buildBitTests() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 173 uint32_t Last = First; in readLongestContiguousChunk() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
| H A D | UDTLayout.cpp | 62 int Last = UsedBytes.find_last(); in tailPadding() local
|
| /third_party/skia/src/core/ |
| H A D | SkTBlockList.h | 244 static int Last(const SkBlockAllocator::Block* b) { in Last() function in SkTBlockList [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| H A D | MCInst.h | 191 void erase(iterator First, iterator Last) { Operands.erase(First, Last); } in erase() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanSLP.cpp | 241 VPlanSlp::getBest(OpMode Mode, VPValue *Last, in getBest() argument 333 VPValue *Last = FinalOrder[Op].second[Lane - 1]; in reorderMultiNodeOps() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
| H A D | ARCFrameLowering.cpp | 79 unsigned Last = 0; in determineLastCalleeSave() local 130 unsigned Last = determineLastCalleeSave(CSI); in emitPrologue() local 266 unsigned Last = determineLastCalleeSave(CSI); in emitEpilogue() local 353 unsigned Last = determineLastCalleeSave(CSI); assignCalleeSavedSpillSlots() local 409 unsigned Last = determineLastCalleeSave(CSI); spillCalleeSavedRegisters() local 426 unsigned Last = determineLastCalleeSave(CSI); restoreCalleeSavedRegisters() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBlockRanges.h | 135 IndexType First, Last; member in llvm::HexagonBlockRanges::IndexType::InstrIndexMap
|