Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp526 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSel16() local
538 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSel16()
539 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSel16()
588 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSelT16() local
600 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelT16()
601 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelT16()
652 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSeliT16() local
664 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSeliT16()
665 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSeliT16()
DMipsISelLowering.cpp996 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitAtomicBinary() local
997 MachineBasicBlock *loopMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicBinary()
998 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicBinary()
1107 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitAtomicBinaryPartword() local
1108 MachineBasicBlock *loopMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicBinaryPartword()
1109 MachineBasicBlock *sinkMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicBinaryPartword()
1110 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicBinaryPartword()
1257 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitAtomicCmpSwap() local
1258 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap()
1259 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap()
[all …]
DMipsSEISelLowering.cpp2750 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitBPOSGE32() local
2753 MachineBasicBlock *FBB = F->CreateMachineBasicBlock(LLVM_BB); in emitBPOSGE32()
2754 MachineBasicBlock *TBB = F->CreateMachineBasicBlock(LLVM_BB); in emitBPOSGE32()
2755 MachineBasicBlock *Sink = F->CreateMachineBasicBlock(LLVM_BB); in emitBPOSGE32()
2815 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitMSACBranchPseudo() local
2818 MachineBasicBlock *FBB = F->CreateMachineBasicBlock(LLVM_BB); in emitMSACBranchPseudo()
2819 MachineBasicBlock *TBB = F->CreateMachineBasicBlock(LLVM_BB); in emitMSACBranchPseudo()
2820 MachineBasicBlock *Sink = F->CreateMachineBasicBlock(LLVM_BB); in emitMSACBranchPseudo()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1234 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitShiftInstr() local
1239 MachineBasicBlock *LoopBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitShiftInstr()
1240 MachineBasicBlock *RemBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitShiftInstr()
1323 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
1335 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
1336 MachineBasicBlock *copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6261 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitAtomicBinary() local
6272 MachineBasicBlock *loopMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicBinary()
6273 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicBinary()
6329 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitPartwordAtomicBinary() local
6340 MachineBasicBlock *loopMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitPartwordAtomicBinary()
6341 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitPartwordAtomicBinary()
6710 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
6754 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
6755 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
6873 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
[all …]
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2911 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in expandSelectCC() local
2922 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC()
2923 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC()
2999 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in expandAtomicRMW() local
3001 MachineBasicBlock *LoopMBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicRMW()
3002 MachineBasicBlock *DoneMBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicRMW()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1553 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
1565 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
1566 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp6930 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitStructByval() local
7039 MachineBasicBlock *loopMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitStructByval()
7040 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitStructByval()
7295 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
7307 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
7308 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
7411 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
7415 MachineBasicBlock *RSBBB = Fn->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
7416 MachineBasicBlock *SinkBB = Fn->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp17137 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in EmitVAARG64WithCustomInserter() local
17139 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
17140 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
17141 endMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
17312 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in EmitVAStartSaveXMMRegsWithCustomInserter() local
17316 MachineBasicBlock *XMMSaveMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitVAStartSaveXMMRegsWithCustomInserter()
17317 MachineBasicBlock *EndMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitVAStartSaveXMMRegsWithCustomInserter()
17422 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitLoweredSelect() local
17434 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSelect()
17435 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSelect()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp778 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in EmitF128CSEL() local
789 MachineBasicBlock *TrueBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitF128CSEL()
790 MachineBasicBlock *EndBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitF128CSEL()