Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp40 bool isKImmOperand(const MachineOperand &Src) const;
171 bool SIShrinkInstructions::isKImmOperand(const MachineOperand &Src) const { in isKImmOperand() function in SIShrinkInstructions
286 (!SIInstrInfo::sopkIsZext(SOPKOpc) && isKImmOperand(Src1))) { in shrinkScalarCompare()
911 if (Src1->isImm() && isKImmOperand(*Src1)) { in run()
936 if (isKImmOperand(Src)) { in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1567 bool isKImmOperand(const MCInstrDesc &Desc, unsigned OpNo);
H A DAMDGPUBaseInfo.cpp2611 bool isKImmOperand(const MCInstrDesc &Desc, unsigned OpNo) { in isKImmOperand() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3713 AMDGPU::isKImmOperand(Desc, OpIdx)) { in isInlineConstant()