Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp86 bool AllowModify) const { in analyzeBranch()
132 if (AllowModify) in analyzeBranch()
H A DNVPTXInstrInfo.h62 bool AllowModify) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h68 bool AllowModify) const override;
84 bool AllowModify,
H A DMipsInstrInfo.cpp121 bool AllowModify) const { in analyzeBranch()
123 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs); in analyzeBranch()
215 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, in analyzeBranch() argument
281 if (!AllowModify) in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp189 bool AllowModify) const { in analyzeBranch()
250 if (AllowModify) in analyzeBranch()
258 if (AllowModify) in analyzeBranch()
H A DXCoreInstrInfo.h55 bool AllowModify) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.h45 bool AllowModify = false) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h53 bool AllowModify = false) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.h53 bool AllowModify) const override;
H A DBPFInstrInfo.cpp170 bool AllowModify) const { in analyzeBranch()
191 if (!AllowModify) { in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h62 bool AllowModify) const override;
H A DMSP430InstrInfo.cpp163 bool AllowModify) const { in analyzeBranch()
189 if (!AllowModify) { in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp89 bool AllowModify) const { in AnalyzeBranchImpl()
130 if (!AllowModify) in AnalyzeBranchImpl()
197 if (AllowModify && MBB.isLayoutSuccessor(CondBranchTarget)) { in AnalyzeBranchImpl()
255 bool AllowModify) const { in analyzeBranch()
256 return AnalyzeBranchImpl(MBB, TBB, FBB, Cond, AllowModify); in analyzeBranch()
H A DM68kInstrInfo.h257 bool AllowModify) const override;
262 bool AllowModify) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.h68 bool AllowModify = false) const override;
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h72 bool AllowModify = false) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp265 bool AllowModify) const { in analyzeBranch()
294 if (!AllowModify) { in analyzeBranch()
328 if (AllowModify && UnCondBrIter != MBB.end() && in analyzeBranch()
H A DAVRInstrInfo.h99 bool AllowModify = false) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.h68 bool AllowModify = false) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.h62 bool AllowModify) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.h89 bool AllowModify) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h234 bool AllowModify) const;
430 bool AllowModify) const override;
452 bool AllowModify = false) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h92 bool AllowModify) const override;

12