Home
last modified time | relevance | path

Searched defs:isCommutable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h267 bool isCommutable : 1; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h481 bool isCommutable() const { return Flags & (1ULL << MCID::Commutable); } in isCommutable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h278 bool isCommutable : 1; ///< Is a commutable instruction. variable