Home
last modified time | relevance | path

Searched refs:DeadNZCVIdx (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp889 int DeadNZCVIdx = CmpInstr.findRegisterDefOperandIdx(AArch64::NZCV, true); in optimizeCompareInstr() local
890 if (DeadNZCVIdx != -1) { in optimizeCompareInstr()
902 CmpInstr.RemoveOperand(DeadNZCVIdx); in optimizeCompareInstr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp1315 int DeadNZCVIdx = CmpInstr.findRegisterDefOperandIdx(AArch64::NZCV, true); in optimizeCompareInstr() local
1316 if (DeadNZCVIdx != -1) { in optimizeCompareInstr()
1328 CmpInstr.RemoveOperand(DeadNZCVIdx); in optimizeCompareInstr()