Searched refs:ShiftBy (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | VecUtils.cpp | 18 for (unsigned ShiftBy = 1; ShiftBy < sizeof(Num) * 8; ShiftBy <<= 1) in getFloorPowerOf2() local 19 Mask |= Mask >> ShiftBy; in getFloorPowerOf2()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ |
| H A D | ARCInstPrinter.cpp | 187 void ARCInstPrinter::printU6ShiftedBy(unsigned ShiftBy, const MCInst *MI, in printU6ShiftedBy() argument 192 unsigned Value2 = Value >> ShiftBy; in printU6ShiftedBy() 193 if (Value2 > 0x3F || (Value2 << ShiftBy != Value)) { in printU6ShiftedBy() 197 if (ShiftBy) in printU6ShiftedBy() 198 errs() << " scaled by " << (1 << ShiftBy) << "\n"; in printU6ShiftedBy()
|
| H A D | ARCInstPrinter.h | 50 void printU6ShiftedBy(unsigned ShiftBy, const MCInst *MI, int OpNum,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.h | 196 void addShr(unsigned ShiftBy);
|
| H A D | DwarfExpression.cpp | 90 void DwarfExpression::addShr(unsigned ShiftBy) { in addShr() argument 91 emitConstu(ShiftBy); in addShr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 11892 SDValue ShiftBy = DAG.getConstant( in LowerSCALAR_TO_VECTOR() local 11894 Val = DAG.getNode(ISD::SHL, dl, MVT::i64, Val, ShiftBy); in LowerSCALAR_TO_VECTOR() 18803 SDValue ShiftBy = SDValue(CN1, 0); in combineSHL() local 18806 if (ShiftBy.getValueType() == MVT::i64) in combineSHL() 18807 ShiftBy = DCI.DAG.getConstant(CN1->getZExtValue(), DL, MVT::i32); in combineSHL() 18810 ShiftBy); in combineSHL()
|