Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h455 void fastEmitBranch(MachineBasicBlock *MBB, const DebugLoc &DL);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1438 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/
DWebAssemblyFastISel.cpp1088 fastEmitBranch(MSucc, Br->getDebugLoc()); in selectBr()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2293 fastEmitBranch(MSucc, BI->getDebugLoc()); in selectBranch()
2308 fastEmitBranch(FBB, DbgLoc); in selectBranch()
2311 fastEmitBranch(TBB, DbgLoc); in selectBranch()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1574 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/
DPPCFastISel.cpp798 fastEmitBranch(Target, DbgLoc); in SelectBranch()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1300 fastEmitBranch(Target, DbgLoc); in SelectBranch()