Searched refs:reverseBranchCondition (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h58 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DMSP430BranchSelector.cpp195 TII->reverseBranchCondition(Cond);
H A DMSP430InstrInfo.cpp132 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:MSP430InstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h81 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h67 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DWebAssemblyInstrInfo.cpp220 bool WebAssemblyInstrInfo::reverseBranchCondition( function in class:WebAssemblyInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h81 bool reverseBranchCondition(
H A DXCoreInstrInfo.cpp403 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:XCoreInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.h82 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DARCInstrInfo.cpp350 bool ARCInstrInfo::reverseBranchCondition( function in class:ARCInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h103 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DAVRInstrInfo.cpp466 bool AVRInstrInfo::reverseBranchCondition( function in class:llvm::AVRInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h77 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h135 bool reverseBranchCondition(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h77 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp229 bool reverseBranchCondition(BBInfo &BBI) const;
629 bool IfConverter::reverseBranchCondition(BBInfo &BBI) const { function in class:IfConverter
631 if (!TII->reverseBranchCondition(BBI.BrCond)) {
932 reverseBranchCondition(FalseBBI);
936 reverseBranchCondition(FalseBBI);
1040 !TII->reverseBranchCondition(RevCond);
1198 if (TII->reverseBranchCondition(Cond))
1201 if (TII->reverseBranchCondition(RevPred) ||
1287 bool CanRevCond = !TII->reverseBranchCondition(RevCond);
1559 if (TII->reverseBranchCondition(Con
[all...]
H A DBranchFolding.cpp474 if (!TII->reverseBranchCondition(Cond)) {
1147 if (TII->reverseBranchCondition(NewCond))
1497 if (!TII->reverseBranchCondition(NewPriorCond)) {
1532 if (!TII->reverseBranchCondition(NewPriorCond)) {
1605 if (!TII->reverseBranchCondition(NewCond)) {
H A DBranchRelaxation.cpp352 bool ReversedCond = !TII->reverseBranchCondition(Cond);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h164 bool reverseBranchCondition(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h272 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h192 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h214 bool reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h399 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h305 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h144 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;

Completed in 150 milliseconds

12