Home
last modified time | relevance | path

Searched refs:Splits (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetID.cpp88 auto Splits = Features.split(':'); in parseTargetIDWithFormatCheckingOnly() local
89 auto Sign = Splits.first.back(); in parseTargetIDWithFormatCheckingOnly()
90 auto Feature = Splits.first.drop_back(); in parseTargetIDWithFormatCheckingOnly()
99 Features = Splits.second; in parseTargetIDWithFormatCheckingOnly()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp159 auto Splits = Part.rtrim().split('='); in parseHIPVersionFile() local
160 if (Splits.first == "HIP_VERSION_MAJOR") { in parseHIPVersionFile()
161 if (Splits.second.getAsInteger(0, Major)) in parseHIPVersionFile()
163 } else if (Splits.first == "HIP_VERSION_MINOR") { in parseHIPVersionFile()
164 if (Splits.second.getAsInteger(0, Minor)) in parseHIPVersionFile()
166 } else if (Splits.first == "HIP_VERSION_PATCH") in parseHIPVersionFile()
167 VersionPatch = Splits.second.str(); in parseHIPVersionFile()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp365 SmallVector<BasicBlock *, 2> Splits(predecessors((TailBB))); in splitCallSite() local
366 assert(Splits.size() == 2 && "Expected exactly 2 splits!"); in splitCallSite()
367 for (BasicBlock *BB : Splits) { in splitCallSite()
H A DSROA.cpp4128 std::vector<uint64_t> Splits; in presplitLoadsAndStores() member
4202 assert(Offsets.Splits.empty() && in presplitLoadsAndStores()
4205 Offsets.Splits.push_back(P.endOffset() - S.beginOffset()); in presplitLoadsAndStores()
4218 assert(!Offsets.Splits.empty() && in presplitLoadsAndStores()
4220 assert(Offsets.Splits.back() == in presplitLoadsAndStores()
4227 Offsets.Splits.push_back(P.endOffset() - Offsets.S->beginOffset()); in presplitLoadsAndStores()
4255 if (LoadOffsets.Splits == StoreOffsets.Splits) in presplitLoadsAndStores()
4329 uint64_t PartOffset = 0, PartSize = Offsets.Splits.front(); in presplitLoadsAndStores()
4330 int Idx = 0, Size = Offsets.Splits.size(); in presplitLoadsAndStores()
4363 PartOffset = Offsets.Splits[Idx]; in presplitLoadsAndStores()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1145 SmallVector<CHRScope *, 8> Splits; in splitScope() local
1197 Splits.push_back(Scope); in splitScope()
1218 Splits.push_back(Scope); in splitScope()
1223 assert(Splits.size() == SplitsConditionValues.size() && in splitScope()
1224 Splits.size() == SplitsSplitFromOuter.size() && in splitScope()
1225 Splits.size() == SplitsInsertPoints.size() && "Mismatching sizes"); in splitScope()
1226 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope()
1227 CHRScope *Split = Splits[I]; in splitScope()
1242 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope()
1243 CHRScope *Split = Splits[I]; in splitScope()
/openbsd-src/gnu/gcc/gcc/doc/
H A Dloop.texi202 @item @code{loop_split_edge_with}: Splits an edge, and places a
211 @item @code{split_loop_exit_edge}: Splits exit edge of the loop,
H A Dgccint.info8097 * `loop_split_edge_with': Splits an edge, and places a specified RTL
8110 * `split_loop_exit_edge': Splits exit edge of the loop, ensuring
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1870 static void processPSInputArgs(SmallVectorImpl<ISD::InputArg> &Splits, in processPSInputArgs() argument
1895 Splits.push_back(*Arg); in processPSInputArgs()
1914 Splits.push_back(*Arg); in processPSInputArgs()
2400 SmallVector<ISD::InputArg, 16> Splits; in LowerFormalArguments() local
2420 processPSInputArgs(Splits, CallConv, Ins, Skipped, FType, Info); in LowerFormalArguments()
2459 Splits.append(Ins.begin(), Ins.end()); in LowerFormalArguments()
2474 CCInfo.AnalyzeFormalArguments(Splits, AssignFn); in LowerFormalArguments()
2659 SmallVector<ISD::OutputArg, 48> Splits; in LowerReturn() local
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Ditanium1.md379 ;;; "MIB/MFB/MMB: Splits issue after any of these bundles unless the
1216 ;;; "MIB/MFB/MMB: Splits issue after any of these bundles unless the
H A Ditanium2.md378 ;;; "MIB/MFB/MMB: Splits issue after any of these bundles unless the
1303 ;;; "MIB/MFB/MMB: Splits issue after any of these bundles unless the
/openbsd-src/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dfr30.md277 ;; care about instruction lengths or speeds). Splits are
/openbsd-src/gnu/gcc/gcc/config/fr30/
H A Dfr30.md280 ;; care about instruction lengths or speeds). Splits are
/openbsd-src/gnu/gcc/gcc/config/cris/
H A Dcris.md3247 ;; Splits for all cases in side-effect insns where (possibly after reload
3622 ;; Splits for addressing prefixes that have no side-effects, so we can
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Duserdoc.texi719 Splits the current window into two windows, both showing the same node.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/cris/
H A Dcris.md4206 ;; Splits for all cases in side-effect insns where (possibly after reload
4634 ;; Splits for addressing prefixes that have no side-effects, so we can
/openbsd-src/gnu/usr.bin/texinfo/po/
H A Dnl.po1239 msgstr "Splits het huidige venster"
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/
H A Dperlfunc.pod
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlfunc.pod8289 Splits the string EXPR into a list of strings and returns the