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

1 2

  /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/XCore/
XCoreInstrInfo.h 81 virtual bool ReverseBranchCondition(
XCoreInstrInfo.cpp 389 /// ReverseBranchCondition - Return the inverse opcode of the
392 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 66 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.h 66 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
AMDGPUInstrInfo.cpp 199 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
AMDGPUInstrInfo.h 113 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 62 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
MipsInstrInfo.cpp 169 /// ReverseBranchCondition - Return the inverse opcode of the
172 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.h 66 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
AMDGPUInstrInfo.cpp 199 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
AMDGPUInstrInfo.h 113 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 152 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 179 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
AMDGPUInstrInfo.h 115 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
R600InstrInfo.h 140 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 180 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
  /external/llvm/lib/CodeGen/
IfConversion.cpp 178 bool ReverseBranchCondition(BBInfo &BBI);
435 /// ReverseBranchCondition - Reverse the condition of the end of the block
437 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) {
439 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
736 if (TII->ReverseBranchCondition(Cond))
739 if (TII->ReverseBranchCondition(RevPred) ||
794 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
    [all...]
BranchFolding.cpp 469 if (!TII->ReverseBranchCondition(Cond)) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 145 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 631 /// ReverseBranchCondition - Reverses the branch condition of the specified
635 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 72 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 348 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;

Completed in 282 milliseconds

1 2