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

  /external/llvm/lib/Target/CellSPU/
SPUInstrInfo.h 68 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
SPUInstrInfo.cpp 421 SPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 74 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 52 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
MipsInstrInfo.cpp 242 /// ReverseBranchCondition - Return the inverse opcode of the
245 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 145 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
PPCInstrInfo.cpp 758 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 133 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
HexagonInstrInfo.cpp 125 // Check if ReverseBranchCondition has asked to reverse this branch
147 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 177 bool ReverseBranchCondition(BBInfo &BBI);
434 /// ReverseBranchCondition - Reverse the condition of the end of the block
436 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) {
438 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
735 if (TII->ReverseBranchCondition(Cond))
738 if (TII->ReverseBranchCondition(RevPred) ||
793 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
    [all...]
CodePlacementOpt.cpp 120 if (!Cond.empty() && TII->ReverseBranchCondition(Cond))
BranchFolding.cpp 470 if (!TII->ReverseBranchCondition(Cond)) {
    [all...]
MachineBasicBlock.cpp 390 if (TII->ReverseBranchCondition(Cond))
426 if (TII->ReverseBranchCondition(Cond)) {
    [all...]
MachineBlockPlacement.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/lib/Target/X86/
X86InstrInfo.h 335 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
X86InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 624 /// ReverseBranchCondition - Reverses the branch condition of the specified
628 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]

Completed in 406 milliseconds