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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp443 MachineInstr *Reload = It->getPrevNode(); local
446 assert(TII.isLoadFromStackSlot(*Reload, Dummy) == Reg);
448 MBB->remove(Reload);
449 MBB->insertAfter(It, Reload);
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1305 Instruction *Reload = B.CreateLoad(Alloc->getAllocatedType(), Alloc); local
1306 CI->replaceAllUsesWith(Reload);
1310 Instruction *Reload = B.CreateLoad(Alloc->getAllocatedType(), Alloc); local
1311 UI->replaceAllUsesWith(Reload);

Completed in 127 milliseconds