/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Parallel.h | 117 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2); in medianOf3() local 119 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start) in medianOf3() 121 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1) in medianOf3()
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ListReducer.h | 119 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/sys/contrib/device-tree/Bindings/sound/ |
H A D | ti,tas5086.txt | 24 If given, channel X will start with the Mid-Z start 29 power stages are compatible to Mid-Z - please refer
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 250 unsigned Mid = Size / 2; in SwitchConvert() local 251 std::vector<CaseRange> LHS(Begin, Begin + Mid); in SwitchConvert() 253 std::vector<CaseRange> RHS(Begin + Mid, End); in SwitchConvert() 256 CaseRange &Pivot = *(Begin + Mid); in SwitchConvert()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acstruct.h | 302 } Mid; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 738 const auto &Mid = Mask.begin() + Mask.size() / 2; in lowerVECTOR_SHUFFLE_VPICKEV() local 742 if (fitsRegularPattern<int>(Begin, 1, Mid, 0, 2)) in lowerVECTOR_SHUFFLE_VPICKEV() 744 else if (fitsRegularPattern<int>(Begin, 1, Mid, Mask.size(), 2)) in lowerVECTOR_SHUFFLE_VPICKEV() 749 if (fitsRegularPattern<int>(Mid, 1, End, 0, 2)) in lowerVECTOR_SHUFFLE_VPICKEV() 751 else if (fitsRegularPattern<int>(Mid, 1, End, Mask.size(), 2)) in lowerVECTOR_SHUFFLE_VPICKEV() 780 const auto &Mid = Mask.begin() + Mask.size() / 2; in lowerVECTOR_SHUFFLE_VPICKOD() local 784 if (fitsRegularPattern<int>(Begin, 1, Mid, 1, 2)) in lowerVECTOR_SHUFFLE_VPICKOD() 786 else if (fitsRegularPattern<int>(Begin, 1, Mid, Mask.size() + 1, 2)) in lowerVECTOR_SHUFFLE_VPICKOD() 791 if (fitsRegularPattern<int>(Mid, 1, End, 1, 2)) in lowerVECTOR_SHUFFLE_VPICKOD() 793 else if (fitsRegularPattern<int>(Mid, 1, End, Mask.size() + 1, 2)) in lowerVECTOR_SHUFFLE_VPICKOD() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 1315 auto Mid = FirstS.begin() + OldSize; in runOnMachineFunction() local 1316 std::inplace_merge(FirstS.begin(), Mid, FirstS.end()); in runOnMachineFunction()
|
H A D | RDFLiveness.cpp | 661 auto ClearIn = [](RegisterRef RR, const RegisterAggr &Mid, SubMap &SM) { in computePhiInfo() argument 662 if (Mid.empty()) in computePhiInfo() 667 RegisterRef S = Mid.clearIn(RR); in computePhiInfo()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 971 unsigned Mid = Contexts.size() / 2; in mergeInstrProfile() local 973 assert(Mid > 0 && "Expected more than one context"); in mergeInstrProfile() 975 for (unsigned I = 0; I < Mid; ++I) in mergeInstrProfile() 977 Contexts[I + Mid].get()); in mergeInstrProfile() 984 End = Mid; in mergeInstrProfile() 985 Mid /= 2; in mergeInstrProfile() 986 } while (Mid > 0); in mergeInstrProfile()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 2857 const auto &Mid = Indices.begin() + Indices.size() / 2; in lowerVECTOR_SHUFFLE_PCKEV() local 2860 if (fitsRegularPattern<int>(Begin, 1, Mid, 0, 2)) in lowerVECTOR_SHUFFLE_PCKEV() 2862 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size(), 2)) in lowerVECTOR_SHUFFLE_PCKEV() 2867 if (fitsRegularPattern<int>(Mid, 1, End, 0, 2)) in lowerVECTOR_SHUFFLE_PCKEV() 2869 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size(), 2)) in lowerVECTOR_SHUFFLE_PCKEV() 2900 const auto &Mid = Indices.begin() + Indices.size() / 2; in lowerVECTOR_SHUFFLE_PCKOD() local 2903 if (fitsRegularPattern<int>(Begin, 1, Mid, 1, 2)) in lowerVECTOR_SHUFFLE_PCKOD() 2905 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size() + 1, 2)) in lowerVECTOR_SHUFFLE_PCKOD() 2910 if (fitsRegularPattern<int>(Mid, 1, End, 1, 2)) in lowerVECTOR_SHUFFLE_PCKOD() 2912 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size() + 1, 2)) in lowerVECTOR_SHUFFLE_PCKOD()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 929 Scatterer Mid = scatter(&BCI, V, MidVS); in visitBitCastInst() local 931 Res[ResI++] = Mid[J]; in visitBitCastInst()
|
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/ |
H A D | nuvoton-npcm730-kudo.dts | 521 // Mid-Fan
|
/freebsd/share/dict/ |
H A D | web2a | 35285 Mid-african 35289 Mid-america 35290 Mid-american 35291 Mid-april 35294 Mid-asian 35295 Mid-atlantic 35296 Mid-august 35301 Mid-cambrian 35314 Mid-december 35352 Mid-empire [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 10876 int Lo = Lane, Mid = Lane + NumHalfLaneElts, Hi = Lane + NumLaneElts; in lowerShuffleAsUNPCKAndPermute() local 10877 MatchLoAnyLane |= isUndefOrInRange(NormM, Lo, Mid); in lowerShuffleAsUNPCKAndPermute() 10878 MatchHiAnyLane |= isUndefOrInRange(NormM, Mid, Hi); in lowerShuffleAsUNPCKAndPermute() 51055 SDValue Mid = truncateVectorWithPACK(X86ISD::PACKUS, MVT::v16i16, USatVal, in combineTruncateWithSat() local 51057 assert(Mid && "Failed to pack!"); in combineTruncateWithSat() 51058 return DAG.getNode(X86ISD::VTRUNCUS, DL, VT, Mid); in combineTruncateWithSat() 51082 SDValue Mid = truncateVectorWithPACK(X86ISD::PACKSS, MidVT, USatVal, DL, in combineTruncateWithSat() local 51084 assert(Mid && "Failed to pack!"); in combineTruncateWithSat() 51085 SDValue V = truncateVectorWithPACK(X86ISD::PACKUS, VT, Mid, DL, DAG, in combineTruncateWithSat()
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 13717 Fixed an interpreter problem with the Mid() operator in the case of an 13953 This was the Index argument to the Index, Mid, and Match operators. 14483 Fixed a problem with the Mid() ASL/AML operator where it did not work 18648 Support for the ACPI 2.0 "Mid" ASL operator has been implemented.
|
/freebsd/share/misc/ |
H A D | usb_vendors | 18457 022d Blade Stealth (Mid 2017) 18472 0245 Blade 15 (Mid 2019) Mercury 18473 0246 Blade 15 (Mid 2019) Base Model
|