Home
last modified time | relevance | path

Searched refs:overflowMBB (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp26667 MachineBasicBlock *overflowMBB; in EmitVAARG64WithCustomInserter() local
26682 overflowMBB = thisMBB; in EmitVAARG64WithCustomInserter()
26703 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
26711 MF->insert(MBBIter, overflowMBB); in EmitVAARG64WithCustomInserter()
26721 thisMBB->addSuccessor(overflowMBB); in EmitVAARG64WithCustomInserter()
26725 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()
26745 .addMBB(overflowMBB); in EmitVAARG64WithCustomInserter()
26817 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg) in EmitVAARG64WithCustomInserter()
26832 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), NextAddrReg) in EmitVAARG64WithCustomInserter()
26837 BuildMI(overflowMBB, DL, TII->get(X86::MOV64mr)) in EmitVAARG64WithCustomInserter()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp27870 MachineBasicBlock *overflowMBB; in EmitVAARG64WithCustomInserter() local
27885 overflowMBB = thisMBB; in EmitVAARG64WithCustomInserter()
27906 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
27914 MF->insert(MBBIter, overflowMBB); in EmitVAARG64WithCustomInserter()
27924 thisMBB->addSuccessor(overflowMBB); in EmitVAARG64WithCustomInserter()
27928 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()
27948 .addMBB(overflowMBB); in EmitVAARG64WithCustomInserter()
28020 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg) in EmitVAARG64WithCustomInserter()
28035 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), NextAddrReg) in EmitVAARG64WithCustomInserter()
28040 BuildMI(overflowMBB, DL, TII->get(X86::MOV64mr)) in EmitVAARG64WithCustomInserter()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp28988 MachineBasicBlock *overflowMBB; in EmitVAARG64WithCustomInserter() local
29003 overflowMBB = thisMBB; in EmitVAARG64WithCustomInserter()
29023 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
29031 MF->insert(MBBIter, overflowMBB); in EmitVAARG64WithCustomInserter()
29041 thisMBB->addSuccessor(overflowMBB); in EmitVAARG64WithCustomInserter()
29045 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()
29065 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARG64WithCustomInserter()
29137 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg) in EmitVAARG64WithCustomInserter()
29152 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), NextAddrReg) in EmitVAARG64WithCustomInserter()
29157 BuildMI(overflowMBB, DL, TII->get(X86::MOV64mr)) in EmitVAARG64WithCustomInserter()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp30382 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()
30531 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg) in EmitVAARG64WithCustomInserter()
30546 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), NextAddrReg) in EmitVAARG64WithCustomInserter()
30551 BuildMI(overflowMBB, DL, TII->get(X86::MOV64mr)) in EmitVAARG64WithCustomInserter()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30379 MachineBasicBlock *overflowMBB; in EmitVAARG64WithCustomInserter() local
30394 overflowMBB = thisMBB; in EmitVAARG64WithCustomInserter()
30414 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
30422 MF->insert(MBBIter, overflowMBB); in EmitVAARG64WithCustomInserter()
30432 thisMBB->addSuccessor(overflowMBB); in EmitVAARG64WithCustomInserter()
30436 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()
30456 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARG64WithCustomInserter()
30528 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg) in EmitVAARG64WithCustomInserter()
30543 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), NextAddrReg) in EmitVAARG64WithCustomInserter()
30548 BuildMI(overflowMBB, DL, TII->get(X86::MOV64mr)) in EmitVAARG64WithCustomInserter()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30382 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()
30531 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg) in EmitVAARG64WithCustomInserter()
30546 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), NextAddrReg) in EmitVAARG64WithCustomInserter()
30551 BuildMI(overflowMBB, DL, TII->get(X86::MOV64mr)) in EmitVAARG64WithCustomInserter()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31596 MachineBasicBlock *overflowMBB; in EmitVAARG64WithCustomInserter() local
31611 overflowMBB = thisMBB; in EmitVAARG64WithCustomInserter()
31631 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
31639 MF->insert(MBBIter, overflowMBB); in EmitVAARG64WithCustomInserter()
31649 thisMBB->addSuccessor(overflowMBB); in EmitVAARG64WithCustomInserter()
31653 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()
31673 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARG64WithCustomInserter()
31744 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg) in EmitVAARG64WithCustomInserter()
31759 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), NextAddrReg) in EmitVAARG64WithCustomInserter()
31764 BuildMI(overflowMBB, DL, TII->get(X86::MOV64mr)) in EmitVAARG64WithCustomInserter()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32354 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local
32369 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
32397 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()
32407 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()
32411 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
32431 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()
32497 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter()
32515 overflowMBB, DL, in EmitVAARGWithCustomInserter()
32522 overflowMBB, DL, in EmitVAARGWithCustomInserter()
32536 overflowMBB, DL, in EmitVAARGWithCustomInserter()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31111 MachineBasicBlock *overflowMBB; in EmitVAARG64WithCustomInserter() local
31126 overflowMBB = thisMBB; in EmitVAARG64WithCustomInserter()
31146 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
31154 MF->insert(MBBIter, overflowMBB); in EmitVAARG64WithCustomInserter()
31164 thisMBB->addSuccessor(overflowMBB); in EmitVAARG64WithCustomInserter()
31168 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()
31188 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARG64WithCustomInserter()
31259 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg) in EmitVAARG64WithCustomInserter()
31274 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), NextAddrReg) in EmitVAARG64WithCustomInserter()
31279 BuildMI(overflowMBB, DL, TII->get(X86::MOV64mr)) in EmitVAARG64WithCustomInserter()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp32354 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local
32369 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
32397 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()
32407 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()
32411 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
32431 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()
32497 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter()
32515 overflowMBB, DL, in EmitVAARGWithCustomInserter()
32522 overflowMBB, DL, in EmitVAARGWithCustomInserter()
32536 overflowMBB, DL, in EmitVAARGWithCustomInserter()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31830 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local
31845 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
31873 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()
31883 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()
31887 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
31907 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()
31973 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter()
31991 overflowMBB, DL, in EmitVAARGWithCustomInserter()
31998 overflowMBB, DL, in EmitVAARGWithCustomInserter()
32012 overflowMBB, DL, in EmitVAARGWithCustomInserter()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp31153 MachineBasicBlock *overflowMBB; in EmitVAARG64WithCustomInserter() local
31168 overflowMBB = thisMBB; in EmitVAARG64WithCustomInserter()
31188 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
31196 MF->insert(MBBIter, overflowMBB); in EmitVAARG64WithCustomInserter()
31206 thisMBB->addSuccessor(overflowMBB); in EmitVAARG64WithCustomInserter()
31210 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()
31230 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARG64WithCustomInserter()
31301 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg) in EmitVAARG64WithCustomInserter()
31316 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), NextAddrReg) in EmitVAARG64WithCustomInserter()
31321 BuildMI(overflowMBB, DL, TII->get(X86::MOV64mr)) in EmitVAARG64WithCustomInserter()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32348 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local
32363 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
32391 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()
32401 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()
32405 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
32425 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()
32491 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter()
32509 overflowMBB, DL, in EmitVAARGWithCustomInserter()
32516 overflowMBB, DL, in EmitVAARGWithCustomInserter()
32530 overflowMBB, DL, in EmitVAARGWithCustomInserter()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32354 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local
32369 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
32397 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()
32407 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()
32411 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
32431 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()
32497 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter()
32515 overflowMBB, DL, in EmitVAARGWithCustomInserter()
32522 overflowMBB, DL, in EmitVAARGWithCustomInserter()
32536 overflowMBB, DL, in EmitVAARGWithCustomInserter()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31830 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local
31845 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
31873 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()
31883 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()
31887 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
31907 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()
31973 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter()
31991 overflowMBB, DL, in EmitVAARGWithCustomInserter()
31998 overflowMBB, DL, in EmitVAARGWithCustomInserter()
32012 overflowMBB, DL, in EmitVAARGWithCustomInserter()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32354 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local
32369 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
32397 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()
32407 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()
32411 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
32431 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()
32497 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter()
32515 overflowMBB, DL, in EmitVAARGWithCustomInserter()
32522 overflowMBB, DL, in EmitVAARGWithCustomInserter()
32536 overflowMBB, DL, in EmitVAARGWithCustomInserter()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp33209 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local
33224 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
33252 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()
33262 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()
33266 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
33286 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()
33352 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter()
33370 overflowMBB, DL, in EmitVAARGWithCustomInserter()
33377 overflowMBB, DL, in EmitVAARGWithCustomInserter()
33391 overflowMBB, DL, in EmitVAARGWithCustomInserter()
[all …]