Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp312 auto PhysRegToVReg = MIRBuilder.buildCopy(LLT::scalar(LocSize), PhysReg); in assignValueToReg() local
313 MIRBuilder.buildTrunc(ValVReg, PhysRegToVReg); in assignValueToReg()