| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.cpp | 90 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 D | MipsInstrInfo.h | 57 bool AllowModify) const override; 72 bool AllowModify,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.h | 65 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const override;
|
| H A D | NVPTXInstrInfo.cpp | 172 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const { in AnalyzeBranch() 218 if (AllowModify) in AnalyzeBranch()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.h | 69 bool AllowModify = false) const override ;
|
| H A D | SparcInstrInfo.cpp | 132 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 D | MSP430InstrInfo.h | 81 bool AllowModify) const override;
|
| H A D | MSP430InstrInfo.cpp | 176 bool AllowModify) const { in AnalyzeBranch() 202 if (!AllowModify) { in AnalyzeBranch()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.h | 56 bool AllowModify) const override;
|
| H A D | XCoreInstrInfo.cpp | 197 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 D | PPCInstrInfo.h | 141 bool AllowModify) const override;
|
| H A D | PPCInstrInfo.cpp | 348 bool AllowModify) const { in AnalyzeBranch() 503 if (AllowModify) in AnalyzeBranch()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.h | 146 bool AllowModify) const override;
|
| H A D | SystemZInstrInfo.cpp | 245 bool AllowModify) const { in AnalyzeBranch() 277 if (!AllowModify) { in AnalyzeBranch()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 140 bool AllowModify = false) const override;
|
| H A D | AArch64InstrInfo.cpp | 97 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 D | HexagonInstrInfo.h | 65 bool AllowModify) const override;
|
| H A D | HexagonInstrInfo.cpp | 179 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 D | R600InstrInfo.h | 163 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const override;
|
| H A D | R600InstrInfo.cpp | 701 bool AllowModify) const { in AnalyzeBranch() 725 if (AllowModify) in AnalyzeBranch()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 251 bool AllowModify) const override;
|
| H A D | X86InstrInfo.cpp | 2963 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 D | ARMBaseInstrInfo.h | 116 bool AllowModify = false) const override;
|
| H A D | ARMBaseInstrInfo.cpp | 279 bool AllowModify) const { in AnalyzeBranch() 342 if (AllowModify) { in AnalyzeBranch()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetInstrInfo.h | 389 bool AllowModify = false) const {
|