Searched refs:fastEmitBranch (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 451 void fastEmitBranch(MachineBasicBlock *MBB, DebugLoc DL);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1416 void FastISel::fastEmitBranch(MachineBasicBlock *MSucc, DebugLoc DbgLoc) { in fastEmitBranch() function in FastISel 1450 fastEmitBranch(FalseMBB, DbgLoc); in finishCondBranch() 1588 fastEmitBranch(MSucc, BI->getDebugLoc()); in selectOperator()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2271 fastEmitBranch(MSucc, BI->getDebugLoc()); in selectBranch() 2286 fastEmitBranch(FBB, DbgLoc); in selectBranch() 2289 fastEmitBranch(TBB, DbgLoc); in selectBranch()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1401 case CmpInst::FCMP_FALSE: fastEmitBranch(FalseMBB, DbgLoc); return true; in X86SelectBranch() 1402 case CmpInst::FCMP_TRUE: fastEmitBranch(TrueMBB, DbgLoc); return true; in X86SelectBranch()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 785 fastEmitBranch(Target, DbgLoc); in SelectBranch()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1309 fastEmitBranch(Target, DbgLoc); in SelectBranch()
|