Home
last modified time | relevance | path

Searched refs:HasPostISelHook (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h120 HasPostISelHook, enumerator
493 return Flags & (1 << MCID::HasPostISelHook); in hasPostISelHook()
/external/llvm/include/llvm/MC/
DMCInstrDesc.h121 HasPostISelHook, enumerator
424 bool hasPostISelHook() const { return Flags & (1 << MCID::HasPostISelHook); } in hasPostISelHook()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h685 return hasProperty(MCID::HasPostISelHook, Type);