Searched refs:OpY (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 401 uint16_t OpY; member 778 int getVOPDFull(unsigned OpX, unsigned OpY, unsigned EncodingFamily, in getVOPDFull() argument 780 bool IsConvertibleToBitOp = VOPD3 ? getBitOp2(OpY) : 0; in getVOPDFull() 781 OpY = IsConvertibleToBitOp ? (unsigned)AMDGPU::V_BITOP3_B32_e64 : OpY; in getVOPDFull() 783 getVOPDInfoFromComponentOpcodes(OpX, OpY, EncodingFamily, VOPD3); in getVOPDFull() 791 const auto *OpY = getVOPDBaseFromComponent(Info->OpY); in getVOPDComponents() local 792 assert(OpX && OpY); in getVOPDComponents() 793 return {OpX->BaseVOP, OpY->BaseVOP}; in getVOPDComponents() 952 VOPD::InstInfo getVOPDInstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY) { in getVOPDInstInfo() argument 953 return VOPD::InstInfo(OpX, OpY); in getVOPDInstInfo() [all …]
|
| H A D | AMDGPUBaseInfo.h | 637 int getVOPDFull(unsigned OpX, unsigned OpY, unsigned EncodingFamily, 896 InstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY) in InstInfo() argument 897 : CompInfo{OpX, OpY} {} in InstInfo() 953 VOPD::InstInfo getVOPDInstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 1328 MachineOperand &OpY = Root.getOperand(OperandIndices[4]); in reassociateOps() local 1334 Register RegY = OpY.getReg(); in reassociateOps() 1357 bool KillY = OpY.isKill(); in reassociateOps()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | VOPDInstructions.td | 116 bits<6> OpY = YasVC.VOPDOp;
|
| H A D | SIInstrInfo.td | 3341 let Fields = ["Opcode", "OpX", "OpY", "SubTgt", "VOPD3"]; 3348 let Key = ["OpX", "OpY", "SubTgt", "VOPD3"];
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 259 Value *OpY = I->getOperand(5); in instCombineIntrinsic() local 266 I->getOperand(2), OpZ, OpX, OpY}); in instCombineIntrinsic()
|