Searched refs:D16Idx (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp693 int D16Idx = AMDGPU::getNamedOperandIdx(MI.getOpcode(), local
747 bool D16 = D16Idx >= 0 && MI.getOperand(D16Idx).getImm();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3402 int D16Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::d16); local
3403 if (D16Idx >= 0 && Inst.getOperand(D16Idx).getImm())
3621 int D16Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::d16); local
3622 if (D16Idx >= 0 && Inst.getOperand(D16Idx).getImm()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10961 int D16Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::d16) - 1; local
10962 if (D16Idx >= 0 && Node->getConstantOperandVal(D16Idx))

Completed in 226 milliseconds