Searched refs:fastEmitBranch (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 455 void fastEmitBranch(MachineBasicBlock *MBB, const DebugLoc &DL);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1438 void FastISel::fastEmitBranch(MachineBasicBlock *MSucc, in fastEmitBranch() function in FastISel 1473 fastEmitBranch(FalseMBB, DbgLoc); in finishCondBranch() 1611 fastEmitBranch(MSucc, BI->getDebugLoc()); in selectOperator()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 1088 fastEmitBranch(MSucc, Br->getDebugLoc()); in selectBr()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2293 fastEmitBranch(MSucc, BI->getDebugLoc()); in selectBranch() 2308 fastEmitBranch(FBB, DbgLoc); in selectBranch() 2311 fastEmitBranch(TBB, DbgLoc); in selectBranch()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1574 case CmpInst::FCMP_FALSE: fastEmitBranch(FalseMBB, DbgLoc); return true; in X86SelectBranch() 1575 case CmpInst::FCMP_TRUE: fastEmitBranch(TrueMBB, DbgLoc); return true; in X86SelectBranch()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 798 fastEmitBranch(Target, DbgLoc); in SelectBranch()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1300 fastEmitBranch(Target, DbgLoc); in SelectBranch()
|