Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h485 bool isCommutable() const { return Flags & (1ULL << MCID::Commutable); } in isCommutable() function
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h278 bool isCommutable : 1; ///< Is a commutable instruction. variable
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.h269 bool isCommutable : 1; variable