HomeSort by: relevance | last modified time | path
    Searched defs:reverseBranchCondition (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.cpp 200 bool WebAssemblyInstrInfo::reverseBranchCondition(
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 132 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCInstrInfo.cpp 350 bool ARCInstrInfo::reverseBranchCondition(
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRInstrInfo.cpp 466 bool AVRInstrInfo::reverseBranchCondition(
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 643 // reverseBranchCondition - Reverses the branch condition of the specified
646 bool LanaiInstrInfo::reverseBranchCondition(
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 181 /// reverseBranchCondition - Return the inverse opcode of the
183 bool MipsInstrInfo::reverseBranchCondition(
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 297 bool SparcInstrInfo::reverseBranchCondition(
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 403 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEInstrInfo.cpp 314 bool VEInstrInfo::reverseBranchCondition(
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp 674 bool RISCVInstrInfo::reverseBranchCondition(
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 1394 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
IfConversion.cpp 230 bool reverseBranchCondition(BBInfo &BBI) const;
624 bool IfConverter::reverseBranchCondition(BBInfo &BBI) const {
626 if (!TII->reverseBranchCondition(BBI.BrCond)) {
927 reverseBranchCondition(FalseBBI);
931 reverseBranchCondition(FalseBBI);
1040 !TII->reverseBranchCondition(RevCond);
1198 if (TII->reverseBranchCondition(Cond))
1201 if (TII->reverseBranchCondition(RevPred) ||
1287 bool CanRevCond = !TII->reverseBranchCondition(RevCond);
1559 if (TII->reverseBranchCondition(Cond)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 410 bool AArch64InstrInfo::reverseBranchCondition(
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 2027 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 471 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 526 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 596 // Check if reverseBranchCondition has asked to reverse this branch
614 reverseBranchCondition(Cond);
1547 bool HexagonInstrInfo::reverseBranchCondition(
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.cpp 6808 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 2478 bool SIInstrInfo::reverseBranchCondition(

Completed in 145 milliseconds