Home
last modified time | relevance | path

Searched refs:LLVM_BB (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp531 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSel16() local
543 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSel16()
544 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSel16()
593 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSelT16() local
605 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelT16()
606 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelT16()
658 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSeliT16() local
670 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSeliT16()
671 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSeliT16()
DMipsISelLowering.cpp1067 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitAtomicBinary() local
1068 MachineBasicBlock *loopMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicBinary()
1069 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicBinary()
1178 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitAtomicBinaryPartword() local
1179 MachineBasicBlock *loopMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicBinaryPartword()
1180 MachineBasicBlock *sinkMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicBinaryPartword()
1181 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicBinaryPartword()
1330 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitAtomicCmpSwap() local
1331 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap()
1332 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap()
[all …]
DMipsSEISelLowering.cpp2751 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitBPOSGE32() local
2754 MachineBasicBlock *FBB = F->CreateMachineBasicBlock(LLVM_BB); in emitBPOSGE32()
2755 MachineBasicBlock *TBB = F->CreateMachineBasicBlock(LLVM_BB); in emitBPOSGE32()
2756 MachineBasicBlock *Sink = F->CreateMachineBasicBlock(LLVM_BB); in emitBPOSGE32()
2816 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitMSACBranchPseudo() local
2819 MachineBasicBlock *FBB = F->CreateMachineBasicBlock(LLVM_BB); in emitMSACBranchPseudo()
2820 MachineBasicBlock *TBB = F->CreateMachineBasicBlock(LLVM_BB); in emitMSACBranchPseudo()
2821 MachineBasicBlock *Sink = F->CreateMachineBasicBlock(LLVM_BB); in emitMSACBranchPseudo()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1230 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitShiftInstr() local
1235 MachineBasicBlock *LoopBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitShiftInstr()
1236 MachineBasicBlock *RemBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitShiftInstr()
1319 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
1331 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
1332 MachineBasicBlock *copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp549 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
560 MachineBasicBlock *Copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
561 MachineBasicBlock *Copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2915 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in expandSelectCC() local
2926 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC()
2927 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC()
3003 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in expandAtomicRMW() local
3005 MachineBasicBlock *LoopMBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicRMW()
3006 MachineBasicBlock *DoneMBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicRMW()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7861 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitAtomicBinary() local
7872 MachineBasicBlock *loopMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicBinary()
7873 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicBinary()
7932 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitPartwordAtomicBinary() local
7943 MachineBasicBlock *loopMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitPartwordAtomicBinary()
7944 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitPartwordAtomicBinary()
8335 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
8388 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
8389 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
8450 MachineBasicBlock *readMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
[all …]
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1560 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
1572 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
1573 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp7001 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitStructByval() local
7105 MachineBasicBlock *loopMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitStructByval()
7106 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitStructByval()
7364 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
7376 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
7377 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
7480 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
7484 MachineBasicBlock *RSBBB = Fn->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
7485 MachineBasicBlock *SinkBB = Fn->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp18127 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in EmitVAARG64WithCustomInserter() local
18129 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
18130 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
18131 endMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
18302 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in EmitVAStartSaveXMMRegsWithCustomInserter() local
18306 MachineBasicBlock *XMMSaveMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitVAStartSaveXMMRegsWithCustomInserter()
18307 MachineBasicBlock *EndMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitVAStartSaveXMMRegsWithCustomInserter()
18412 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitLoweredSelect() local
18505 jcc1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSelect()
18510 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSelect()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp921 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in EmitF128CSEL() local
932 MachineBasicBlock *TrueBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitF128CSEL()
933 MachineBasicBlock *EndBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitF128CSEL()