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

References

lib/Target/X86/X86ISelLowering.cpp
30072   BuildMI(BB, DL, TII->get(TargetOpcode::COPY), tmpSPVReg).addReg(physSPReg);
30073   BuildMI(BB, DL, TII->get(IsLP64 ? X86::SUB64rr:X86::SUB32rr), SPLimitVReg)
30075   BuildMI(BB, DL, TII->get(IsLP64 ? X86::CMP64mr:X86::CMP32mr))
30078   BuildMI(BB, DL, TII->get(X86::JCC_1)).addMBB(mallocMBB).addImm(X86::COND_G);
30082   BuildMI(bumpMBB, DL, TII->get(TargetOpcode::COPY), physSPReg)
30084   BuildMI(bumpMBB, DL, TII->get(TargetOpcode::COPY), bumpSPPtrVReg)
30086   BuildMI(bumpMBB, DL, TII->get(X86::JMP_1)).addMBB(continueMBB);
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);
30132   BuildMI(*continueMBB, continueMBB->begin(), DL, TII->get(X86::PHI),