Searched refs:AnalyzeCondBr (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 71 void MipsInstrInfo::AnalyzeCondBr(const MachineInstr *Inst, unsigned Opc, in AnalyzeCondBr() function in MipsInstrInfo 227 AnalyzeCondBr(LastInst, LastOpc, TBB, Cond); in analyzeBranch() 256 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond); in analyzeBranch()
|
D | MipsInstrInfo.h | 145 void AnalyzeCondBr(const MachineInstr *Inst, unsigned Opc,
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 260 static void AnalyzeCondBr(const MachineInstr* Inst, unsigned Opc, in AnalyzeCondBr() function 323 AnalyzeCondBr(LastInst, LastOpc, TBB, Cond); in AnalyzeBranch() 349 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond); in AnalyzeBranch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 80 void MipsInstrInfo::AnalyzeCondBr(const MachineInstr *Inst, unsigned Opc, in AnalyzeCondBr() function in MipsInstrInfo 244 AnalyzeCondBr(LastInst, LastOpc, TBB, Cond); in analyzeBranch() 273 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond); in analyzeBranch()
|
D | MipsInstrInfo.h | 174 void AnalyzeCondBr(const MachineInstr *Inst, unsigned Opc,
|