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

  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 385 int32_t LowOffset = HighOffset - 4;
390 LowOffset);
395 DAG.getConstant(LowOffset, DL, MVT::i32));
399 SDValue LowShift = DAG.getConstant((Offset - LowOffset) * 8, DL, MVT::i32);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 638 int LowOffset = OffsetA < OffsetB ? OffsetA : OffsetB;
640 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
641 if (LowOffset + LowWidth <= HighOffset)
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]

Completed in 515 milliseconds