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.cpp401 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 DAMDGPUBaseInfo.h637 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 DTargetInstrInfo.cpp1328 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 DVOPDInstructions.td116 bits<6> OpY = YasVC.VOPDOp;
H A DSIInstrInfo.td3341 let Fields = ["Opcode", "OpX", "OpY", "SubTgt", "VOPD3"];
3348 let Key = ["OpX", "OpY", "SubTgt", "VOPD3"];
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp259 Value *OpY = I->getOperand(5); in instCombineIntrinsic() local
266 I->getOperand(2), OpZ, OpX, OpY}); in instCombineIntrinsic()