Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h178 HasPostISelHook, enumerator
519 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1225 return hasProperty(MCID::HasPostISelHook, Type);