Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h458 void fastEmitBranch(MachineBasicBlock *MBB, DebugLoc DL);
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1353 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/
DAArch64FastISel.cpp2233 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/
DARMFastISel.cpp1282 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/
DPPCFastISel.cpp754 fastEmitBranch(FBB, DbgLoc); in SelectBranch()
762 fastEmitBranch(Target, DbgLoc); in SelectBranch()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1369 void FastISel::fastEmitBranch(MachineBasicBlock *MSucc, DebugLoc DbgLoc) { in fastEmitBranch() function in FastISel
1522 fastEmitBranch(MSucc, BI->getDebugLoc()); in selectOperator()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp833 fastEmitBranch(FBB, DbgLoc); in selectBranch()