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

  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 242 bool MBlazeInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand>
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 127 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 446 /// ReverseBranchCondition - Return the inverse opcode of the
449 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 527 /// ReverseBranchCondition - Reverses the branch condition of the specified
531 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 666 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 132 // Check if ReverseBranchCondition has asked to reverse this branch
154 ReverseBranchCondition(Cond);
    [all...]
  /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)) {
727 if (TII->ReverseBranchCondition(Cond))
730 if (TII->ReverseBranchCondition(RevPred) ||
785 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 434 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 477 milliseconds