/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.h | 66 bool AllowModify) const override; 82 bool AllowModify,
|
H A D | MipsInstrInfo.cpp | 112 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/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXInstrInfo.cpp | 99 bool AllowModify) const { in analyzeBranch() 145 if (AllowModify) in analyzeBranch()
|
H A D | NVPTXInstrInfo.h | 62 bool AllowModify) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreInstrInfo.cpp | 193 bool AllowModify) const { in analyzeBranch() 254 if (AllowModify) in analyzeBranch() 262 if (AllowModify) in analyzeBranch()
|
H A D | XCoreInstrInfo.h | 55 bool AllowModify) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstrInfo.h | 42 bool AllowModify = false) const override;
|
H A D | SPIRVInstrInfo.cpp | 175 bool AllowModify) const { in analyzeBranch()
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.cpp | 87 bool AllowModify) const { in AnalyzeBranchImpl() 128 if (!AllowModify) in AnalyzeBranchImpl() 195 if (AllowModify && MBB.isLayoutSuccessor(CondBranchTarget)) { in AnalyzeBranchImpl() 253 bool AllowModify) const { in analyzeBranch() 254 return AnalyzeBranchImpl(MBB, TBB, FBB, Cond, AllowModify); in analyzeBranch()
|
H A D | M68kInstrInfo.h | 257 bool AllowModify) const override; 262 bool AllowModify) const;
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFInstrInfo.h | 53 bool AllowModify) const override;
|
H A D | BPFInstrInfo.cpp | 170 bool AllowModify) const { in analyzeBranch() 191 if (!AllowModify) { in analyzeBranch()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrInfo.h | 58 bool AllowModify = false) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrInfo.h | 62 bool AllowModify) const override;
|
H A D | MSP430InstrInfo.cpp | 168 bool AllowModify) const { in analyzeBranch() 194 if (!AllowModify) { in analyzeBranch()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARC/ |
H A D | ARCInstrInfo.h | 56 bool AllowModify) const override;
|
H A D | ARCInstrInfo.cpp | 174 bool AllowModify) const { in analyzeBranch() 230 if (AllowModify) { in analyzeBranch()
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.h | 72 bool AllowModify = false) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrInfo.h | 68 bool AllowModify = false) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.cpp | 263 bool AllowModify) const { in analyzeBranch() 292 if (!AllowModify) { in analyzeBranch() 326 if (AllowModify && UnCondBrIter != MBB.end() && in analyzeBranch()
|
H A D | AVRInstrInfo.h | 97 bool AllowModify = false) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 148 bool AllowModify) const; 328 bool AllowModify) const override; 348 bool AllowModify = false) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.h | 58 bool AllowModify) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.h | 68 bool AllowModify = false) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.h | 90 bool AllowModify) const override;
|