Home
last modified time | relevance | path

Searched refs:Invisible (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h33 enum InstrType { Legal, LegalTerminator, Illegal, Invisible }; enumerator
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h76 enum InstrType { Legal, Illegal, Invisible }; enumerator
542 InstrType visitDbgInfoIntrinsic(DbgInfoIntrinsic &DII) { return Invisible; } in visitDbgInfoIntrinsic()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOutliner.cpp307 case InstrType::Invisible: in convertToUnsignedVec()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1328 : outliner::InstrType::Invisible; in getOutliningType()
1360 return outliner::InstrType::Invisible; in getOutliningType()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp286 case InstrType::Invisible: in convertToUnsignedVec()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6267 return outliner::InstrType::Invisible; in getOutliningType()
6272 return outliner::InstrType::Invisible; in getOutliningType()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp7548 return outliner::InstrType::Invisible; in getOutliningType()
7553 return outliner::InstrType::Invisible; in getOutliningType()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp9587 return outliner::InstrType::Invisible; in getOutliningType()
9592 return outliner::InstrType::Invisible; in getOutliningType()