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

1 2 3

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.h 56 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
WebAssemblyInstrInfo.cpp 193 bool WebAssemblyInstrInfo::ReverseBranchCondition(
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 75 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
MSP430BranchSelector.cpp 157 TII->ReverseBranchCondition(Cond);
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 80 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 80 bool ReverseBranchCondition(
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaInstrInfo.h 68 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUInstrInfo.h 68 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430InstrInfo.h 75 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
MSP430BranchSelector.cpp 154 TII->ReverseBranchCondition(Cond);
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrInfo.h 85 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreInstrInfo.h 87 virtual bool ReverseBranchCondition(
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.h 102 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsInstrInfo.h 180 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.h 132 bool ReverseBranchCondition(
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 65 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCInstrInfo.h 139 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeInstrInfo.h 208 virtual bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
  /external/llvm/lib/CodeGen/
IfConversion.cpp 198 bool ReverseBranchCondition(BBInfo &BBI);
451 /// ReverseBranchCondition - Reverse the condition of the end of the block
453 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) {
455 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
787 if (TII->ReverseBranchCondition(Cond))
790 if (TII->ReverseBranchCondition(RevPred) ||
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 175 bool ReverseBranchCondition(BBInfo &BBI);
426 /// ReverseBranchCondition - Reverse the condition of the end of the block
428 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) {
430 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
728 if (TII->ReverseBranchCondition(Cond))
731 if (TII->ReverseBranchCondition(RevPred) ||
786 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 153 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.h 160 bool ReverseBranchCondition(
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 201 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 215 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.h 326 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;

Completed in 590 milliseconds

1 2 3