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

1 2

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.cpp 193 bool WebAssemblyInstrInfo::ReverseBranchCondition(
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 130 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaInstrInfo.cpp 328 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 242 bool MBlazeInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand>
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430InstrInfo.cpp 130 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrInfo.cpp 197 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.cpp 432 bool AVRInstrInfo::ReverseBranchCondition(
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 169 /// ReverseBranchCondition - Return the inverse opcode of the
171 bool MipsInstrInfo::ReverseBranchCondition(
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUInstrInfo.cpp 425 SPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond)
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsInstrInfo.cpp 425 /// ReverseBranchCondition - Return the inverse opcode of the
428 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreInstrInfo.cpp 398 /// ReverseBranchCondition - Return the inverse opcode of the
401 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 646 // ReverseBranchCondition - Reverses the branch condition of the specified
649 bool LanaiInstrInfo::ReverseBranchCondition(
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 294 bool SparcInstrInfo::ReverseBranchCondition(
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 399 /// ReverseBranchCondition - Return the inverse opcode of the
402 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h 510 /// ReverseBranchCondition - Reverses the branch condition of the specified
514 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCInstrInfo.cpp 630 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 389 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [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/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp 437 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]
  /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/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 183 bool AArch64InstrInfo::ReverseBranchCondition(
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 1505 milliseconds

1 2