Searched refs:getCorrespondingDRegAndLane (Results 1 – 3 of 3) 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-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 4866 static unsigned getCorrespondingDRegAndLane(const TargetRegisterInfo *TRI, in getCorrespondingDRegAndLane() function 4969 DReg = getCorrespondingDRegAndLane(TRI, SrcReg, Lane); in setExecutionDomain() 4993 DReg = getCorrespondingDRegAndLane(TRI, DstReg, Lane); in setExecutionDomain() 5027 DDst = getCorrespondingDRegAndLane(TRI, DstReg, DstLane); in setExecutionDomain() 5028 DSrc = getCorrespondingDRegAndLane(TRI, SrcReg, SrcLane); in setExecutionDomain()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 4902 static unsigned getCorrespondingDRegAndLane(const TargetRegisterInfo *TRI, in getCorrespondingDRegAndLane() function 5005 DReg = getCorrespondingDRegAndLane(TRI, SrcReg, Lane); in setExecutionDomain() 5029 DReg = getCorrespondingDRegAndLane(TRI, DstReg, Lane); in setExecutionDomain() 5063 DDst = getCorrespondingDRegAndLane(TRI, DstReg, DstLane); in setExecutionDomain() 5064 DSrc = getCorrespondingDRegAndLane(TRI, SrcReg, SrcLane); in setExecutionDomain()
|