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

12

/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h76 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DMSP430BranchSelector.cpp155 TII->ReverseBranchCondition(Cond);
H A DMSP430InstrInfo.cpp130 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:MSP430InstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h82 bool ReverseBranchCondition(
/external/chromium_org/third_party/mesa/src/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/Mips/
H A DMipsInstrInfo.h67 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DMipsInstrInfo.cpp172 /// ReverseBranchCondition - Return the inverse opcode of the
175 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const function in class:MipsInstrInfo
/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;
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h128 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
H A DAMDGPUInstrInfo.cpp230 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) function in class:AMDGPUInstrInfo
H A DR600InstrInfo.h161 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp187 bool ReverseBranchCondition(BBInfo &BBI);
446 /// ReverseBranchCondition - Reverse the condition of the end of the block
448 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) { function in class:IfConverter
450 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
743 if (TII->ReverseBranchCondition(Cond))
746 if (TII->ReverseBranchCondition(RevPred) ||
801 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
1046 if (TII->ReverseBranchCondition(Cond))
1155 if (TII->ReverseBranchCondition(Cond))
1159 if (ReverseBranchCondition(*CvtBB
[all...]
H A DBranchFolding.cpp477 if (!TII->ReverseBranchCondition(Cond)) {
907 if (TII->ReverseBranchCondition(NewCond))
1188 if (!TII->ReverseBranchCondition(NewPriorCond)) {
1223 if (!TII->ReverseBranchCondition(NewPriorCond)) {
1256 if (!TII->ReverseBranchCondition(NewCond)) {
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h137 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h146 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h167 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h192 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h366 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h675 /// ReverseBranchCondition - Reverses the branch condition of the specified
679 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:llvm::TargetInstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h72 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;

Completed in 144 milliseconds

12