Home
last modified time | relevance | path

Searched refs:OpY (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp373 uint16_t OpY; member
649 int getVOPDFull(unsigned OpX, unsigned OpY, unsigned EncodingFamily) { in getVOPDFull() argument
651 getVOPDInfoFromComponentOpcodes(OpX, OpY, EncodingFamily); in getVOPDFull()
659 auto OpY = getVOPDBaseFromComponent(Info->OpY); in getVOPDComponents() local
660 assert(OpX && OpY); in getVOPDComponents()
661 return {OpX->BaseVOP, OpY->BaseVOP}; in getVOPDComponents()
751 VOPD::InstInfo getVOPDInstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY) { in getVOPDInstInfo() argument
752 return VOPD::InstInfo(OpX, OpY); in getVOPDInstInfo()
757 auto [OpX, OpY] = getVOPDComponents(VOPDOpcode); in getVOPDInstInfo()
759 const auto &OpYDesc = InstrInfo->get(OpY); in getVOPDInstInfo()
H A DAMDGPUBaseInfo.h599 int getVOPDFull(unsigned OpX, unsigned OpY, unsigned EncodingFamily);
810 InstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY) in InstInfo() argument
811 : CompInfo{OpX, OpY} {} in InstInfo()
854 VOPD::InstInfo getVOPDInstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOPDInstructions.td75 bits<5> OpY = YasVC.VOPDOp;
198 assert !not(isOpXMADK), "Expected only OpY as MADK";
H A DSIInstrInfo.td2923 let Fields = ["Opcode", "OpX", "OpY", "SubTgt"];
2930 let Key = ["OpX", "OpY", "SubTgt"];
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1096 MachineOperand &OpY = Root.getOperand(OperandIndices[4]); in reassociateOps() local
1102 Register RegY = OpY.getReg(); in reassociateOps()
1125 bool KillY = OpY.isKill(); in reassociateOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp240 Value *OpY = I->getOperand(5); in instCombineIntrinsic() local
247 I->getOperand(2), OpZ, OpX, OpY}); in instCombineIntrinsic()