Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h220 bool opCanUseInlineConstant(unsigned OpType) const;
H A DSIFoldOperands.cpp455 if (!SRI.opCanUseInlineConstant(OpInfo.OperandType) || in tryAddToFoldList()
H A DSIRegisterInfo.cpp2162 bool SIRegisterInfo::opCanUseInlineConstant(unsigned OpType) const { in opCanUseInlineConstant() function in SIRegisterInfo
H A DSIInstrInfo.cpp3446 return RI.opCanUseInlineConstant(OpInfo.OperandType); in isImmOperandLegal()