Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp45 bool isKImmOperand(const MachineOperand &Src) const;
162 bool SIShrinkInstructions::isKImmOperand(const MachineOperand &Src) const { in isKImmOperand() function in SIShrinkInstructions
254 (!TII->sopkIsZext(SOPKOpc) && isKImmOperand(Src1))) { in shrinkScalarCompare()
837 if (Src1->isImm() && isKImmOperand(*Src1)) { in runOnMachineFunction()
860 if (isKImmOperand(Src)) in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h1151 bool isKImmOperand(const MCInstrDesc &Desc, unsigned OpNo);
DAMDGPUBaseInfo.cpp2163 bool isKImmOperand(const MCInstrDesc &Desc, unsigned OpNo) { in isKImmOperand() function
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3359 AMDGPU::isKImmOperand(Desc, OpIdx)) { in isInlineConstant()