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

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

Completed in 199 milliseconds