Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp310 unsigned FinalA = composeSubRegIndices(IA.getSubReg(), SubA); in getCommonSuperRegClass()
319 unsigned FinalB = composeSubRegIndices(IB.getSubReg(), SubB); in getCommonSuperRegClass()
DRegisterCoalescer.cpp401 DstSub = tri.composeSubRegIndices(MI->getOperand(0).getSubReg(), in INITIALIZE_PASS_DEPENDENCY()
556 return TRI.composeSubRegIndices(SrcIdx, SrcSub) == in isCoalescable()
557 TRI.composeSubRegIndices(DstIdx, DstSub); in isCoalescable()
1289 unsigned NewDstIdx = TRI->composeSubRegIndices(CP.getSrcIdx(), in reMaterializeTrivialDef()
2439 TRI->composeSubRegIndices(SubIdx, MO.getSubReg())); in computeWriteLanes()
2874 unsigned S = TRI->composeSubRegIndices(SubIdx, MO.getSubReg()); in usesLanes()
DDetectDeadLanes.cpp178 SrcSubIdx = TRI.composeSubRegIndices(SubReg, SrcSubIdx); in isCrossCopy()
DTailDuplicator.cpp434 MO.setSubReg(TRI->composeSubRegIndices(MO.getSubReg(), in duplicateInstruction()
DMachineOperand.cpp79 SubIdx = TRI.composeSubRegIndices(SubIdx, getSubReg()); in substVirtReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h570 unsigned composeSubRegIndices(unsigned a, unsigned b) const { in composeSubRegIndices() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp213 unsigned ComposedSubIdx = TRI.composeSubRegIndices(MO.getSubReg(), SubIdx); in getSubOperand64()