Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetID.cpp87 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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp366 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()
H A DSROA.cpp3806 std::vector<uint64_t> Splits; in presplitLoadsAndStores() member
3880 assert(Offsets.Splits.empty() && in presplitLoadsAndStores()
3896 assert(!Offsets.Splits.empty() && in presplitLoadsAndStores()
3898 assert(Offsets.Splits.back() == in presplitLoadsAndStores()
3933 if (LoadOffsets.Splits == StoreOffsets.Splits) in presplitLoadsAndStores()
4007 uint64_t PartOffset = 0, PartSize = Offsets.Splits.front(); in presplitLoadsAndStores()
4008 int Idx = 0, Size = Offsets.Splits.size(); in presplitLoadsAndStores()
4041 PartOffset = Offsets.Splits[Idx]; in presplitLoadsAndStores()
4136 assert(SplitLoads->size() == Offsets.Splits.size() + 1 && in presplitLoadsAndStores()
4143 int Idx = 0, Size = Offsets.Splits.size(); in presplitLoadsAndStores()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp150 auto Splits = Part.rtrim().split('='); in parseHIPVersionFile() local
151 if (Splits.first == "HIP_VERSION_MAJOR") { in parseHIPVersionFile()
152 if (Splits.second.getAsInteger(0, Major)) in parseHIPVersionFile()
154 } else if (Splits.first == "HIP_VERSION_MINOR") { in parseHIPVersionFile()
155 if (Splits.second.getAsInteger(0, Minor)) in parseHIPVersionFile()
157 } else if (Splits.first == "HIP_VERSION_PATCH") in parseHIPVersionFile()
158 VersionPatch = Splits.second.str(); in parseHIPVersionFile()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1159 SmallVector<CHRScope *, 8> Splits; in splitScope() local
1211 Splits.push_back(Scope); in splitScope()
1232 Splits.push_back(Scope); in splitScope()
1237 assert(Splits.size() == SplitsConditionValues.size() && in splitScope()
1238 Splits.size() == SplitsSplitFromOuter.size() && in splitScope()
1239 Splits.size() == SplitsInsertPoints.size() && "Mismatching sizes"); in splitScope()
1240 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope()
1241 CHRScope *Split = Splits[I]; in splitScope()
1256 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope()
1257 CHRScope *Split = Splits[I]; in splitScope()
/netbsd/external/lgpl3/gmp/dist/mpn/arm64/
H A Dpopcount.asm132 C Code for count > maxsize. Splits operand and calls above code.
/netbsd/external/lgpl3/gmp/dist/mpn/arm/neon/
H A Dhamdist.asm169 C Code for large count. Splits operand and calls above code.
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1774 static void processPSInputArgs(SmallVectorImpl<ISD::InputArg> &Splits, in processPSInputArgs() argument
1799 Splits.push_back(*Arg); in processPSInputArgs()
1818 Splits.push_back(*Arg); in processPSInputArgs()
2275 SmallVector<ISD::InputArg, 16> Splits; in LowerFormalArguments() local
2295 processPSInputArgs(Splits, CallConv, Ins, Skipped, FType, Info); in LowerFormalArguments()
2335 Splits.append(Ins.begin(), Ins.end()); in LowerFormalArguments()
2351 CCInfo.AnalyzeFormalArguments(Splits, AssignFn); in LowerFormalArguments()
2534 SmallVector<ISD::OutputArg, 48> Splits; in LowerReturn() local
/netbsd/external/gpl3/gcc.old/dist/gcc/config/fr30/
H A Dfr30.md280 ;; care about instruction lengths or speeds). Splits are
/netbsd/external/gpl3/gcc/dist/gcc/config/fr30/
H A Dfr30.md280 ;; care about instruction lengths or speeds). Splits are
/netbsd/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Ditanium2.md377 ;;; "MIB/MFB/MMB: Splits issue after any of these bundles unless the
1301 ;;; "MIB/MFB/MMB: Splits issue after any of these bundles unless the
/netbsd/external/gpl3/gcc/dist/gcc/config/ia64/
H A Ditanium2.md377 ;;; "MIB/MFB/MMB: Splits issue after any of these bundles unless the
1301 ;;; "MIB/MFB/MMB: Splits issue after any of these bundles unless the
/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dvector.md174 ;; Splits if a GPR register was chosen for the move
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Dloop.texi237 @item @code{split_loop_exit_edge}: Splits exit edge of the loop,
H A Dgccint.info20478 * 'split_loop_exit_edge': Splits exit edge of the loop, ensuring that
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dvector.md177 ;; Splits if a GPR register was chosen for the move
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dloop.texi238 @item @code{split_loop_exit_edge}: Splits exit edge of the loop,
H A Dgccint.info20478 * 'split_loop_exit_edge': Splits exit edge of the loop, ensuring that
/netbsd/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dcris.md4189 ;; Splits for all cases in side-effect insns where (possibly after reload
4564 ;; Splits for addressing prefixes that have no side-effects, so we can
/netbsd/external/gpl2/texinfo/dist/po/
H A Dnl.po1239 msgstr "Splits het huidige venster"
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Ddate.d9870 Splits out a particular unit from hnsecs and gives the value for that
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Ddate.d10361 Splits out a particular unit from hnsecs and gives the value for that
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog.graphite8232 (end_scop): New. Splits end of scope bbs on a harmful statement.
/netbsd/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.md5514 ;; Splits for all extensions to DImode
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.md5514 ;; Splits for all extensions to DImode