Home
last modified time | relevance | path

Searched refs:Mid (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DListReducer.h119 unsigned Mid = MidTop / 2; in reduceList() local
120 std::vector<ElTy> Prefix(TheList.begin(), TheList.begin() + Mid); in reduceList()
121 std::vector<ElTy> Suffix(TheList.begin() + Mid, TheList.end()); in reduceList()
147 MidTop = Mid; in reduceList()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h82 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2); in medianOf3() local
84 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start) in medianOf3()
86 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1) in medianOf3()
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dti,tas5086.txt24 If given, channel X will start with the Mid-Z start
29 power stages are compatible to Mid-Z - please refer
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp244 unsigned Mid = Size / 2; in SwitchConvert() local
245 std::vector<CaseRange> LHS(Begin, Begin + Mid); in SwitchConvert()
247 std::vector<CaseRange> RHS(Begin + Mid, End); in SwitchConvert()
250 CaseRange &Pivot = *(Begin + Mid); in SwitchConvert()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacstruct.h302 } Mid; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp359 size_t Mid = Len >> 1; in find() local
360 if (Pos < I[Mid].end) { in find()
361 Len = Mid; in find()
363 I += Mid + 1; in find()
364 Len -= Mid + 1; in find()
H A DStackColoring.cpp1335 auto Mid = FirstS.begin() + OldSize; in runOnMachineFunction() local
1336 std::inplace_merge(FirstS.begin(), Mid, FirstS.end()); in runOnMachineFunction()
H A DRDFLiveness.cpp660 auto ClearIn = [] (RegisterRef RR, const RegisterAggr &Mid, SubMap &SM) { in computePhiInfo() argument
661 if (Mid.empty()) in computePhiInfo()
666 RegisterRef S = Mid.clearIn(RR); in computePhiInfo()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp367 unsigned Mid = Contexts.size() / 2; in mergeInstrProfile() local
369 assert(Mid > 0 && "Expected more than one context"); in mergeInstrProfile()
371 for (unsigned I = 0; I < Mid; ++I) in mergeInstrProfile()
373 Contexts[I + Mid].get()); in mergeInstrProfile()
380 End = Mid; in mergeInstrProfile()
381 Mid /= 2; in mergeInstrProfile()
382 } while (Mid > 0); in mergeInstrProfile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2862 const auto &Mid = Indices.begin() + Indices.size() / 2; in lowerVECTOR_SHUFFLE_PCKEV() local
2865 if (fitsRegularPattern<int>(Begin, 1, Mid, 0, 2)) in lowerVECTOR_SHUFFLE_PCKEV()
2867 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size(), 2)) in lowerVECTOR_SHUFFLE_PCKEV()
2872 if (fitsRegularPattern<int>(Mid, 1, End, 0, 2)) in lowerVECTOR_SHUFFLE_PCKEV()
2874 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size(), 2)) in lowerVECTOR_SHUFFLE_PCKEV()
2905 const auto &Mid = Indices.begin() + Indices.size() / 2; in lowerVECTOR_SHUFFLE_PCKOD() local
2908 if (fitsRegularPattern<int>(Begin, 1, Mid, 1, 2)) in lowerVECTOR_SHUFFLE_PCKOD()
2910 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size() + 1, 2)) in lowerVECTOR_SHUFFLE_PCKOD()
2915 if (fitsRegularPattern<int>(Mid, 1, End, 1, 2)) in lowerVECTOR_SHUFFLE_PCKOD()
2917 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size() + 1, 2)) in lowerVECTOR_SHUFFLE_PCKOD()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp731 Scatterer Mid = scatter(&BCI, V); in visitBitCastInst() local
733 Res[ResI++] = Mid[MidI]; in visitBitCastInst()
/freebsd-13.1/share/dict/
H A Dweb2a35285 Mid-african
35291 Mid-april
35294 Mid-asian
35296 Mid-august
35352 Mid-empire
35353 Mid-europe
35370 Mid-july
35371 Mid-june
35381 Mid-march
35383 Mid-may
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12311 int Lo = Lane, Mid = Lane + NumHalfLaneElts, Hi = Lane + NumLaneElts; in lowerShuffleAsUNPCKAndPermute() local
12312 MatchLo &= isUndefOrInRange(M, Lo, Mid) || in lowerShuffleAsUNPCKAndPermute()
12313 isUndefOrInRange(M, NumElts + Lo, NumElts + Mid); in lowerShuffleAsUNPCKAndPermute()
12314 MatchHi &= isUndefOrInRange(M, Mid, Hi) || in lowerShuffleAsUNPCKAndPermute()
12315 isUndefOrInRange(M, NumElts + Mid, NumElts + Hi); in lowerShuffleAsUNPCKAndPermute()
45519 SDValue Mid = truncateVectorWithPACK(X86ISD::PACKUS, MVT::v16i16, USatVal, in combineTruncateWithSat() local
45521 assert(Mid && "Failed to pack!"); in combineTruncateWithSat()
45522 return DAG.getNode(X86ISD::VTRUNCUS, DL, VT, Mid); in combineTruncateWithSat()
45548 SDValue Mid = truncateVectorWithPACK(X86ISD::PACKSS, MidVT, USatVal, DL, in combineTruncateWithSat() local
45550 assert(Mid && "Failed to pack!"); in combineTruncateWithSat()
[all …]
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt13148 Fixed an interpreter problem with the Mid() operator in the case of an
13384 This was the Index argument to the Index, Mid, and Match operators.
13914 Fixed a problem with the Mid() ASL/AML operator where it did not work
18079 Support for the ACPI 2.0 "Mid" ASL operator has been implemented.