Home
last modified time | relevance | path

Searched refs:isRegisterLoad (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h320 bool isRegisterLoad(const MachineInstr &MI) const { in isRegisterLoad() function
H A DAMDGPUInstructions.td29 field bit isRegisterLoad = 0;
47 let TSFlags{63} = isRegisterLoad;
H A DR600InstrInfo.cpp1008 if (isRegisterLoad(MI)) { in expandPostRAPseudo()
H A DR600Instructions.td707 let isRegisterLoad = 1;