Home
last modified time | relevance | path

Searched refs:getConstrainedRegClassForOperand (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h323 getConstrainedRegClassForOperand(const MachineOperand &MO,
H A DAMDGPUInstructionSelector.cpp110 = TRI.getConstrainedRegClassForOperand(Dst, *MRI); in constrainCopyLikeIntrin()
112 = TRI.getConstrainedRegClassForOperand(Src, *MRI); in constrainCopyLikeIntrin()
133 = TRI.getConstrainedRegClassForOperand(Dst, *MRI); in selectCOPY()
145 = TRI.getConstrainedRegClassForOperand(Src, *MRI); in selectCOPY()
178 TRI.getConstrainedRegClassForOperand(Dst, *MRI); in selectCOPY()
190 TRI.getConstrainedRegClassForOperand(MO, *MRI); in selectCOPY()
501 TRI.getConstrainedRegClassForOperand(I.getOperand(0), *MRI); in selectG_EXTRACT()
607 = TRI.getConstrainedRegClassForOperand(Src, *MRI); in selectG_MERGE_VALUES()
655 TRI.getConstrainedRegClassForOperand(Dst, *MRI); in selectG_UNMERGE_VALUES()
821 const TargetRegisterClass *RC = TRI.getConstrainedRegClassForOperand(MO, *MRI); in selectG_IMPLICIT_DEF()
[all …]
H A DSIRegisterInfo.cpp3015 SIRegisterInfo::getConstrainedRegClassForOperand(const MachineOperand &MO, in getConstrainedRegClassForOperand() function in SIRegisterInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1141 getConstrainedRegClassForOperand(const MachineOperand &MO, in getConstrainedRegClassForOperand() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp126 OpRC, TRI.getConstrainedRegClassForOperand(RegMO, MRI))) in constrainOperandRegClass()