Home
last modified time | relevance | path

Searched refs:opCanUseInlineConstant (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h220 bool opCanUseInlineConstant(unsigned OpType) const;
H A DSIFoldOperands.cpp456 if (!SRI.opCanUseInlineConstant(OpInfo.OperandType) || in tryAddToFoldList()
H A DSIRegisterInfo.cpp2240 bool SIRegisterInfo::opCanUseInlineConstant(unsigned OpType) const { in opCanUseInlineConstant() function in SIRegisterInfo
H A DSIInstrInfo.cpp3499 return RI.opCanUseInlineConstant(OpInfo.OperandType); in isImmOperandLegal()