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

1 2

  /external/llvm/lib/Target/BPF/
BPFInstrInfo.cpp 78 bool BPFInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 73 /// AnalyzeBranch - Analyze the branching code at the end of MBB, returning
96 bool NVPTXInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.cpp 95 bool WebAssemblyInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.cpp 96 bool WebAssemblyInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 173 bool MSP430InstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 126 /// AnalyzeBranch - Analyze the branching code at the end of MBB, returning
149 bool NVPTXInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFInstrInfo.cpp 165 bool BPFInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 176 bool MSP430InstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.cpp 241 bool AVRInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 86 bool MipsInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
92 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs);
179 MipsInstrInfo::BranchType MipsInstrInfo::analyzeBranch(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCInstrInfo.cpp 158 bool ARCInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp 213 bool RISCVInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 555 // The AnalyzeBranch function is used to examine conditional instructions and
565 bool LanaiInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 160 bool SparcInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 167 /// AnalyzeBranch - Analyze the branching code at the end of MBB, returning
190 bool XCoreInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRInstrInfo.cpp 264 bool AVRInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 553 // The analyzeBranch function is used to examine conditional instructions and
563 bool LanaiInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 95 bool MipsInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
101 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs);
191 MipsInstrInfo::BranchType MipsInstrInfo::analyzeBranch(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 160 bool SparcInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 167 /// AnalyzeBranch - Analyze the branching code at the end of MBB, returning
190 bool XCoreInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 447 bool PPCInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 374 /// the Cond vector is supposed to be empty, e.g., when AnalyzeBranch fails, a
386 bool HexagonInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
607 !analyzeBranch(MBB, NewTBB, NewFBB, Cond, false) &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 483 bool PPCInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 470 virtual bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
523 /// This is only invoked in cases where AnalyzeBranch returns success. It
531 /// returned by AnalyzeBranch. This is only invoked in cases where
532 /// AnalyzeBranch returns success. It returns the number of instructions
536 /// cases where AnalyzeBranch doesn't apply because there was no original
682 /// @param Cond Condition returned by AnalyzeBranch.
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]

Completed in 539 milliseconds

1 2