Searched refs:m_ICst (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGlobalISelUtils.cpp36 if (mi_match(Def->getOperand(2).getReg(), MRI, m_ICst(Offset)))
40 if (mi_match(Def->getOperand(2).getReg(), MRI, m_Copy(m_ICst(Offset))))
H A DAMDGPUInstructionSelector.cpp802 if (mi_match(Reg, MRI, m_ICst(C)) && C == 0)
806 return mi_match(Reg, MRI, m_Copy(m_ICst(C))) && C == 0;
2102 if (mi_match(Root.getReg(), *MRI, m_ICst(Offset))) {
2208 if (!mi_match(Root.getReg(), *MRI, m_ICst(Offset)) ||
2260 } else if (mi_match(Root.getReg(), *MRI, m_ICst(ConstAddr))) {
H A DAMDGPURegisterBankInfo.cpp1285 if (mi_match(Reg, MRI, m_ICst(Const)))
1289 if (mi_match(Reg, MRI, m_GAdd(m_Reg(Base), m_ICst(Const))))
1342 return mi_match(Reg, MRI, m_ICst(C)) && C == 0;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h55 inline ConstantMatch m_ICst(int64_t &Cst) { return ConstantMatch(Cst); } function in namespace:llvm::MIPatternMatch
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp3698 if (!mi_match(InsMI->getOperand(3).getReg(), MRI, m_ICst(Index)) || Index)

Completed in 171 milliseconds