Searched refs:Splits (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A 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.deleteEdge(Splits[i], TailBB); in splitCallSite()
|
| H A D | SROA.cpp | 3580 std::vector<uint64_t> Splits; in presplitLoadsAndStores() member 3654 assert(Offsets.Splits.empty() && in presplitLoadsAndStores() 3670 assert(!Offsets.Splits.empty() && in presplitLoadsAndStores() 3672 assert(Offsets.Splits.back() == in presplitLoadsAndStores() 3709 if (LoadOffsets.Splits == StoreOffsets.Splits) in presplitLoadsAndStores() 3791 uint64_t PartOffset = 0, PartSize = Offsets.Splits.front(); in presplitLoadsAndStores() 3792 int Idx = 0, Size = Offsets.Splits.size(); in presplitLoadsAndStores() 3824 PartOffset = Offsets.Splits[Idx]; in presplitLoadsAndStores() 3918 assert(SplitLoads->size() == Offsets.Splits.size() + 1 && in presplitLoadsAndStores() 3925 int Idx = 0, Size = Offsets.Splits.size(); in presplitLoadsAndStores() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 1139 SmallVector<CHRScope *, 8> Splits; in splitScope() local 1191 Splits.push_back(Scope); in splitScope() 1212 Splits.push_back(Scope); in splitScope() 1217 assert(Splits.size() == SplitsConditionValues.size() && in splitScope() 1218 Splits.size() == SplitsSplitFromOuter.size() && in splitScope() 1219 Splits.size() == SplitsInsertPoints.size() && "Mismatching sizes"); in splitScope() 1220 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope() 1221 CHRScope *Split = Splits[I]; in splitScope() 1236 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope() 1237 CHRScope *Split = Splits[I]; in splitScope()
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A 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.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 1434 static void processShaderInputArgs(SmallVectorImpl<ISD::InputArg> &Splits, in processShaderInputArgs() argument 1460 Splits.push_back(*Arg); in processShaderInputArgs() 1479 Splits.push_back(*Arg); in processShaderInputArgs() 1866 SmallVector<ISD::InputArg, 16> Splits; in LowerFormalArguments() local 1883 processShaderInputArgs(Splits, CallConv, Ins, Skipped, FType, Info); in LowerFormalArguments() 1934 Splits.append(Ins.begin(), Ins.end()); in LowerFormalArguments() 1946 CCInfo.AnalyzeFormalArguments(Splits, AssignFn); in LowerFormalArguments() 2114 SmallVector<ISD::OutputArg, 48> Splits; in LowerReturn() local
|
| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A 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
|
| H A 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
|