Home
last modified time | relevance | path

Searched refs:tmpSPVReg (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp11788 tmpSPVReg = MRI.createVirtualRegister(AddrRegClass), in EmitLoweredSegAlloca() local
11805 BuildMI(BB, DL, TII->get(TargetOpcode::COPY), tmpSPVReg).addReg(physSPReg); in EmitLoweredSegAlloca()
11806 BuildMI(BB, DL, TII->get(Is64Bit ? X86::SUB64rr:X86::SUB32rr), tmpSPVReg) in EmitLoweredSegAlloca()
11807 .addReg(tmpSPVReg).addReg(sizeVReg); in EmitLoweredSegAlloca()
11810 .addReg(tmpSPVReg); in EmitLoweredSegAlloca()
11816 .addReg(tmpSPVReg); in EmitLoweredSegAlloca()
11818 .addReg(tmpSPVReg); in EmitLoweredSegAlloca()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp23496 tmpSPVReg = MRI.createVirtualRegister(AddrRegClass), in EmitLoweredSegAlloca() local
23514 BuildMI(BB, DL, TII->get(TargetOpcode::COPY), tmpSPVReg).addReg(physSPReg); in EmitLoweredSegAlloca()
23516 .addReg(tmpSPVReg).addReg(sizeVReg); in EmitLoweredSegAlloca()