Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrDesc.h388 bool isCommutable() const { return Flags & (1 << MCID::Commutable); } in isCommutable() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h240 bool isCommutable : 1; variable
/external/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h464 bool isCommutable() const { return Flags & (1ULL << MCID::Commutable); } in isCommutable() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h479 bool isCommutable() const { return Flags & (1ULL << MCID::Commutable); } in isCommutable() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DScheduleDAG.h278 bool isCommutable : 1; ///< Is a commutable instruction. variable
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h258 bool isCommutable : 1; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h278 bool isCommutable : 1; ///< Is a commutable instruction. variable