Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp90 bool AllowModify) const { in AnalyzeBranch()
92 BranchType BT = AnalyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs); in AnalyzeBranch()
180 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, in AnalyzeBranch() argument
241 if (!AllowModify) in AnalyzeBranch()
H A DMipsInstrInfo.h57 bool AllowModify) const override;
72 bool AllowModify,
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h65 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const override;
H A DNVPTXInstrInfo.cpp172 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const { in AnalyzeBranch()
218 if (AllowModify) in AnalyzeBranch()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h69 bool AllowModify = false) const override ;
H A DSparcInstrInfo.cpp132 bool AllowModify) const in AnalyzeBranch()
155 if (!AllowModify) { in AnalyzeBranch()
186 if (AllowModify && UnCondBrIter != MBB.end() && in AnalyzeBranch()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h81 bool AllowModify) const override;
H A DMSP430InstrInfo.cpp176 bool AllowModify) const { in AnalyzeBranch()
202 if (!AllowModify) { in AnalyzeBranch()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h56 bool AllowModify) const override;
H A DXCoreInstrInfo.cpp197 bool AllowModify) const { in AnalyzeBranch()
264 if (AllowModify) in AnalyzeBranch()
272 if (AllowModify) in AnalyzeBranch()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h141 bool AllowModify) const override;
H A DPPCInstrInfo.cpp348 bool AllowModify) const { in AnalyzeBranch()
503 if (AllowModify) in AnalyzeBranch()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h146 bool AllowModify) const override;
H A DSystemZInstrInfo.cpp245 bool AllowModify) const { in AnalyzeBranch()
277 if (!AllowModify) { in AnalyzeBranch()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h140 bool AllowModify = false) const override;
H A DAArch64InstrInfo.cpp97 bool AllowModify) const { in AnalyzeBranch()
135 if (AllowModify && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
167 if (AllowModify) in AnalyzeBranch()
176 if (AllowModify) in AnalyzeBranch()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h65 bool AllowModify) const override;
H A DHexagonInstrInfo.cpp179 bool AllowModify) const { in AnalyzeBranch()
216 if (AllowModify && I->getOpcode() == Hexagon::J2_jump && in AnalyzeBranch()
291 if (AllowModify) in AnalyzeBranch()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DR600InstrInfo.h163 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const override;
H A DR600InstrInfo.cpp701 bool AllowModify) const { in AnalyzeBranch()
725 if (AllowModify) in AnalyzeBranch()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h251 bool AllowModify) const override;
H A DX86InstrInfo.cpp2963 bool AllowModify) const { in AnalyzeBranch()
2987 if (!AllowModify) { in AnalyzeBranch()
3021 if (AllowModify && UnCondBrIter != MBB.end() && in AnalyzeBranch()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h116 bool AllowModify = false) const override;
H A DARMBaseInstrInfo.cpp279 bool AllowModify) const { in AnalyzeBranch()
342 if (AllowModify) { in AnalyzeBranch()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrInfo.h389 bool AllowModify = false) const {