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

  /external/llvm/lib/Target/AArch64/
AArch64ConditionOptimizer.cpp 245 const int OldImm = (int)CmpMI->getOperand(2).getImm();
246 const int NewImm = std::abs(OldImm + Correction);
250 if (OldImm == 0 && ((Negative && Correction == 1) ||
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ConditionOptimizer.cpp 256 const int OldImm = (int)CmpMI->getOperand(2).getImm();
257 const int NewImm = std::abs(OldImm + Correction);
261 if (OldImm == 0 && ((Negative && Correction == 1) ||
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIRegisterInfo.cpp     [all...]

Completed in 645 milliseconds