Home
last modified time | relevance | path

Searched defs:hasPostISelHook (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h492 bool hasPostISelHook() const { in hasPostISelHook() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h424 bool hasPostISelHook() const { return Flags & (1 << MCID::HasPostISelHook); } in hasPostISelHook() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h236 bool hasPostISelHook; variable
/external/llvm/utils/TableGen/
DCodeGenInstruction.h245 bool hasPostISelHook : 1; variable