HomeSort by: relevance | last modified time | path
    Searched defs:isPostIncrement (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCInstrInfo.cpp 412 bool ARCInstrInfo::isPostIncrement(const MachineInstr &MI) const {
433 if (isPostIncrement(MI) || isPreIncrement(MI)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 1411 virtual bool isPostIncrement(const MachineInstr &MI) const { return false; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 1568 bool HexagonInstrInfo::isPostIncrement(const MachineInstr &MI) const {
1938 int OffsetA = isPostIncrement(MIa) ? 0 : OffA.getImm();
1939 int OffsetB = isPostIncrement(MIb) ? 0 : OffB.getImm();
1958 if (isPostIncrement(MI)) {
3197 !isMemOp(MI) && !isPostIncrement(MI))
3208 if (isPostIncrement(MI)) {
3226 if (!isAddrModeWithOffset(MI) && !isPostIncrement(MI))
3246 if (isPostIncrement(MI)) {

Completed in 20 milliseconds