Searched defs:Mid (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ListReducer.h | 119 unsigned Mid = MidTop / 2; in reduceList() local
|
/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
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 250 unsigned Mid = Size / 2; in SwitchConvert() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 1315 auto Mid = FirstS.begin() + OldSize; in runOnMachineFunction() local
|
H A D | RDFLiveness.cpp | 661 auto ClearIn = [](RegisterRef RR, const RegisterAggr &Mid, SubMap &SM) { in computePhiInfo()
|
/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 780 const auto &Mid = Mask.begin() + Mask.size() / 2; in lowerVECTOR_SHUFFLE_VPICKOD() local 1019 const auto &Mid = Mask.begin() + Mask.size() / 2; in lowerVECTOR_SHUFFLE_XVPICKEV() local 1054 const auto &Mid = Mask.begin() + Mask.size() / 2; in lowerVECTOR_SHUFFLE_XVPICKOD() local 1091 const auto &Mid = Mask.begin() + HalfSize; in lowerVECTOR_SHUFFLE_XVSHUF() local
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acstruct.h | 302 } Mid; member
|
/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 2900 const auto &Mid = Indices.begin() + Indices.size() / 2; in lowerVECTOR_SHUFFLE_PCKOD() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 929 Scatterer Mid = scatter(&BCI, V, MidVS); in visitBitCastInst() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 971 unsigned Mid = Contexts.size() / 2; in mergeInstrProfile() local
|
/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 51055 SDValue Mid = truncateVectorWithPACK(X86ISD::PACKUS, MVT::v16i16, USatVal, in combineTruncateWithSat() local 51082 SDValue Mid = truncateVectorWithPACK(X86ISD::PACKSS, MidVT, USatVal, DL, in combineTruncateWithSat() local
|