Searched refs:getCorrespondingDRegAndLane (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 4217 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 4612 static unsigned getCorrespondingDRegAndLane(const TargetRegisterInfo *TRI, in getCorrespondingDRegAndLane() function 4715 DReg = getCorrespondingDRegAndLane(TRI, SrcReg, Lane); in setExecutionDomain() 4739 DReg = getCorrespondingDRegAndLane(TRI, DstReg, Lane); in setExecutionDomain() 4773 DDst = getCorrespondingDRegAndLane(TRI, DstReg, DstLane); in setExecutionDomain() 4774 DSrc = getCorrespondingDRegAndLane(TRI, SrcReg, SrcLane); in setExecutionDomain()
|