Home
last modified time | relevance | path

Searched refs:getS_CMPOpcode (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h132 int getS_CMPOpcode(CmpInst::Predicate P, unsigned Size) const;
H A DAMDGPUInstructionSelector.cpp1198 int AMDGPUInstructionSelector::getS_CMPOpcode(CmpInst::Predicate P, in getS_CMPOpcode() function in AMDGPUInstructionSelector
1322 int Opcode = getS_CMPOpcode(Pred, Size); in selectG_ICMP_or_FCMP()