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

  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 889 int DeadNZCVIdx = CmpInstr.findRegisterDefOperandIdx(AArch64::NZCV, true);
890 if (DeadNZCVIdx != -1) {
902 CmpInstr.RemoveOperand(DeadNZCVIdx);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp     [all...]

Completed in 1941 milliseconds