Searched defs:Mid (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | ListReducer.h | 119 unsigned Mid = MidTop / 2; in reduceList() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Parallel.h | 82 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2); in medianOf3() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 244 unsigned Mid = Size / 2; in SwitchConvert() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 1335 auto Mid = FirstS.begin() + OldSize; in runOnMachineFunction() local
|
H A D | RDFLiveness.cpp | 660 auto ClearIn = [] (RegisterRef RR, const RegisterAggr &Mid, SubMap &SM) { in computePhiInfo()
|
H A D | LiveInterval.cpp | 359 size_t Mid = Len >> 1; in find() local
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | acstruct.h | 194 } Mid; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 726 Scatterer Mid = scatter(&BCI, V); in visitBitCastInst() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 2862 const auto &Mid = Indices.begin() + Indices.size() / 2; in lowerVECTOR_SHUFFLE_PCKEV() local 2905 const auto &Mid = Indices.begin() + Indices.size() / 2; in lowerVECTOR_SHUFFLE_PCKOD() local
|
/netbsd-src/sys/arch/emips/ebus/ |
H A D | flash_ebus.c | 1127 uint8_t Mid, Did; in flash_identify() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 367 unsigned Mid = Contexts.size() / 2; in mergeInstrProfile() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 12275 int Lo = Lane, Mid = Lane + NumHalfLaneElts, Hi = Lane + NumLaneElts; in lowerShuffleAsUNPCKAndPermute() local 45198 SDValue Mid = truncateVectorWithPACK(X86ISD::PACKUS, MVT::v16i16, USatVal, in combineTruncateWithSat() local 45227 SDValue Mid = truncateVectorWithPACK(X86ISD::PACKSS, MidVT, USatVal, DL, in combineTruncateWithSat() local
|