Searched defs:getCorrespondingDRegAndLane (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4003 static unsigned getCorrespondingDRegAndLane(const TargetRegisterInfo *TRI, function
4103 DReg = getCorrespondingDRegAndLane(TRI, SrcReg, Lane);
4126 DReg = getCorrespondingDRegAndLane(TRI, DstReg, Lane);
4160 DDst = getCorrespondingDRegAndLane(TRI, DstReg, DstLane);
4161 DSrc = getCorrespondingDRegAndLane(TRI, SrcReg, SrcLane);

Completed in 90 milliseconds