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 130 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 172 /// ReverseBranchCondition - Return the inverse opcode of the
175 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/lib/Target/R600/
AMDGPUInstrInfo.cpp 230 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 414 /// ReverseBranchCondition - Return the inverse opcode of the
417 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 675 /// ReverseBranchCondition - Reverses the branch condition of the specifie
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 184 bool AArch64InstrInfo::ReverseBranchCondition(
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 133 // Check if ReverseBranchCondition has asked to reverse this branch
155 ReverseBranchCondition(Cond);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 356 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]
  /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...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 435 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 304 milliseconds