Home
last modified time | relevance | path

Searched defs:First (Results 1 - 25 of 92) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist_base.h41 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { in removeRangeImpl() argument
52 static void transferBeforeImpl(node_base_type &Next, node_base_type &First, in 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-10.0/llvm/lib/MC/
H A DMCInstPrinter.cpp26 bool First = true; in dumpBytes() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist_base.h44 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { in removeRangeImpl() argument
55 static void transferBeforeImpl(node_base_type &Next, node_base_type &First, in transferBeforeImpl() argument
84 removeRange(T &First, T &Last) removeRange() argument
88 transferBefore(T &Next, T &First, T &Last) transferBefore() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceRangeSpec.cpp49 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...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp85 Instruction* First = &F.getEntryBlock().front(); in runOnFunction() local
/third_party/typescript/tests/baselines/reference/
H A DenumAssignmentCompat3.js93 var First; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamWriter.cpp86 WritableBinaryStreamRef First = Stream.drop_front(Offset); in split() local
H A DBinaryStreamReader.cpp172 BinaryStreamRef First = Stream.drop_front(Offset); in split() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DRecord.cpp207 bool First = true; in getAsString() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCTLSDynamicCall.cpp123 MachineBasicBlock::iterator First = I; in processBlock() local
H A DPPCBoolRetToInt.cpp252 auto *First = dyn_cast<User>(Pair.first); in runOnUse() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.cpp213 bool First = true; in printMembarTag() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp43 bool First = true; in printTypes() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DStringView.h24 const char *First; member in StringView
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
H A DBitstreamRemarkContainer.h53 First = SeparateRemarksMeta, member in llvm::remarks::BitstreamRemarkContainerType
H A DRemark.h62 First = Unknown, member in llvm::remarks::Type
/third_party/skia/experimental/graphite/src/
H A DDrawOrder.h22 static constexpr MonotonicValue First() { return 0; } in First() function in skgpu::MonotonicValue
/third_party/node/deps/v8/src/objects/
H A Djs-break-iterator.cc209 Handle<Object> JSV8BreakIterator::First( in First() function in v8::internal::JSV8BreakIterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h96 unsigned First = 0; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DInterferenceCache.h37 SlotIndex First; member
H A DSwitchLoweringUtils.cpp20 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/GSYM/
H A DLineTable.cpp138 bool First = true; in encode() local
/third_party/skia/src/core/
H A DSkTBlockList.h241 static int First(const SkBlockAllocator::Block* b) { in First() function in SkTBlockList
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInst.h191 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/include/llvm/Transforms/Scalar/
H A DGVNExpression.h163 void swapOperands(unsigned First, unsigned Second) { in swapOperands() argument

Completed in 15 milliseconds

1234