Home
last modified time | relevance | path

Searched refs:getOutliningType (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h152 outliner::InstrType getOutliningType(MachineBasicBlock::iterator &MBBI,
H A DRISCVInstrInfo.cpp1312 RISCVInstrInfo::getOutliningType(MachineBasicBlock::iterator &MBBI, in getOutliningType() function in RISCVInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h293 getOutliningType(MachineBasicBlock::iterator &MIT, unsigned Flags) const override;
H A DAArch64InstrInfo.cpp7513 AArch64InstrInfo::getOutliningType(MachineBasicBlock::iterator &MIT, in getOutliningType() function in AArch64InstrInfo
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h554 getOutliningType(MachineBasicBlock::iterator &MIT, unsigned Flags) const override;
H A DX86InstrInfo.cpp9583 X86InstrInfo::getOutliningType(MachineBasicBlock::iterator &MIT, unsigned Flags) const { in getOutliningType() function in X86InstrInfo
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOutliner.cpp287 switch (TII.getOutliningType(It, Flags)) { in convertToUnsignedVec()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h354 outliner::InstrType getOutliningType(MachineBasicBlock::iterator &MIT,
H A DARMBaseInstrInfo.cpp6256 ARMBaseInstrInfo::getOutliningType(MachineBasicBlock::iterator &MIT, in getOutliningType() function in ARMBaseInstrInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1926 getOutliningType(MachineBasicBlock::iterator &MIT, unsigned Flags) const { in getOutliningType() function