Searched refs:AllowModify (Results 1 – 25 of 30) sorted by relevance
12
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 90 bool AllowModify) const { in AnalyzeBranch() 92 BranchType BT = AnalyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs); in AnalyzeBranch() 179 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, in AnalyzeBranch() argument 240 if (!AllowModify) in AnalyzeBranch()
|
D | MipsInstrInfo.h | 57 bool AllowModify) const override; 71 bool AllowModify,
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.cpp | 82 bool AllowModify) const { in AnalyzeBranch() 103 if (!AllowModify) { in AnalyzeBranch()
|
D | BPFInstrInfo.h | 50 bool AllowModify) const override;
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.cpp | 197 bool AllowModify) const { in AnalyzeBranch() 259 if (AllowModify) in AnalyzeBranch() 267 if (AllowModify) in AnalyzeBranch()
|
D | XCoreInstrInfo.h | 56 bool AllowModify) const override;
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.h | 44 bool AllowModify = false) const override;
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.cpp | 150 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const { in AnalyzeBranch() 196 if (AllowModify) in AnalyzeBranch()
|
D | NVPTXInstrInfo.h | 64 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const override;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 174 bool AllowModify) const; 313 bool AllowModify) const override; 320 bool AllowModify = false) const override;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 71 bool AllowModify = false) const override ;
|
D | SparcInstrInfo.cpp | 131 bool AllowModify) const in AnalyzeBranch() 154 if (!AllowModify) { in AnalyzeBranch() 185 if (AllowModify && UnCondBrIter != MBB.end() && in AnalyzeBranch()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.h | 81 bool AllowModify) const override;
|
D | MSP430InstrInfo.cpp | 174 bool AllowModify) const { in AnalyzeBranch() 200 if (!AllowModify) { in AnalyzeBranch()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600InstrInfo.h | 69 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const;
|
D | R600InstrInfo.cpp | 181 bool AllowModify) const in AnalyzeBranch()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 149 bool AllowModify) const override;
|
D | SystemZInstrInfo.cpp | 251 bool AllowModify) const { in AnalyzeBranch() 283 if (!AllowModify) { in AnalyzeBranch()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 140 bool AllowModify = false) const override;
|
D | AArch64InstrInfo.cpp | 96 bool AllowModify) const { in AnalyzeBranch() 129 if (AllowModify && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch() 161 if (AllowModify) in AnalyzeBranch() 170 if (AllowModify) in AnalyzeBranch()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 171 bool AllowModify) const override;
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 459 bool AllowModify = false) const { 504 bool AllowModify = false) const {
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.h | 163 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const override;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 85 bool AllowModify) const override;
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 128 bool AllowModify = false) const override;
|
12