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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h455 void fastEmitBranch(MachineBasicBlock *MSucc, const DebugLoc &DbgLoc);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1686 void FastISel::fastEmitBranch(MachineBasicBlock *MSucc, function in class:FastISel
1721 fastEmitBranch(FalseMBB, DbgLoc);
1864 fastEmitBranch(MSucc, BI->getDebugLoc());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1273 fastEmitBranch(MSucc, Br->getDebugLoc());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2424 fastEmitBranch(MSucc, BI->getDebugLoc());
2439 fastEmitBranch(FBB, DbgLoc);
2442 fastEmitBranch(TBB, DbgLoc);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp806 fastEmitBranch(Target, DbgLoc);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1644 case CmpInst::FCMP_FALSE: fastEmitBranch(FalseMBB, DbgLoc); return true;
1645 case CmpInst::FCMP_TRUE: fastEmitBranch(TrueMBB, DbgLoc); return true;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1299 fastEmitBranch(Target, DbgLoc);

Completed in 205 milliseconds