Home
last modified time | relevance | path

Searched refs:LegalTerminator (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h33 enum InstrType { Legal, LegalTerminator, Illegal, Invisible }; enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp341 case InstrType::LegalTerminator: in convertToUnsignedVec()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6344 UnknownCallOutlineType = outliner::InstrType::LegalTerminator; in getOutliningTypeImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp8892 UnknownCallOutlineType = outliner::InstrType::LegalTerminator; in getOutliningTypeImpl()