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

  /external/swiftshader/third_party/LLVM/lib/Target/
TargetInstrInfo.cpp 132 bool TargetInstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const {
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 161 bool MSP430InstrInfo::isUnpredicatedTerminator(const MachineInstr &MI) const {
188 if (!isUnpredicatedTerminator(*I))
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430InstrInfo.cpp 163 bool MSP430InstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const {
190 if (!isUnpredicatedTerminator(I))
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrInfo.cpp 205 bool SystemZInstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const {
231 if (!isUnpredicatedTerminator(I))
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXInstrInfo.cpp 118 bool PTXInstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const {
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 265 bool TargetInstrInfo::isUnpredicatedTerminator(const MachineInstr &MI) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 569 milliseconds