Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h242 bool isPreISelOpcode() const { return Flags & (1ULL << MCID::PreISelOpcode); } in isPreISelOpcode() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h257 bool isPreISelOpcode() const { return Flags & (1ULL << MCID::PreISelOpcode); } in isPreISelOpcode() function
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h236 bool isPreISelOpcode : 1; variable