Home
last modified time | relevance | path

Searched defs:Merge (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsorting.d1075 struct Merge(alias less = "a < b", Rs...) struct
1080 public Rs source;
1081 private size_t _lastFrontIndex = size_t.max;
1084 private size_t _lastBackIndex = size_t.max; // `size_t.max` means uninitialized,
1091 private alias comp = binaryFun!less;
1092 private alias ElementType = CommonType!(staticMap!(.ElementType, Rs));
1093 private enum isBidirectional = allSatisfy!(isBidirectionalRange, staticMap!(Unqual, Rs));
1095 debug private enum canCheckSortedness = isCopyable!ElementType && !hasAliasing!ElementType;
1097 this(Rs source) in this()
1105 enum bool empty = false; // propagate infiniteness
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsorting.d1088 struct Merge(alias less = "a < b", Rs...) struct
1093 public Rs source;
1094 private size_t _lastFrontIndex = size_t.max;
1097 private size_t _lastBackIndex = size_t.max; // `size_t.max` means uninitialized,
1104 private alias comp = binaryFun!less;
1105 private alias ElementType = CommonType!(staticMap!(.ElementType, Rs));
1106 private enum isBidirectional = allSatisfy!(isBidirectionalRange, staticMap!(Unqual, Rs));
1108 debug private enum canCheckSortedness = isCopyable!ElementType && !hasAliasing!ElementType;
1110 this(Rs source) in this()
1135 assert(!source[i].empty, "Can not get front of empty Merge"); in front() argument
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
H A Dmerge_data_flow.py18 def Merge(a, b): function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp99 bool RRInfo::Merge(const RRInfo &Other) { in Merge() function in RRInfo
147 void PtrState::Merge(const PtrState &Other, bool TopDown) { in Merge() function in PtrState
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMerge.h71 size_t Merge(Vector<std::string> *NewFiles) { in Merge() function
H A DFuzzerMerge.cpp126 size_t Merger::Merge(const Set<uint32_t> &InitialFeatures, in Merge() function in fuzzer::Merger
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dsancov.py79 def Merge(files): function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp611 TEST(Merge, Bad) { in TEST() argument
641 static void Merge(const std::string &Input, in Merge() function
654 TEST(Merge, Good) { in TEST() argument
736 TEST(Merge, Merge) { in TEST() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp412 auto Merge = MIRBuilder.buildMerge(s64, {Load_P2Half, Load_Rem}); in legalizeCustom() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp94 bool Merge = MergeAdjacent && (Iter->end() == Next->start()); in unionize() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp998 uint64_t Merge = R->getValueAsInt("Merge"); in createIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp1043 auto Merge = [&](const APValue &V) { in getLVForValue() local
H A DASTImporter.cpp1993 #define FIELD(Name, Width, Merge) \ in ImportDefinition() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp430 auto Merge = B.buildMerge(RealDstEltTy, Regs.take_front(PartsPerElt)); in buildCopyFromRegs() local
H A DLegalizerHelper.cpp1441 auto Merge = MIRBuilder.buildMerge(WideTy, Slicer.take_front(PartsPerGCD)); in widenScalarMergeValues() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp985 auto Merge = B.buildBuildVector(OpTy, ReadlanePieces); in executeInWaterfallLoop() local
988 auto Merge = B.buildMerge(OpTy, ReadlanePieces); in executeInWaterfallLoop() local
H A DAMDGPULegalizerInfo.cpp2662 auto Merge = B.buildMerge(S32, {Src0, Src1}); in legalizeBuildVector() local
H A DSIInstrInfo.cpp5205 auto Merge = BuildMI(LoopBB, I, DL, TII.get(AMDGPU::REG_SEQUENCE), SRsrc); in emitLoadSRsrcFromVGPRLoop() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9379 for (auto &Merge : OdrMergeFailures) { in diagnoseOdrViolations() local
9395 for (auto &Merge : FunctionOdrMergeFailures) { in diagnoseOdrViolations() local
9409 for (auto &Merge : EnumOdrMergeFailures) { in diagnoseOdrViolations() local
9983 for (auto &Merge : OdrMergeFailures) { in diagnoseOdrViolations() local
11191 for (auto &Merge : FunctionOdrMergeFailures) { in diagnoseOdrViolations() local
11346 for (auto &Merge : EnumOdrMergeFailures) { in diagnoseOdrViolations() local
H A DASTReaderDecl.cpp1712 #define FIELD(Name, Width, Merge) \ in ReadCXXDefinitionData() argument
1813 #define FIELD(Name, Width, Merge) Merge(Name) in MergeDefinitionData() argument
H A DASTWriter.cpp5538 #define FIELD(Name, Width, Merge) \ in AddCXXDefinitionData() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp771 auto Merge = [&](SmallVectorImpl<CallInst *> &MergableCIs, BasicBlock *BB) { in mergeParallelRegions() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h279 #define FIELD(Name, Width, Merge) \ argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp3849 auto Merge = [&](Value *LHS, Value *RHS) -> Value * { in isBytewiseValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6373 auto Merge = [&](SDValue Lo, SDValue Hi) -> SDValue { in expandMUL_LOHI() local

12