Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h66 bool AllowModify) const override;
82 bool AllowModify,
H A DMipsInstrInfo.cpp99 bool AllowModify) const { in analyzeBranch()
101 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs); in analyzeBranch()
193 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, in analyzeBranch() argument
259 if (!AllowModify) in analyzeBranch()
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp86 bool AllowModify) const { in AnalyzeBranchImpl()
127 if (!AllowModify) in AnalyzeBranchImpl()
194 if (AllowModify && MBB.isLayoutSuccessor(CondBranchTarget)) { in AnalyzeBranchImpl()
252 bool AllowModify) const { in analyzeBranch()
253 return AnalyzeBranchImpl(MBB, TBB, FBB, Cond, AllowModify); in analyzeBranch()
H A DM68kInstrInfo.h257 bool AllowModify) const override;
262 bool AllowModify) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h140 bool AllowModify) const;
318 bool AllowModify) const override;
338 bool AllowModify = false) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp168 bool AllowModify) const { in analyzeBranch()
189 if (!AllowModify) { in analyzeBranch()
H A DBPFInstrInfo.h51 bool AllowModify) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h59 bool AllowModify = false) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp267 bool AllowModify) const { in analyzeBranch()
296 if (!AllowModify) { in analyzeBranch()
332 if (AllowModify && UnCondBrIter != MBB.end() && in analyzeBranch()
H A DAVRInstrInfo.h95 bool AllowModify = false) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp167 bool AllowModify) const { in analyzeBranch()
193 if (!AllowModify) { in analyzeBranch()
H A DMSP430InstrInfo.h62 bool AllowModify) const override;
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEInstrInfo.h68 bool AllowModify = false) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h90 bool AllowModify) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h201 bool AllowModify = false) const override;
204 bool AllowModify) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h64 bool AllowModify) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h170 bool AllowModify) const override;

12