Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSILoadStoreOptimizer.cpp487 const auto *Dest0 = TII->getNamedOperand(*CI.I, AMDGPU::OpName::vdst); in mergeRead2Pair() local
545 .add(*Dest0) // Copy to same destination including flags and sub reg. in mergeRead2Pair()
666 const auto *Dest0 = TII->getNamedOperand(*CI.I, AMDGPU::OpName::sdst); in mergeSBufferLoadImmPair() local
670 .add(*Dest0) // Copy to same destination including flags and sub reg. in mergeSBufferLoadImmPair()
725 const auto *Dest0 = TII->getNamedOperand(*CI.I, AMDGPU::OpName::vdata); in mergeBufferLoadPair() local
729 .add(*Dest0) // Copy to same destination including flags and sub reg. in mergeBufferLoadPair()
/external/llvm/lib/Target/AMDGPU/
DSILoadStoreOptimizer.cpp202 const MachineOperand *Dest0 = TII->getNamedOperand(*I, AMDGPU::OpName::vdst); in mergeRead2Pair() local
250 .addOperand(*Dest0) // Copy to same destination including flags and sub reg. in mergeRead2Pair()