/external/llvm-project/clang/lib/Basic/ |
D | TargetID.cpp | 87 auto Splits = Features.split(':'); in parseTargetIDWithFormatCheckingOnly() local 88 auto Sign = Splits.first.back(); in parseTargetIDWithFormatCheckingOnly() 89 auto Feature = Splits.first.drop_back(); in parseTargetIDWithFormatCheckingOnly() 98 Features = Splits.second; in parseTargetIDWithFormatCheckingOnly()
|
/external/libtextclassifier/native/utils/ |
D | tokenizer.fbs | 43 // Splits a run of codepoints before the current codepoint. 46 // Splits a run of codepoints after the current codepoint. 57 // Splits on the characters and discards them. Good e.g. for the space
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | AMDGPU.cpp | 97 auto Splits = Part.split('='); in ParseHIPVersionFile() local 98 if (Splits.first == "HIP_VERSION_MAJOR") in ParseHIPVersionFile() 99 Splits.second.getAsInteger(0, Major); in ParseHIPVersionFile() 100 else if (Splits.first == "HIP_VERSION_MINOR") in ParseHIPVersionFile() 101 Splits.second.getAsInteger(0, Minor); in ParseHIPVersionFile() 102 else if (Splits.first == "HIP_VERSION_PATCH") in ParseHIPVersionFile() 103 VersionPatch = Splits.second.str(); in ParseHIPVersionFile()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | CallSiteSplitting.cpp | 366 SmallVector<BasicBlock *, 2> Splits(predecessors((TailBB))); in splitCallSite() local 367 assert(Splits.size() == 2 && "Expected exactly 2 splits!"); in splitCallSite() 368 for (unsigned i = 0; i < Splits.size(); i++) { in splitCallSite() 369 Splits[i]->getTerminator()->eraseFromParent(); in splitCallSite() 370 DTU.applyUpdatesPermissive({{DominatorTree::Delete, Splits[i], TailBB}}); in splitCallSite()
|
D | SROA.cpp | 3798 std::vector<uint64_t> Splits; in presplitLoadsAndStores() member 3872 assert(Offsets.Splits.empty() && in presplitLoadsAndStores() 3875 Offsets.Splits.push_back(P.endOffset() - S.beginOffset()); in presplitLoadsAndStores() 3888 assert(!Offsets.Splits.empty() && in presplitLoadsAndStores() 3890 assert(Offsets.Splits.back() == in presplitLoadsAndStores() 3897 Offsets.Splits.push_back(P.endOffset() - Offsets.S->beginOffset()); in presplitLoadsAndStores() 3927 if (LoadOffsets.Splits == StoreOffsets.Splits) in presplitLoadsAndStores() 4009 uint64_t PartOffset = 0, PartSize = Offsets.Splits.front(); in presplitLoadsAndStores() 4010 int Idx = 0, Size = Offsets.Splits.size(); in presplitLoadsAndStores() 4043 PartOffset = Offsets.Splits[Idx]; in presplitLoadsAndStores() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CallSiteSplitting.cpp | 370 SmallVector<BasicBlock *, 2> Splits(predecessors((TailBB))); in splitCallSite() local 371 assert(Splits.size() == 2 && "Expected exactly 2 splits!"); in splitCallSite() 372 for (unsigned i = 0; i < Splits.size(); i++) { in splitCallSite() 373 Splits[i]->getTerminator()->eraseFromParent(); in splitCallSite() 374 DTU.applyUpdatesPermissive({{DominatorTree::Delete, Splits[i], TailBB}}); in splitCallSite()
|
D | SROA.cpp | 3645 std::vector<uint64_t> Splits; in presplitLoadsAndStores() member 3719 assert(Offsets.Splits.empty() && in presplitLoadsAndStores() 3722 Offsets.Splits.push_back(P.endOffset() - S.beginOffset()); in presplitLoadsAndStores() 3735 assert(!Offsets.Splits.empty() && in presplitLoadsAndStores() 3737 assert(Offsets.Splits.back() == in presplitLoadsAndStores() 3744 Offsets.Splits.push_back(P.endOffset() - Offsets.S->beginOffset()); in presplitLoadsAndStores() 3774 if (LoadOffsets.Splits == StoreOffsets.Splits) in presplitLoadsAndStores() 3856 uint64_t PartOffset = 0, PartSize = Offsets.Splits.front(); in presplitLoadsAndStores() 3857 int Idx = 0, Size = Offsets.Splits.size(); in presplitLoadsAndStores() 3890 PartOffset = Offsets.Splits[Idx]; in presplitLoadsAndStores() [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_TensorListSplit.pbtxt | 3 summary: "Splits a tensor into a list."
|
D | api_def_Split.pbtxt | 32 summary: "Splits a tensor into `num_split` tensors along one dimension."
|
D | api_def_SplitV.pbtxt | 33 summary: "Splits a tensor into `num_split` tensors along one dimension."
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 1160 SmallVector<CHRScope *, 8> Splits; in splitScope() local 1212 Splits.push_back(Scope); in splitScope() 1233 Splits.push_back(Scope); in splitScope() 1238 assert(Splits.size() == SplitsConditionValues.size() && in splitScope() 1239 Splits.size() == SplitsSplitFromOuter.size() && in splitScope() 1240 Splits.size() == SplitsInsertPoints.size() && "Mismatching sizes"); in splitScope() 1241 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope() 1242 CHRScope *Split = Splits[I]; in splitScope() 1257 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope() 1258 CHRScope *Split = Splits[I]; in splitScope()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 1167 SmallVector<CHRScope *, 8> Splits; in splitScope() local 1219 Splits.push_back(Scope); in splitScope() 1240 Splits.push_back(Scope); in splitScope() 1245 assert(Splits.size() == SplitsConditionValues.size() && in splitScope() 1246 Splits.size() == SplitsSplitFromOuter.size() && in splitScope() 1247 Splits.size() == SplitsInsertPoints.size() && "Mismatching sizes"); in splitScope() 1248 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope() 1249 CHRScope *Split = Splits[I]; in splitScope() 1264 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope() 1265 CHRScope *Split = Splits[I]; in splitScope()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3351 std::vector<uint64_t> Splits; in presplitLoadsAndStores() member 3425 assert(Offsets.Splits.empty() && in presplitLoadsAndStores() 3428 Offsets.Splits.push_back(P.endOffset() - S.beginOffset()); in presplitLoadsAndStores() 3441 assert(!Offsets.Splits.empty() && in presplitLoadsAndStores() 3443 assert(Offsets.Splits.back() == in presplitLoadsAndStores() 3450 Offsets.Splits.push_back(P.endOffset() - Offsets.S->beginOffset()); in presplitLoadsAndStores() 3480 if (LoadOffsets.Splits == StoreOffsets.Splits) in presplitLoadsAndStores() 3562 uint64_t PartOffset = 0, PartSize = Offsets.Splits.front(); in presplitLoadsAndStores() 3563 int Idx = 0, Size = Offsets.Splits.size(); in presplitLoadsAndStores() 3592 PartOffset = Offsets.Splits[Idx]; in presplitLoadsAndStores() [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 612 SmallVector<ISD::InputArg, 16> Splits; in LowerFormalArguments() local 650 Splits.push_back(NewArg); in LowerFormalArguments() 654 Splits.push_back(Arg); in LowerFormalArguments() 686 Splits); in LowerFormalArguments() 729 AnalyzeFormalArguments(CCInfo, Splits); in LowerFormalArguments() 746 EVT MemVT = Splits[i].VT; in LowerFormalArguments() 952 SmallVector<ISD::OutputArg, 48> Splits; in LowerReturn() local 973 Splits.push_back(NewOut); in LowerReturn() 978 Splits.push_back(Out); in LowerReturn() 990 AnalyzeReturn(CCInfo, Splits); in LowerReturn()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 684 CfgUnorderedMap<SizeT, CfgVector<CfgNode *>> Splits; in shortCircuitJumps() local 692 Splits[Node->getIndex()].push_back(NewNode); in shortCircuitJumps() 709 for (auto *Next : Splits[Current->getIndex()]) { in shortCircuitJumps()
|
/external/starlark-go/starlark/testdata/ |
D | paths.star | 216 """Splits the path `p` into a tuple containing the root and extension.
|
/external/python/cpython3/Lib/email/ |
D | architecture.rst | 162 Splits the first line on the colon to obtain the name, discards any spaces
|
/external/tensorflow/tensorflow/compiler/aot/tests/ |
D | tfcompile_test.cc | 448 TEST(TFCompileTest, Splits) { in TEST() argument
|
/external/llvm-project/mlir/include/mlir/Dialect/Shape/IR/ |
D | ShapeOps.td | 529 let summary = "Splits a shape at a given index"; 531 Splits a shape at a given dimension `index`, returning two shapes.
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | notes.markdown | 364 Splits live ranges for constrained values by inserting the
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 1573 static void processShaderInputArgs(SmallVectorImpl<ISD::InputArg> &Splits, in processShaderInputArgs() argument 1599 Splits.push_back(*Arg); in processShaderInputArgs() 1618 Splits.push_back(*Arg); in processShaderInputArgs() 2045 SmallVector<ISD::InputArg, 16> Splits; in LowerFormalArguments() local 2056 processShaderInputArgs(Splits, CallConv, Ins, Skipped, FType, Info); in LowerFormalArguments() 2107 Splits.append(Ins.begin(), Ins.end()); in LowerFormalArguments() 2119 CCInfo.AnalyzeFormalArguments(Splits, AssignFn); in LowerFormalArguments() 2289 SmallVector<ISD::OutputArg, 48> Splits; in LowerReturn() local
|
/external/tflite-support/tensorflow_lite_support/metadata/ |
D | metadata_schema.fbs | 452 // Splits strings by the occurrences of delim_regex_pattern and converts the
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 1782 static void processPSInputArgs(SmallVectorImpl<ISD::InputArg> &Splits, in processPSInputArgs() argument 1807 Splits.push_back(*Arg); in processPSInputArgs() 1826 Splits.push_back(*Arg); in processPSInputArgs() 2247 SmallVector<ISD::InputArg, 16> Splits; in LowerFormalArguments() local 2267 processPSInputArgs(Splits, CallConv, Ins, Skipped, FType, Info); in LowerFormalArguments() 2307 Splits.append(Ins.begin(), Ins.end()); in LowerFormalArguments() 2323 CCInfo.AnalyzeFormalArguments(Splits, AssignFn); in LowerFormalArguments() 2506 SmallVector<ISD::OutputArg, 48> Splits; in LowerReturn() local
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
D | tfl_ops.td | 3273 let summary = "Splits a tensor into `num_split` tensors along one dimension."; 3276 Splits the `value` tensor along `split_dim` into a number of sub-tensors 3297 let summary = "Splits a tensor into `num_split` tensors along one dimension."; 3300 Splits the `value` tensor along `split_dim` into a number of sub-tensors
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1510 Splits p into (head, tail) where tail is lastpathname component and 1513 splitdrive Splits path p in a pair ('drive:', tail) [Windows] 1515 splitext(p Splits into (root, ext) where last comp of root contains no periods
|