Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h66 bool AllowModify) const override;
82 bool AllowModify,
H A DMipsInstrInfo.cpp112 bool AllowModify) const { in analyzeBranch()
114 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs); in analyzeBranch()
206 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, in analyzeBranch() argument
272 if (!AllowModify) in analyzeBranch()
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp99 bool AllowModify) const { in analyzeBranch()
145 if (AllowModify) in analyzeBranch()
H A DNVPTXInstrInfo.h62 bool AllowModify) const override;
/openbsd/gnu/llvm/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;
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.h42 bool AllowModify = false) const override;
H A DSPIRVInstrInfo.cpp175 bool AllowModify) const { in analyzeBranch()
/openbsd/gnu/llvm/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;
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h58 bool AllowModify = false) const override;
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h72 bool AllowModify = false) const override;
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.h68 bool AllowModify = false) const override;
/openbsd/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp263 bool AllowModify) const { in analyzeBranch()
292 if (!AllowModify) { in analyzeBranch()
326 if (AllowModify && UnCondBrIter != MBB.end() && in analyzeBranch()
H A DAVRInstrInfo.h97 bool AllowModify = false) const override;
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h148 bool AllowModify) const;
328 bool AllowModify) const override;
348 bool AllowModify = false) const override;
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.h58 bool AllowModify) const override;
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEInstrInfo.h68 bool AllowModify = false) const override;
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h90 bool AllowModify) const override;

12