Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h454 bool isCommutable() const { in isCommutable() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h388 bool isCommutable() const { return Flags & (1 << MCID::Commutable); } in isCommutable() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h231 bool isCommutable; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h430 bool isCommutable() const { return Flags & (1ULL << MCID::Commutable); } in isCommutable() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h243 bool isCommutable : 1; variable
/external/llvm/utils/TableGen/
DCodeGenInstruction.h240 bool isCommutable : 1; variable