Home
last modified time | relevance | path

Searched refs:fastEmitBranch (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h450 void fastEmitBranch(MachineBasicBlock *MSucc, const DebugLoc &DbgLoc);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1685 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 DWebAssemblyFastISel.cpp1313 fastEmitBranch(MSucc, Br->getDebugLoc()); in selectBr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2388 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 DX86FastISel.cpp1654 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 DPPCFastISel.cpp802 fastEmitBranch(Target, MIMD.getDL()); in SelectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1286 fastEmitBranch(Target, MIMD.getDL()); in SelectBranch()