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

  /external/llvm/lib/Target/CellSPU/
SPUInstrInfo.h 68 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
SPUInstrInfo.cpp 425 SPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 75 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
MSP430BranchSelector.cpp 154 TII->ReverseBranchCondition(Cond);
MSP430InstrInfo.cpp 127 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 101 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
MipsInstrInfo.cpp 446 /// ReverseBranchCondition - Return the inverse opcode of the
449 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 87 virtual bool ReverseBranchCondition(
XCoreInstrInfo.cpp 398 /// ReverseBranchCondition - Return the inverse opcode of the
401 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 142 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
PPCInstrInfo.cpp 666 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 133 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
HexagonInstrInfo.cpp 132 // Check if ReverseBranchCondition has asked to reverse this branch
154 ReverseBranchCondition(Cond);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.h 208 virtual bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
MBlazeInstrInfo.cpp 242 bool MBlazeInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand>
  /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...]
CodePlacementOpt.cpp 120 if (!Cond.empty() && TII->ReverseBranchCondition(Cond))
BranchFolding.cpp 471 if (!TII->ReverseBranchCondition(Cond)) {
    [all...]
MachineBasicBlock.cpp 386 if (TII->ReverseBranchCondition(Cond))
422 if (TII->ReverseBranchCondition(Cond)) {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 326 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 72 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
ARMBaseInstrInfo.cpp 434 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 527 /// ReverseBranchCondition - Reverses the branch condition of the specified
531 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]

Completed in 282 milliseconds