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

/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp130 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.cpp172 /// ReverseBranchCondition - Return the inverse opcode of the
175 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const function in class:MipsInstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp414 /// ReverseBranchCondition - Return the inverse opcode of the
417 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/R600/
H A DAMDGPUInstrInfo.cpp230 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) function in class:AMDGPUInstrInfo
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp184 bool AArch64InstrInfo::ReverseBranchCondition( function in class:AArch64InstrInfo
/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/SystemZ/
H A DSystemZInstrInfo.cpp356 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:SystemZInstrInfo
/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...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp133 // Check if ReverseBranchCondition has asked to reverse this branch
155 ReverseBranchCondition(Cond);
1066 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:HexagonInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp982 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:PPCInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5147 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:X86InstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp435 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:ARMBaseInstrInfo

Completed in 3763 milliseconds