HomeSort by relevance Sort by last modified time
    Searched defs:ReverseBranchCondition (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/Alpha/
AlphaInstrInfo.cpp 328 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 242 bool MBlazeInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand>
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 130 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 197 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/Target/CellSPU/
SPUInstrInfo.cpp 425 SPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 425 /// ReverseBranchCondition - Return the inverse opcode of the
428 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 398 /// ReverseBranchCondition - Return the inverse opcode of the
401 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 510 /// ReverseBranchCondition - Reverses the branch condition of the specified
514 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 638 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/CodeGen/
IfConversion.cpp 175 bool ReverseBranchCondition(BBInfo &BBI);
426 /// ReverseBranchCondition - Reverse the condition of the end of the block
428 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) {
430 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
728 if (TII->ReverseBranchCondition(Cond))
731 if (TII->ReverseBranchCondition(RevPred) ||
786 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 437 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 388 milliseconds