Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp4217 static unsigned getCorrespondingDRegAndLane(const TargetRegisterInfo *TRI, in getCorrespondingDRegAndLane() function
4318 DReg = getCorrespondingDRegAndLane(TRI, SrcReg, Lane); in setExecutionDomain()
4341 DReg = getCorrespondingDRegAndLane(TRI, DstReg, Lane); in setExecutionDomain()
4375 DDst = getCorrespondingDRegAndLane(TRI, DstReg, DstLane); in setExecutionDomain()
4376 DSrc = getCorrespondingDRegAndLane(TRI, SrcReg, SrcLane); in setExecutionDomain()