Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h451 void fastEmitBranch(MachineBasicBlock *MBB, DebugLoc DL);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1416 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/
DAArch64FastISel.cpp2271 fastEmitBranch(MSucc, BI->getDebugLoc()); in selectBranch()
2286 fastEmitBranch(FBB, DbgLoc); in selectBranch()
2289 fastEmitBranch(TBB, DbgLoc); in selectBranch()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1401 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/
DPPCFastISel.cpp785 fastEmitBranch(Target, DbgLoc); in SelectBranch()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1309 fastEmitBranch(Target, DbgLoc); in SelectBranch()