Searched refs:finishCondBranch (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | FastISel.h | 459 void finishCondBranch(const BasicBlock *BranchBB, MachineBasicBlock *TrueMBB,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86FastISel.cpp | 1705 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch() 1738 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch() 1751 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch() 1776 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMFastISel.cpp | 1268 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch() 1292 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch() 1329 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64FastISel.cpp | 2416 finishCondBranch(BI->getParent(), TBB, FBB); in emitCompareAndBranch() 2490 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch() 2521 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch() 2546 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyFastISel.cpp | 1293 finishCondBranch(Br->getParent(), TBB, FBB); in selectBr()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsFastISel.cpp | 982 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCFastISel.cpp | 799 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | FastISel.cpp | 1706 void FastISel::finishCondBranch(const BasicBlock *BranchBB, in finishCondBranch() function in FastISel
|