Searched refs:fastEmitBranch (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 458 void fastEmitBranch(MachineBasicBlock *MBB, DebugLoc DL);
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1353 case CmpInst::FCMP_FALSE: fastEmitBranch(FalseMBB, DbgLoc); return true; in X86SelectBranch() 1354 case CmpInst::FCMP_TRUE: fastEmitBranch(TrueMBB, DbgLoc); return true; in X86SelectBranch() 1424 fastEmitBranch(FalseMBB, DbgLoc); in X86SelectBranch() 1456 fastEmitBranch(FalseMBB, DbgLoc); in X86SelectBranch() 1476 fastEmitBranch(FalseMBB, DbgLoc); in X86SelectBranch() 1495 fastEmitBranch(FalseMBB, DbgLoc); in X86SelectBranch()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2233 fastEmitBranch(FBB, DbgLoc); in emitCompareAndBranch() 2242 fastEmitBranch(MSucc, BI->getDebugLoc()); in selectBranch() 2258 fastEmitBranch(FBB, DbgLoc); in selectBranch() 2261 fastEmitBranch(TBB, DbgLoc); in selectBranch() 2316 fastEmitBranch(FBB, DbgLoc); in selectBranch() 2354 fastEmitBranch(FBB, DbgLoc); in selectBranch() 2389 fastEmitBranch(FBB, DbgLoc); in selectBranch() 2423 fastEmitBranch(FBB, DbgLoc); in selectBranch()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1282 fastEmitBranch(FBB, DbgLoc); in SelectBranch() 1307 fastEmitBranch(FBB, DbgLoc); in SelectBranch() 1315 fastEmitBranch(Target, DbgLoc); in SelectBranch() 1345 fastEmitBranch(FBB, DbgLoc); in SelectBranch()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 754 fastEmitBranch(FBB, DbgLoc); in SelectBranch() 762 fastEmitBranch(Target, DbgLoc); in SelectBranch()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1369 void FastISel::fastEmitBranch(MachineBasicBlock *MSucc, DebugLoc DbgLoc) { in fastEmitBranch() function in FastISel 1522 fastEmitBranch(MSucc, BI->getDebugLoc()); in selectOperator()
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 833 fastEmitBranch(FBB, DbgLoc); in selectBranch()
|