Searched defs:ReverseBranchCondition (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp127 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:MSP430InstrInfo
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp199 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) function in class:AMDGPUInstrInfo
H A DR600InstrInfo.cpp404 R600InstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const function in class:R600InstrInfo
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp169 /// ReverseBranchCondition - Return the inverse opcode of the
172 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const function in class:MipsInstrInfo
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.cpp179 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) function in class:AMDGPUInstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp389 /// ReverseBranchCondition - Return the inverse opcode of the
392 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:XCoreInstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp199 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) function in class:AMDGPUInstrInfo
H A DR600InstrInfo.cpp404 R600InstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const function in class:R600InstrInfo
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp253 bool AArch64InstrInfo::ReverseBranchCondition( function in class:AArch64InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h631 /// ReverseBranchCondition - Reverses the branch condition of the specified
635 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:llvm::TargetInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp800 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:PPCInstrInfo
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp253 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:SystemZInstrInfo
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp178 bool ReverseBranchCondition(BBInfo &BBI);
435 /// ReverseBranchCondition - Reverse the condition of the end of the block
437 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) { function in class:IfConverter
439 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
736 if (TII->ReverseBranchCondition(Cond))
739 if (TII->ReverseBranchCondition(RevPred) ||
794 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
1047 if (TII->ReverseBranchCondition(Cond))
1128 if (TII->ReverseBranchCondition(Cond))
1132 if (ReverseBranchCondition(*CvtBB
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp128 // Check if ReverseBranchCondition has asked to reverse this branch
150 ReverseBranchCondition(Cond);
1061 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:HexagonInstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp430 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:ARMBaseInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4813 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:X86InstrInfo

Completed in 265 milliseconds