Home
last modified time | relevance | path

Searched refs:AllowModify (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp99 bool AllowModify) const { in analyzeBranch()
145 if (AllowModify) in analyzeBranch()
H A DNVPTXInstrInfo.h59 bool AllowModify) const override;
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h66 bool AllowModify) const override;
82 bool AllowModify,
H A DMipsInstrInfo.cpp111 bool AllowModify) const { in analyzeBranch()
113 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs); in analyzeBranch()
205 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, in analyzeBranch() argument
271 if (!AllowModify) in analyzeBranch()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.h39 bool AllowModify = false) const override;
H A DSPIRVInstrInfo.cpp125 bool AllowModify) const { in analyzeBranch()
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp193 bool AllowModify) const { in analyzeBranch()
254 if (AllowModify) in analyzeBranch()
262 if (AllowModify) in analyzeBranch()
H A DXCoreInstrInfo.h55 bool AllowModify) const override;
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp87 bool AllowModify) const { in AnalyzeBranchImpl()
128 if (!AllowModify) in AnalyzeBranchImpl()
195 if (AllowModify && MBB.isLayoutSuccessor(CondBranchTarget)) { in AnalyzeBranchImpl()
253 bool AllowModify) const { in analyzeBranch()
254 return AnalyzeBranchImpl(MBB, TBB, FBB, Cond, AllowModify); in analyzeBranch()
H A DM68kInstrInfo.h257 bool AllowModify) const override;
262 bool AllowModify) const;
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFInstrInfo.h51 bool AllowModify) const override;
H A DBPFInstrInfo.cpp168 bool AllowModify) const { in analyzeBranch()
189 if (!AllowModify) { in analyzeBranch()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h58 bool AllowModify = false) const override;
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h62 bool AllowModify) const override;
H A DMSP430InstrInfo.cpp168 bool AllowModify) const { in analyzeBranch()
194 if (!AllowModify) { in analyzeBranch()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h70 bool AllowModify = false) const override;
H A DSparcInstrInfo.cpp163 bool AllowModify) const { in analyzeBranch()
195 if (AllowModify && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
233 if (AllowModify) in analyzeBranch()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.h66 bool AllowModify = false) const override;
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCInstrInfo.h56 bool AllowModify) const override;
H A DARCInstrInfo.cpp174 bool AllowModify) const { in analyzeBranch()
230 if (AllowModify) { in analyzeBranch()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp274 bool AllowModify) const { in analyzeBranch()
303 if (!AllowModify) { in analyzeBranch()
337 if (AllowModify && UnCondBrIter != MBB.end() && in analyzeBranch()
H A DAVRInstrInfo.h95 bool AllowModify = false) const override;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h148 bool AllowModify) const;
328 bool AllowModify) const override;
348 bool AllowModify = false) const override;
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEInstrInfo.h68 bool AllowModify = false) const override;
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h90 bool AllowModify) const override;

12