Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDFastISel.h459 void finishCondBranch(const BasicBlock *BranchBB, MachineBasicBlock *TrueMBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FastISel.cpp1705 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/
HDARMFastISel.cpp1268 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/
HDAArch64FastISel.cpp2416 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/
HDWebAssemblyFastISel.cpp1293 finishCondBranch(Br->getParent(), TBB, FBB); in selectBr()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsFastISel.cpp982 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCFastISel.cpp799 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp1706 void FastISel::finishCondBranch(const BasicBlock *BranchBB, in finishCondBranch() function in FastISel