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.cpp45 bool isKImmOperand(const MachineOperand &Src) const;
160 bool SIShrinkInstructions::isKImmOperand(const MachineOperand &Src) const { in isKImmOperand() function in SIShrinkInstructions
275 (!SIInstrInfo::sopkIsZext(SOPKOpc) && isKImmOperand(Src1))) { in shrinkScalarCompare()
865 if (Src1->isImm() && isKImmOperand(*Src1)) { in runOnMachineFunction()
890 if (isKImmOperand(Src)) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1336 bool isKImmOperand(const MCInstrDesc &Desc, unsigned OpNo);
H A DAMDGPUBaseInfo.cpp2357 bool isKImmOperand(const MCInstrDesc &Desc, unsigned OpNo) { in isKImmOperand() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3566 AMDGPU::isKImmOperand(Desc, OpIdx)) { in isInlineConstant()