/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 459 void finishCondBranch(const BasicBlock *BranchBB, MachineBasicBlock *TrueMBB,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 460 void finishCondBranch(const BasicBlock *BranchBB, MachineBasicBlock *TrueMBB,
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1636 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch() 1668 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch() 1683 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch() 1697 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1718 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch() 1751 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch() 1766 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch() 1791 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1269 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch() 1293 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch() 1330 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1270 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch() 1294 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch() 1331 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 1106 finishCondBranch(Br->getParent(), TBB, FBB); in selectBr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2374 finishCondBranch(BI->getParent(), TBB, FBB); in emitCompareAndBranch() 2448 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch() 2479 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch() 2504 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2285 finishCondBranch(BI->getParent(), TBB, FBB); in emitCompareAndBranch() 2359 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch() 2390 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch() 2415 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 1257 finishCondBranch(Br->getParent(), TBB, FBB); in selectBr()
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 932 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1458 void FastISel::finishCondBranch(const BasicBlock *BranchBB, in finishCondBranch() function in FastISel
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 965 finishCondBranch(BI->getParent(), TBB, FBB); in selectBranch()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 791 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 810 finishCondBranch(BI->getParent(), TBB, FBB); in SelectBranch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1663 void FastISel::finishCondBranch(const BasicBlock *BranchBB, in finishCondBranch() function in FastISel
|