Searched refs:parseCondBranch (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.cpp | 35 static void parseCondBranch(MachineInstr &LastInst, MachineBasicBlock *&Target, in parseCondBranch() function 97 parseCondBranch(*I, TBB, Cond); in analyzeBranch() 104 parseCondBranch(*std::prev(I), TBB, Cond); in analyzeBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.cpp | 190 static void parseCondBranch(MachineInstr *LastInst, MachineBasicBlock *&Target, in parseCondBranch() function 266 parseCondBranch(LastInst, TBB, Cond); in analyzeBranch() 300 parseCondBranch(SecondLastInst, TBB, Cond); in analyzeBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.cpp | 285 static void parseCondBranch(MachineInstr &LastInst, MachineBasicBlock *&Target, in parseCondBranch() function 342 parseCondBranch(*I, TBB, Cond); in analyzeBranch() 349 parseCondBranch(*std::prev(I), TBB, Cond); in analyzeBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.cpp | 136 static void parseCondBranch(MachineInstr *LastInst, MachineBasicBlock *&Target, in parseCondBranch() function 167 parseCondBranch(LastInst, TBB, Cond); in analyzeBranch() 200 parseCondBranch(SecondLastInst, TBB, Cond); in analyzeBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 1019 static void parseCondBranch(MachineInstr &LastInst, MachineBasicBlock *&Target, in parseCondBranch() function 1206 parseCondBranch(*I, TBB, Cond); in analyzeBranch() 1213 parseCondBranch(*std::prev(I), TBB, Cond); in analyzeBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 197 static void parseCondBranch(MachineInstr *LastInst, MachineBasicBlock *&Target, in parseCondBranch() function 404 parseCondBranch(LastInst, TBB, Cond); in analyzeBranch() 446 parseCondBranch(LastInst, TBB, Cond); in analyzeBranch() 461 parseCondBranch(SecondLastInst, TBB, Cond); in analyzeBranch()
|