Searched defs:isWriteZero (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/MCA/HardwareUnits/ | ||
H A D | RegisterFile.cpp | 47 bool WriteRef::isWriteZero() const { isWriteZero() function in llvm::mca::WriteRef |
/llvm-project/llvm/include/llvm/MCA/ | ||
H A D | Instruction.h | 288 bool isWriteZero() const { return WritesZero; } in isWriteZero() function |