Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h316 bool isRegisterStore(const MachineInstr &MI) const { in isRegisterStore() function
H A DAMDGPUInstructions.td30 field bit isRegisterStore = 0;
48 let TSFlags{62} = isRegisterStore;
H A DR600InstrInfo.cpp1022 } else if (isRegisterStore(MI)) { in expandPostRAPseudo()
H A DR600Instructions.td716 let isRegisterStore = 1;