reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
30063   MF->insert(MBBIter, mallocMBB);
30078   BuildMI(BB, DL, TII->get(X86::JCC_1)).addMBB(mallocMBB).addImm(X86::COND_G);
30092     BuildMI(mallocMBB, DL, TII->get(X86::MOV64rr), X86::RDI)
30094     BuildMI(mallocMBB, DL, TII->get(X86::CALL64pcrel32))
30100     BuildMI(mallocMBB, DL, TII->get(X86::MOV32rr), X86::EDI)
30102     BuildMI(mallocMBB, DL, TII->get(X86::CALL64pcrel32))
30108     BuildMI(mallocMBB, DL, TII->get(X86::SUB32ri), physSPReg).addReg(physSPReg)
30110     BuildMI(mallocMBB, DL, TII->get(X86::PUSH32r)).addReg(sizeVReg);
30111     BuildMI(mallocMBB, DL, TII->get(X86::CALLpcrel32))
30118     BuildMI(mallocMBB, DL, TII->get(X86::ADD32ri), physSPReg).addReg(physSPReg)
30121   BuildMI(mallocMBB, DL, TII->get(TargetOpcode::COPY), mallocPtrVReg)
30123   BuildMI(mallocMBB, DL, TII->get(X86::JMP_1)).addMBB(continueMBB);
30127   BB->addSuccessor(mallocMBB);
30128   mallocMBB->addSuccessor(continueMBB);
30135       .addMBB(mallocMBB)