Home
last modified time | relevance | path

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

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