Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp5076 static unsigned getCorrespondingDRegAndLane(const TargetRegisterInfo *TRI, in getCorrespondingDRegAndLane() function
5179 DReg = getCorrespondingDRegAndLane(TRI, SrcReg, Lane); in setExecutionDomain()
5203 DReg = getCorrespondingDRegAndLane(TRI, DstReg, Lane); in setExecutionDomain()
5237 DDst = getCorrespondingDRegAndLane(TRI, DstReg, DstLane); in setExecutionDomain()
5238 DSrc = getCorrespondingDRegAndLane(TRI, SrcReg, SrcLane); in setExecutionDomain()