Home
last modified time | relevance | path

Searched refs:finishCondBranch (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DFastISel.h446 void finishCondBranch(const BasicBlock *BranchBB, MachineBasicBlock *TrueMBB,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86FastISel.cpp1724 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch()
1757 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch()
1770 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch()
1794 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMFastISel.cpp1252 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch()
1276 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch()
1313 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2361 finishCondBranch(BI->getParent(), TBB, FBB); in emitCompareAndBranch()
2435 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch()
2466 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch()
2490 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp1325 finishCondBranch(Br->getParent(), TBB, FBB); in selectBr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsFastISel.cpp979 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp796 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1597 void FastISel::finishCondBranch(const BasicBlock *BranchBB, in finishCondBranch() function in FastISel