Home
last modified time | relevance | path

Searched refs:SDst (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenOpenCL/
Dpipe_types.cl40 void test_reserved_read_pipe(global struct Person *SDst,
43 read_pipe (SPipe, SDst);
45 read_pipe (SPipe, SDst);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp464 const MachineOperand *SDst = TII->getNamedOperand(MI, in runOnMachineFunction() local
471 if (SDst) { in runOnMachineFunction()
472 if (SDst->getReg() != AMDGPU::VCC) { in runOnMachineFunction()
473 if (TargetRegisterInfo::isVirtualRegister(SDst->getReg())) in runOnMachineFunction()
474 MRI.setRegAllocationHint(SDst->getReg(), 0, AMDGPU::VCC); in runOnMachineFunction()
DSIPeepholeSDWA.cpp876 const MachineOperand *SDst = TII->getNamedOperand(MI, AMDGPU::OpName::sdst); in isConvertibleToSDWA() local
877 if (SDst && SDst->getReg() != AMDGPU::VCC) in isConvertibleToSDWA()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp275 int SDst = AMDGPU::getNamedOperandIdx(MI.getOpcode(), AMDGPU::OpName::sdst); in convertSDWAInst() local
276 if (SDst != -1) { in convertSDWAInst()