Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h52 Register SourceRegister, bool KillSource,
58 Register SourceRegister, bool IsKill, int FrameIndex,
H A DLanaiInstrInfo.cpp36 Register SourceRegister, bool KillSource, in copyPhysReg() argument
38 if (!Lanai::GPRRegClass.contains(DestinationRegister, SourceRegister)) { in copyPhysReg()
43 .addReg(SourceRegister, getKillRegState(KillSource)) in copyPhysReg()
49 Register SourceRegister, bool IsKill, int FrameIndex, in storeRegToStackSlot() argument
62 .addReg(SourceRegister, getKillRegState(IsKill)) in storeRegToStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp468 Register ReturnRegister, Register SourceRegister, in buildSelectInst() argument
484 return MIRBuilder.buildSelect(ReturnRegister, SourceRegister, TrueConst, in buildSelectInst()