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 76 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
MSP430BranchSelector.cpp 155 TII->ReverseBranchCondition(Cond);
MSP430InstrInfo.cpp 130 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 82 bool ReverseBranchCondition(
  /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;
R600InstrInfo.cpp 404 R600InstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 67 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
MipsInstrInfo.cpp 172 /// ReverseBranchCondition - Return the inverse opcode of the
175 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/R600/
AMDGPUInstrInfo.h 128 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
AMDGPUInstrInfo.cpp 230 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
R600InstrInfo.h 161 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
  /external/llvm/lib/CodeGen/
IfConversion.cpp 187 bool ReverseBranchCondition(BBInfo &BBI);
446 /// ReverseBranchCondition - Reverse the condition of the end of the block
448 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) {
450 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
743 if (TII->ReverseBranchCondition(Cond))
746 if (TII->ReverseBranchCondition(RevPred) ||
801 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
    [all...]
BranchFolding.cpp 477 if (!TII->ReverseBranchCondition(Cond)) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 137 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 146 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 167 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 192 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 366 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 675 /// ReverseBranchCondition - Reverses the branch condition of the specifie
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 72 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;

Completed in 186 milliseconds

1 2