Searched refs:ReverseBranchCondition (Results 1 - 25 of 34) sorted by relevance

12

/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h50 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DWebAssemblyInstrInfo.cpp154 bool WebAssemblyInstrInfo::ReverseBranchCondition( function in class:WebAssemblyInstrInfo
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h76 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DMSP430BranchSelector.cpp156 TII->ReverseBranchCondition(Cond);
H A DMSP430InstrInfo.cpp128 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:MSP430InstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h81 bool ReverseBranchCondition(
H A DXCoreInstrInfo.cpp403 /// ReverseBranchCondition - Return the inverse opcode of the
406 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:XCoreInstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600InstrInfo.h66 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
H A DAMDGPUInstrInfo.cpp199 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) function in class:AMDGPUInstrInfo
H A DAMDGPUInstrInfo.h113 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
H A DR600InstrInfo.cpp404 R600InstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const function in class:R600InstrInfo
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstrInfo.h122 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DR600InstrInfo.h160 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DAMDGPUInstrInfo.cpp218 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) function in class:AMDGPUInstrInfo
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h66 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DMipsInstrInfo.cpp167 /// ReverseBranchCondition - Return the inverse opcode of the
169 bool MipsInstrInfo::ReverseBranchCondition( function in class:MipsInstrInfo
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp192 bool ReverseBranchCondition(BBInfo &BBI);
450 /// ReverseBranchCondition - Reverse the condition of the end of the block
452 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) { function in class:IfConverter
454 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
753 if (TII->ReverseBranchCondition(Cond))
756 if (TII->ReverseBranchCondition(RevPred) ||
840 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
1094 if (TII->ReverseBranchCondition(Cond))
1181 if (TII->ReverseBranchCondition(Cond))
1185 if (ReverseBranchCondition(*CvtBB
[all...]
H A DBranchFolding.cpp495 if (!TII->ReverseBranchCondition(Cond)) {
1006 if (TII->ReverseBranchCondition(NewCond))
1331 if (!TII->ReverseBranchCondition(NewPriorCond)) {
1366 if (!TII->ReverseBranchCondition(NewPriorCond)) {
1399 if (!TII->ReverseBranchCondition(NewCond)) {
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h146 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h202 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h195 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h178 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h135 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h429 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h1001 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:llvm::TargetInstrInfo

Completed in 327 milliseconds

12