Searched refs:Splits (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/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()
|
| /freebsd-12-stable/contrib/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 | 3821 std::vector<uint64_t> Splits; in presplitLoadsAndStores() member 3895 assert(Offsets.Splits.empty() && in presplitLoadsAndStores() 3898 Offsets.Splits.push_back(P.endOffset() - S.beginOffset()); in presplitLoadsAndStores() 3911 assert(!Offsets.Splits.empty() && in presplitLoadsAndStores() 3913 assert(Offsets.Splits.back() == in presplitLoadsAndStores() 3920 Offsets.Splits.push_back(P.endOffset() - Offsets.S->beginOffset()); in presplitLoadsAndStores() 3948 if (LoadOffsets.Splits == StoreOffsets.Splits) in presplitLoadsAndStores() 4023 uint64_t PartOffset = 0, PartSize = Offsets.Splits.front(); in presplitLoadsAndStores() 4024 int Idx = 0, Size = Offsets.Splits.size(); in presplitLoadsAndStores() 4057 PartOffset = Offsets.Splits[Idx]; in presplitLoadsAndStores() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| D | AMDGPU.cpp | 150 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | ControlHeightReduction.cpp | 1164 SmallVector<CHRScope *, 8> Splits; in splitScope() local 1216 Splits.push_back(Scope); in splitScope() 1237 Splits.push_back(Scope); in splitScope() 1242 assert(Splits.size() == SplitsConditionValues.size() && in splitScope() 1243 Splits.size() == SplitsSplitFromOuter.size() && in splitScope() 1244 Splits.size() == SplitsInsertPoints.size() && "Mismatching sizes"); in splitScope() 1245 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope() 1246 CHRScope *Split = Splits[I]; in splitScope() 1261 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope() 1262 CHRScope *Split = Splits[I]; in splitScope()
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | loop.texi | 202 @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,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | SIISelLowering.cpp | 1814 static void processPSInputArgs(SmallVectorImpl<ISD::InputArg> &Splits, in processPSInputArgs() argument 1839 Splits.push_back(*Arg); in processPSInputArgs() 1858 Splits.push_back(*Arg); in processPSInputArgs() 2315 SmallVector<ISD::InputArg, 16> Splits; in LowerFormalArguments() local 2335 processPSInputArgs(Splits, CallConv, Ins, Skipped, FType, Info); in LowerFormalArguments() 2375 Splits.append(Ins.begin(), Ins.end()); in LowerFormalArguments() 2391 CCInfo.AnalyzeFormalArguments(Splits, AssignFn); in LowerFormalArguments() 2574 SmallVector<ISD::OutputArg, 48> Splits; in LowerReturn() local
|
| /freebsd-12-stable/contrib/gcc/config/ia64/ |
| D | itanium1.md | 379 ;;; "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
|
| D | itanium2.md | 378 ;;; "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
|