Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h479 bool isCommutable() const { return Flags & (1ULL << MCID::Commutable); } in isCommutable() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h278 bool isCommutable : 1; ///< Is a commutable instruction. variable