Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsInstrInfo.h66 bool AllowModify) const override;
82 bool AllowModify,
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/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp99 bool AllowModify) const { in analyzeBranch()
145 if (AllowModify) in analyzeBranch()
DNVPTXInstrInfo.h62 bool AllowModify) const override;
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp193 bool AllowModify) const { in analyzeBranch()
254 if (AllowModify) in analyzeBranch()
262 if (AllowModify) in analyzeBranch()
DXCoreInstrInfo.h55 bool AllowModify) const override;
/openbsd/src/gnu/llvm/llvm/lib/Target/BPF/
DBPFInstrInfo.h53 bool AllowModify) const override;
DBPFInstrInfo.cpp170 bool AllowModify) const { in analyzeBranch()
191 if (!AllowModify) { in analyzeBranch()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.h58 bool AllowModify = false) const override;
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h62 bool AllowModify) const override;
DMSP430InstrInfo.cpp168 bool AllowModify) const { in analyzeBranch()
194 if (!AllowModify) { in analyzeBranch()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/
DARCInstrInfo.h56 bool AllowModify) const override;
DARCInstrInfo.cpp174 bool AllowModify) const { in analyzeBranch()
230 if (AllowModify) { in analyzeBranch()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86InstrInfo.h148 bool AllowModify) const;
328 bool AllowModify) const override;
348 bool AllowModify = false) const override;
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp263 bool AllowModify) const { in analyzeBranch()
292 if (!AllowModify) { in analyzeBranch()
326 if (AllowModify && UnCondBrIter != MBB.end() && in analyzeBranch()
DAVRInstrInfo.h97 bool AllowModify = false) const override;
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcInstrInfo.h72 bool AllowModify = false) const override;
DSparcInstrInfo.cpp228 bool AllowModify) const { in analyzeBranch()
260 if (AllowModify && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
298 if (AllowModify) in analyzeBranch()
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVEInstrInfo.h68 bool AllowModify = false) const override;
/openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h90 bool AllowModify) const override;
DLanaiInstrInfo.cpp564 bool AllowModify) const { in analyzeBranch()
589 if (!AllowModify) { in analyzeBranch()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h215 bool AllowModify = false) const override;
218 bool AllowModify) const override;
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h169 bool AllowModify) const override;
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVInstrInfo.h92 bool AllowModify) const override;
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h229 bool AllowModify) const override;

12