Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp11786 unsigned mallocPtrVReg = MRI.createVirtualRegister(AddrRegClass), in EmitLoweredSegAlloca() local
11839 BuildMI(mallocMBB, DL, TII->get(TargetOpcode::COPY), mallocPtrVReg) in EmitLoweredSegAlloca()
11852 .addReg(mallocPtrVReg).addMBB(mallocMBB) in EmitLoweredSegAlloca()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp23494 unsigned mallocPtrVReg = MRI.createVirtualRegister(AddrRegClass), in EmitLoweredSegAlloca() local
23563 BuildMI(mallocMBB, DL, TII->get(TargetOpcode::COPY), mallocPtrVReg) in EmitLoweredSegAlloca()
23576 .addReg(mallocPtrVReg) in EmitLoweredSegAlloca()