Searched refs:parseCondBranch (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.cpp | 239 static void parseCondBranch(MachineInstr &LastInst, MachineBasicBlock *&Target, in parseCondBranch() function 296 parseCondBranch(*I, TBB, Cond); in analyzeBranch() 303 parseCondBranch(*std::prev(I), TBB, Cond); in analyzeBranch()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.cpp | 192 static void parseCondBranch(MachineInstr *LastInst, MachineBasicBlock *&Target, in parseCondBranch() function 268 parseCondBranch(LastInst, TBB, Cond); in analyzeBranch() 302 parseCondBranch(SecondLastInst, TBB, Cond); in analyzeBranch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.cpp | 137 static void parseCondBranch(MachineInstr *LastInst, MachineBasicBlock *&Target, in parseCondBranch() function 168 parseCondBranch(LastInst, TBB, Cond); in analyzeBranch() 201 parseCondBranch(SecondLastInst, TBB, Cond); in analyzeBranch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 897 static void parseCondBranch(MachineInstr &LastInst, MachineBasicBlock *&Target, in parseCondBranch() function 1007 parseCondBranch(*I, TBB, Cond); in analyzeBranch() 1014 parseCondBranch(*std::prev(I), TBB, Cond); in analyzeBranch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 177 static void parseCondBranch(MachineInstr *LastInst, MachineBasicBlock *&Target, in parseCondBranch() function 362 parseCondBranch(LastInst, TBB, Cond); in analyzeBranch() 404 parseCondBranch(LastInst, TBB, Cond); in analyzeBranch() 419 parseCondBranch(SecondLastInst, TBB, Cond); in analyzeBranch()
|