Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp112 const BasicBlock *LLVM_BB = BB.getBasicBlock(); in expandAtomicCmpSwapSubword() local
113 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicCmpSwapSubword()
114 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicCmpSwapSubword()
115 MachineBasicBlock *sinkMBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicCmpSwapSubword()
116 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicCmpSwapSubword()
249 const BasicBlock *LLVM_BB = BB.getBasicBlock(); in expandAtomicCmpSwap() local
250 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicCmpSwap()
251 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicCmpSwap()
252 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicCmpSwap()
437 const BasicBlock *LLVM_BB = BB.getBasicBlock(); in expandAtomicBinOpSubword() local
[all …]
H A DMips16ISelLowering.cpp524 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSel16() local
535 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSel16()
536 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSel16()
587 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSelT16() local
598 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelT16()
599 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelT16()
653 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()
H A DMipsSEISelLowering.cpp3095 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitBPOSGE32() local
3098 MachineBasicBlock *FBB = F->CreateMachineBasicBlock(LLVM_BB); in emitBPOSGE32()
3099 MachineBasicBlock *TBB = F->CreateMachineBasicBlock(LLVM_BB); in emitBPOSGE32()
3100 MachineBasicBlock *Sink = F->CreateMachineBasicBlock(LLVM_BB); in emitBPOSGE32()
3164 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitMSACBranchPseudo() local
3167 MachineBasicBlock *FBB = F->CreateMachineBasicBlock(LLVM_BB); in emitMSACBranchPseudo()
3168 MachineBasicBlock *TBB = F->CreateMachineBasicBlock(LLVM_BB); in emitMSACBranchPseudo()
3169 MachineBasicBlock *Sink = F->CreateMachineBasicBlock(LLVM_BB); in emitMSACBranchPseudo()
H A DMipsISelLowering.cpp1881 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitAtomicBinaryPartword() local
1882 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicBinaryPartword()
2065 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitAtomicCmpSwapPartword() local
2066 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwapPartword()
4794 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitPseudoSELECT() local
4805 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitPseudoSELECT()
4806 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitPseudoSELECT()
4871 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitPseudoD_SELECT() local
4882 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitPseudoD_SELECT()
4883 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitPseudoD_SELECT()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1324 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitShiftInstr() local
1328 MachineBasicBlock *LoopBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitShiftInstr()
1329 MachineBasicBlock *RemBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitShiftInstr()
1421 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
1432 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
1433 MachineBasicBlock *copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp735 const BasicBlock *LLVM_BB = MBB.getBasicBlock(); in expandCopyCFR() local
736 auto *FalseBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandCopyCFR()
737 auto *SinkBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandCopyCFR()
H A DLoongArchISelLowering.cpp5843 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in insertDivByZeroTrap() local
5846 auto BreakMBB = MF->CreateMachineBasicBlock(LLVM_BB); in insertDivByZeroTrap()
5847 auto SinkMBB = MF->CreateMachineBasicBlock(LLVM_BB); in insertDivByZeroTrap()
5950 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitVecCondBranchPseudo() local
5956 MachineBasicBlock *FalseBB = F->CreateMachineBasicBlock(LLVM_BB); in emitVecCondBranchPseudo()
5957 MachineBasicBlock *TrueBB = F->CreateMachineBasicBlock(LLVM_BB); in emitVecCondBranchPseudo()
5958 MachineBasicBlock *SinkBB = F->CreateMachineBasicBlock(LLVM_BB); in emitVecCondBranchPseudo()
6343 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSelectPseudo() local
6349 MachineBasicBlock *TailMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo()
6350 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp203 const BasicBlock *LLVM_BB = ThisMBB->getBasicBlock(); in splitMBB() local
205 MachineBasicBlock *NewMBB = MF->CreateMachineBasicBlock(LLVM_BB); in splitMBB()
H A DPPCISelLowering.cpp12894 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitAtomicBinary() local
12904 MachineBasicBlock *loopMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicBinary()
12906 CmpOpcode ? F->CreateMachineBasicBlock(LLVM_BB) : nullptr; in EmitAtomicBinary()
12907 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicBinary()
13072 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitPartwordAtomicBinary() local
13079 MachineBasicBlock *loopMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitPartwordAtomicBinary()
13081 CmpOpcode ? F->CreateMachineBasicBlock(LLVM_BB) : nullptr; in EmitPartwordAtomicBinary()
13082 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitPartwordAtomicBinary()
13754 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
13787 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp938 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
948 MachineBasicBlock *Copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
949 MachineBasicBlock *Copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp1019 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in expandExtendStackPseudo() local
1020 MachineBasicBlock *syscallMBB = MF.CreateMachineBasicBlock(LLVM_BB); in expandExtendStackPseudo()
1021 MachineBasicBlock *sinkMBB = MF.CreateMachineBasicBlock(LLVM_BB); in expandExtendStackPseudo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1770 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in insertShift() local
1779 MachineBasicBlock *LoopBB = F->CreateMachineBasicBlock(LLVM_BB); in insertShift()
1780 MachineBasicBlock *CheckBB = F->CreateMachineBasicBlock(LLVM_BB); in insertShift()
1781 MachineBasicBlock *RemBB = F->CreateMachineBasicBlock(LLVM_BB); in insertShift()
2359 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in EmitInstrWithCustomInserter() local
2369 MachineBasicBlock *trueMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
2370 MachineBasicBlock *falseMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp972 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSelectPseudo() local
982 MachineBasicBlock *copyMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo()
983 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp823 const BasicBlock *LLVM_BB = MBB.getBasicBlock(); in emitStackProbeInlineGenericLoop() local
825 MachineBasicBlock *testMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInlineGenericLoop()
826 MachineBasicBlock *tailMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInlineGenericLoop()
951 const BasicBlock *LLVM_BB = MBB.getBasicBlock(); in emitStackProbeInlineWindowsCoreCLR64() local
985 MachineBasicBlock *RoundMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInlineWindowsCoreCLR64()
986 MachineBasicBlock *LoopMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInlineWindowsCoreCLR64()
987 MachineBasicBlock *ContinueMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInlineWindowsCoreCLR64()
H A DX86ISelLowering.cpp35897 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in EmitVAARGWithCustomInserter() local
35898 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()
35899 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()
35900 endMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()
36267 const BasicBlock *LLVM_BB = ThisMBB->getBasicBlock(); in EmitLoweredCascadedSelect() local
36269 MachineBasicBlock *FirstInsertedMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredCascadedSelect()
36270 MachineBasicBlock *SecondInsertedMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredCascadedSelect()
36271 MachineBasicBlock *SinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredCascadedSelect()
36425 const BasicBlock *LLVM_BB = ThisMBB->getBasicBlock(); in EmitLoweredSelect() local
36427 MachineBasicBlock *FalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSelect()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp1582 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in emitSelectCC() local
1586 MachineBasicBlock *CopyMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectCC()
1587 MachineBasicBlock *SinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1408 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
1419 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
1420 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3231 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in expandSelectCC() local
3236 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC()
3237 MachineBasicBlock *SinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11529 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitStructByval() local
11633 MachineBasicBlock *loopMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitStructByval()
11634 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitStructByval()
12223 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
12234 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
12235 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
12361 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
12364 MachineBasicBlock *RSBBB = Fn->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
12365 MachineBasicBlock *SinkBB = Fn->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21474 const BasicBlock *LLVM_BB = ThisMBB->getBasicBlock(); in EmitLoweredCascadedSelect() local
21476 MachineBasicBlock *FirstMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredCascadedSelect()
21477 MachineBasicBlock *SecondMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredCascadedSelect()
21478 MachineBasicBlock *SinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredCascadedSelect()
21617 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSelectPseudo() local
21623 MachineBasicBlock *TailMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo()
21624 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2792 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in EmitF128CSEL() local
2802 MachineBasicBlock *TrueBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitF128CSEL()
2803 MachineBasicBlock *EndBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitF128CSEL()