Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp90 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()
DMipsInstrInfo.h57 bool AllowModify) const override;
71 bool AllowModify,
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp82 bool AllowModify) const { in AnalyzeBranch()
103 if (!AllowModify) { in AnalyzeBranch()
DBPFInstrInfo.h50 bool AllowModify) const override;
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp197 bool AllowModify) const { in AnalyzeBranch()
259 if (AllowModify) in AnalyzeBranch()
267 if (AllowModify) in AnalyzeBranch()
DXCoreInstrInfo.h56 bool AllowModify) const override;
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.h44 bool AllowModify = false) const override;
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp150 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const { in AnalyzeBranch()
196 if (AllowModify) in AnalyzeBranch()
DNVPTXInstrInfo.h64 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const override;
/external/llvm/lib/Target/X86/
DX86InstrInfo.h174 bool AllowModify) const;
313 bool AllowModify) const override;
320 bool AllowModify = false) const override;
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.h71 bool AllowModify = false) const override ;
DSparcInstrInfo.cpp131 bool AllowModify) const in AnalyzeBranch()
154 if (!AllowModify) { in AnalyzeBranch()
185 if (AllowModify && UnCondBrIter != MBB.end() && in AnalyzeBranch()
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h81 bool AllowModify) const override;
DMSP430InstrInfo.cpp174 bool AllowModify) const { in AnalyzeBranch()
200 if (!AllowModify) { in AnalyzeBranch()
/external/mesa3d/src/gallium/drivers/radeon/
DR600InstrInfo.h69 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const;
DR600InstrInfo.cpp181 bool AllowModify) const in AnalyzeBranch()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h149 bool AllowModify) const override;
DSystemZInstrInfo.cpp251 bool AllowModify) const { in AnalyzeBranch()
283 if (!AllowModify) { in AnalyzeBranch()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h140 bool AllowModify = false) const override;
DAArch64InstrInfo.cpp96 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/
DPPCInstrInfo.h171 bool AllowModify) const override;
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h459 bool AllowModify = false) const {
504 bool AllowModify = false) const {
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h163 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const override;
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h85 bool AllowModify) const override;
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h128 bool AllowModify = false) const override;

12