Searched refs:overflowMBB (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 22793 MachineBasicBlock *overflowMBB; in EmitVAARG64WithCustomInserter() local 22808 overflowMBB = thisMBB; in EmitVAARG64WithCustomInserter() 22829 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter() 22837 MF->insert(MBBIter, overflowMBB); in EmitVAARG64WithCustomInserter() 22847 thisMBB->addSuccessor(overflowMBB); in EmitVAARG64WithCustomInserter() 22851 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter() 22871 .addMBB(overflowMBB); in EmitVAARG64WithCustomInserter() 22927 BuildMI(overflowMBB, DL, TII->get(X86::MOV64rm), OverflowAddrReg) in EmitVAARG64WithCustomInserter() 22943 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg) in EmitVAARG64WithCustomInserter() 22947 BuildMI(overflowMBB, DL, TII->get(X86::AND64ri32), OverflowDestReg) in EmitVAARG64WithCustomInserter() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 30382 MachineBasicBlock *overflowMBB; in EmitVAARG64WithCustomInserter() local 30397 overflowMBB = thisMBB; in EmitVAARG64WithCustomInserter() 30417 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter() 30425 MF->insert(MBBIter, overflowMBB); in EmitVAARG64WithCustomInserter() 30435 thisMBB->addSuccessor(overflowMBB); in EmitVAARG64WithCustomInserter() 30439 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter() 30459 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARG64WithCustomInserter() 30515 BuildMI(overflowMBB, DL, TII->get(X86::MOV64rm), OverflowAddrReg) in EmitVAARG64WithCustomInserter() 30531 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg) in EmitVAARG64WithCustomInserter() 30535 BuildMI(overflowMBB, DL, TII->get(X86::AND64ri32), OverflowDestReg) in EmitVAARG64WithCustomInserter() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 35347 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local 35362 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter() 35382 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter() 35390 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter() 35400 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter() 35404 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter() 35424 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter() 35490 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter() 35508 overflowMBB, DL, in EmitVAARGWithCustomInserter() 35515 overflowMBB, DL, in EmitVAARGWithCustomInserter() [all …]
|