Home
last modified time | relevance | path

Searched refs:SourceRegister (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h52 MCRegister SourceRegister, bool KillSource) const override;
56 Register SourceRegister, bool IsKill, int FrameIndex,
H A DLanaiInstrInfo.cpp38 MCRegister SourceRegister, in copyPhysReg() argument
40 if (!Lanai::GPRRegClass.contains(DestinationRegister, SourceRegister)) { in copyPhysReg()
45 .addReg(SourceRegister, getKillRegState(KillSource)) in copyPhysReg()
51 Register SourceRegister, bool IsKill, int FrameIndex, in storeRegToStackSlot() argument
63 .addReg(SourceRegister, getKillRegState(IsKill)) in storeRegToStackSlot()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp301 Register ReturnRegister, Register SourceRegister, in buildSelectInst() argument
315 return MIRBuilder.buildSelect(ReturnRegister, SourceRegister, TrueConst, in buildSelectInst()