Searched refs:ImmTySdwaSrc0Sel (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 121 ImmTySdwaSrc0Sel, enumerator 234 bool isSDWASrc0Sel() const { return isImmTy(ImmTySdwaSrc0Sel); } in isSDWASrc0Sel() 453 case ImmTySdwaSrc0Sel: OS << "SdwaSrc0Sel"; break; in printImmTy() 2350 {"src0_sel", AMDGPUOperand::ImmTySdwaSrc0Sel, false, nullptr}, 2364 Op.Type == AMDGPUOperand::ImmTySdwaSrc0Sel || in parseOptionalOperand() 2728 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaSrc0Sel, 6); in cvtSDWA() 2734 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaSrc0Sel, 6); in cvtSDWA() 2739 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaSrc0Sel, 6); in cvtSDWA()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 153 ImmTySdwaSrc0Sel, enumerator 321 bool isSDWASrc0Sel() const { return isImmTy(ImmTySdwaSrc0Sel); } in isSDWASrc0Sel() 678 case ImmTySdwaSrc0Sel: OS << "SdwaSrc0Sel"; break; in printImmTy() 4783 {"src0_sel", AMDGPUOperand::ImmTySdwaSrc0Sel, false, nullptr}, 4836 Op.Type == AMDGPUOperand::ImmTySdwaSrc0Sel || in parseOptionalOpr() 5418 …addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaSrc0Sel, SdwaSel::DWORD… in cvtSDWA() 5428 …addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaSrc0Sel, SdwaSel::DWORD… in cvtSDWA() 5434 …addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaSrc0Sel, SdwaSel::DWORD… in cvtSDWA()
|