Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp11789 sizeVReg = MI->getOperand(1).getReg(), in EmitLoweredSegAlloca() local
11807 .addReg(tmpSPVReg).addReg(sizeVReg); in EmitLoweredSegAlloca()
11824 .addReg(sizeVReg); in EmitLoweredSegAlloca()
11830 BuildMI(mallocMBB, DL, TII->get(X86::PUSH32r)).addReg(sizeVReg); in EmitLoweredSegAlloca()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp23498 sizeVReg = MI.getOperand(1).getReg(), in EmitLoweredSegAlloca() local
23516 .addReg(tmpSPVReg).addReg(sizeVReg); in EmitLoweredSegAlloca()
23535 .addReg(sizeVReg); in EmitLoweredSegAlloca()
23543 .addReg(sizeVReg); in EmitLoweredSegAlloca()
23552 BuildMI(mallocMBB, DL, TII->get(X86::PUSH32r)).addReg(sizeVReg); in EmitLoweredSegAlloca()