Home
last modified time | relevance | path

Searched defs:OpSel (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp350 auto OpSel = OpSelOpr->getImm(); in createDPPInst() local
H A DSIDefines.h888 enum OpSel : uint64_t { enum
H A DSIInstrInfo.cpp3479 const MachineOperand *OpSel = getNamedOperand(MI, AMDGPU::OpName::op_sel); in convertToThreeAddress() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4216 unsigned OpSel = Inst.getOperand(OpSelIdx).getImm(); in validateOpSel() local
4241 unsigned OpSel = Inst.getOperand(OpSelIdx).getImm(); in validateOpSel() local
8054 unsigned OpSel = Inst.getOperand(OpSelIdx).getImm(); in cvtVOP3DstOpSelOnly() local
8167 unsigned OpSel = Inst.getOperand(OpSelIdx).getImm(); in cvtVINTERP() local
8283 unsigned OpSel = 0; in cvtVOP3P() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3379 unsigned OpSel = Inst.getOperand(OpSelIdx).getImm(); in validateOpSel() local
6214 unsigned OpSel = Inst.getOperand(OpSelIdx).getImm(); in cvtVOP3OpSel() local
6384 unsigned OpSel = Inst.getOperand(OpSelIdx).getImm(); in cvtVOP3P() local
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dir.rs4471 pub struct OpSel { struct
4482 impl DisplayOp for OpSel { implementation
H A Dsm50.rs1907 impl SM50Op for OpSel { implementation
H A Dsm70.rs2085 impl SM70Op for OpSel { implementation
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp759 unsigned OpSel = 0; member