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

  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 242 bool MBlazeInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand>
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 127 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 178 /// ReverseBranchCondition - Return the inverse opcode of the
181 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 200 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
R600InstrInfo.cpp 460 R600InstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 398 /// ReverseBranchCondition - Return the inverse opcode of the
401 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 640 /// ReverseBranchCondition - Reverses the branch condition of the specified
644 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 692 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 264 bool AArch64InstrInfo::ReverseBranchCondition(
  /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 126 // Check if ReverseBranchCondition has asked to reverse this branch
148 ReverseBranchCondition(Cond);
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 439 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]

Completed in 396 milliseconds