HomeSort by relevance Sort by last modified time
    Searched refs:ShiftBits (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 418 // rlwinm rA, rA, ShiftBits, 0, 31.
462 unsigned ShiftBits = getEncodingValue(DestReg)*4;
463 // rlwinm r11, r11, 32-ShiftBits, 0, 31.
465 .addReg(Reg1, RegState::Kill).addImm(32-ShiftBits).addImm(0)
536 // rlwinm rA, rA, ShiftBits, 0, 0.
578 unsigned ShiftBits = getEncodingValue(DestReg);
579 // rlwimi r11, r10, 32-ShiftBits, ..., ...
582 .addImm(ShiftBits ? 32-ShiftBits : 0)
583 .addImm(ShiftBits).addImm(ShiftBits)
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 403 if (unsigned ShiftBits = 64 - DL->getPointerSizeInBits(AS)) {
404 Scale <<= ShiftBits;
405 Scale = (int64_t)Scale >> ShiftBits;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 334 milliseconds