Searched refs:fastEmitBranch (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 450 void fastEmitBranch(MachineBasicBlock *MSucc, const DebugLoc &DbgLoc);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1685 void FastISel::fastEmitBranch(MachineBasicBlock *MSucc, in fastEmitBranch() function in FastISel 1720 fastEmitBranch(FalseMBB, MIMD.getDL()); in finishCondBranch() 1857 fastEmitBranch(MSucc, BI->getDebugLoc()); in selectOperator()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 1313 fastEmitBranch(MSucc, Br->getDebugLoc()); in selectBr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 2388 fastEmitBranch(MSucc, BI->getDebugLoc()); in selectBranch() 2403 fastEmitBranch(FBB, MIMD.getDL()); in selectBranch() 2406 fastEmitBranch(TBB, MIMD.getDL()); in selectBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1654 case CmpInst::FCMP_FALSE: fastEmitBranch(FalseMBB, MIMD.getDL()); return true; in X86SelectBranch() 1655 case CmpInst::FCMP_TRUE: fastEmitBranch(TrueMBB, MIMD.getDL()); return true; in X86SelectBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 802 fastEmitBranch(Target, MIMD.getDL()); in SelectBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 1286 fastEmitBranch(Target, MIMD.getDL()); in SelectBranch()
|