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

  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 127 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 199 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
R600InstrInfo.cpp 404 R600InstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 169 /// ReverseBranchCondition - Return the inverse opcode of the
172 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 179 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 389 /// ReverseBranchCondition - Return the inverse opcode of the
392 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 199 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
R600InstrInfo.cpp 404 R600InstrInfo::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/AArch64/
AArch64InstrInfo.cpp 253 bool AArch64InstrInfo::ReverseBranchCondition(
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 253 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...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 128 // Check if ReverseBranchCondition has asked to reverse this branch
150 ReverseBranchCondition(Cond);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 800 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 430 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]

Completed in 251 milliseconds