Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrDesc.h176 HasPostISelHook, enumerator
514 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1100 return hasProperty(MCID::HasPostISelHook, Type);