Home
last modified time | relevance | path

Searched refs:ShiftBy (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
H A Dgc.d719 biti = cast(size_t)(p - pool.baseAddr) >> Pool.ShiftBy.Small;
896 biti = cast(size_t)(p - pool.baseAddr) >> pool.ShiftBy.Large;
910 biti = cast(size_t)(p - pool.baseAddr) >> pool.ShiftBy.Small;
1645 auto biti = cast(size_t)(cast(void*)list - pool.baseAddr) >> Pool.ShiftBy.Small;
2342 biti = offsetBase >> Pool.ShiftBy.Small;
2360 biti = offset >> Pool.ShiftBy.Large;
2381 biti = pn * (PAGESIZE >> Pool.ShiftBy.Large);
3189 biti = baseOffset(offset, bins) >> pool.ShiftBy.Small;
3195 biti = pn * (PAGESIZE >> pool.ShiftBy.Large);
3200 biti = pn * (PAGESIZE >> pool.ShiftBy.Large);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp89 void DwarfExpression::addShr(unsigned ShiftBy) { in addShr() argument
90 emitConstu(ShiftBy); in addShr()
H A DDwarfExpression.h258 void addShr(unsigned ShiftBy);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16491 SDValue ShiftBy = SDValue(CN1, 0); in combineSHL() local
16494 if (ShiftBy.getValueType() == MVT::i64) in combineSHL()
16495 ShiftBy = DCI.DAG.getConstant(CN1->getZExtValue(), DL, MVT::i32); in combineSHL()
16498 ShiftBy); in combineSHL()