Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp1143 const TargetRegisterInfo *TRI, const AccessKind AccessToCheck = AK_All) { in areCFlagsAccessedBetweenInstrs() argument
1163 if (((AccessToCheck & AK_Write) && in areCFlagsAccessedBetweenInstrs()
1165 ((AccessToCheck & AK_Read) && Instr.readsRegister(AArch64::NZCV, TRI))) in areCFlagsAccessedBetweenInstrs()
1412 AccessKind AccessToCheck = AK_Write; in canInstrSubstituteCmpInstr() local
1414 AccessToCheck = AK_All; in canInstrSubstituteCmpInstr()
1415 if (areCFlagsAccessedBetweenInstrs(MI, CmpInstr, TRI, AccessToCheck)) in canInstrSubstituteCmpInstr()