Searched refs:CheckOk (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp127 bool CheckOk = Check ? Check->check(false) : true; local
128 if (!CheckOk)
152 CheckOk = Check ? Check->check(true) : true;
153 if (!CheckOk)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp474 bool CheckOk = HexagonMCInstrInfo::canonicalizePacket(MII, getSTI(), local
478 if (CheckOk) {

Completed in 59 milliseconds