/external/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 532 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 604 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelT16() 605 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelT16() 657 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSeliT16() local 668 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSeliT16() 669 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSeliT16()
|
D | MipsISelLowering.cpp | 1098 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitAtomicBinary() local 1099 MachineBasicBlock *loopMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicBinary() 1100 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicBinary() 1208 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitAtomicBinaryPartword() local 1209 MachineBasicBlock *loopMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicBinaryPartword() 1210 MachineBasicBlock *sinkMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicBinaryPartword() 1211 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicBinaryPartword() 1364 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitAtomicCmpSwap() local 1365 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap() 1366 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap() [all …]
|
D | MipsSEISelLowering.cpp | 2929 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitBPOSGE32() local 2932 MachineBasicBlock *FBB = F->CreateMachineBasicBlock(LLVM_BB); in emitBPOSGE32() 2933 MachineBasicBlock *TBB = F->CreateMachineBasicBlock(LLVM_BB); in emitBPOSGE32() 2934 MachineBasicBlock *Sink = F->CreateMachineBasicBlock(LLVM_BB); in emitBPOSGE32() 2994 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitMSACBranchPseudo() local 2997 MachineBasicBlock *FBB = F->CreateMachineBasicBlock(LLVM_BB); in emitMSACBranchPseudo() 2998 MachineBasicBlock *TBB = F->CreateMachineBasicBlock(LLVM_BB); in emitMSACBranchPseudo() 2999 MachineBasicBlock *Sink = F->CreateMachineBasicBlock(LLVM_BB); in emitMSACBranchPseudo()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 1230 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitShiftInstr() local 1234 MachineBasicBlock *LoopBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitShiftInstr() 1235 MachineBasicBlock *RemBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitShiftInstr() 1318 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local 1329 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() 1330 MachineBasicBlock *copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 549 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local 559 MachineBasicBlock *Copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() 560 MachineBasicBlock *Copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 493 const BasicBlock *LLVM_BB = MBB.getBasicBlock(); in emitStackProbeInline() local 523 MachineBasicBlock *RoundMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInline() 524 MachineBasicBlock *LoopMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInline() 525 MachineBasicBlock *ContinueMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInline()
|
D | X86ISelLowering.cpp | 21102 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in EmitVAARG64WithCustomInserter() local 21104 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter() 21105 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter() 21106 endMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter() 21276 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in EmitVAStartSaveXMMRegsWithCustomInserter() local 21279 MachineBasicBlock *XMMSaveMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitVAStartSaveXMMRegsWithCustomInserter() 21280 MachineBasicBlock *EndMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitVAStartSaveXMMRegsWithCustomInserter() 21417 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitLoweredSelect() local 21565 jcc1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSelect() 21570 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSelect() [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 8153 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitAtomicBinary() local 8163 MachineBasicBlock *loopMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicBinary() 8164 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicBinary() 8223 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitPartwordAtomicBinary() local 8233 MachineBasicBlock *loopMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitPartwordAtomicBinary() 8234 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitPartwordAtomicBinary() 8624 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local 8678 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() 8679 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() 8741 MachineBasicBlock *readMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() [all …]
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 3053 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in expandSelectCC() local 3063 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC() 3064 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC() 3140 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in expandAtomicRMW() local 3142 MachineBasicBlock *LoopMBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicRMW() 3143 MachineBasicBlock *DoneMBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicRMW()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 1565 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local 1576 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() 1577 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7564 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitStructByval() local 7667 MachineBasicBlock *loopMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitStructByval() 7668 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitStructByval() 7952 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local 7963 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() 7964 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() 8070 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local 8073 MachineBasicBlock *RSBBB = Fn->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() 8074 MachineBasicBlock *SinkBB = Fn->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 978 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in EmitF128CSEL() local 988 MachineBasicBlock *TrueBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitF128CSEL() 989 MachineBasicBlock *EndBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitF128CSEL()
|