Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4918 static MCRegister getCorrespondingDRegAndLane(const TargetRegisterInfo *TRI, in getCorrespondingDRegAndLane() function
5024 DReg = getCorrespondingDRegAndLane(TRI, SrcReg, Lane); in setExecutionDomain()
5048 DReg = getCorrespondingDRegAndLane(TRI, DstReg, Lane); in setExecutionDomain()
5083 DDst = getCorrespondingDRegAndLane(TRI, DstReg, DstLane); in setExecutionDomain()
5084 DSrc = getCorrespondingDRegAndLane(TRI, SrcReg, SrcLane); in setExecutionDomain()