Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h117 bool selectIntrinsicIcmp(MachineInstr &MI) const;
H A DAMDGPUInstructionSelector.cpp965 return selectIntrinsicIcmp(I); in selectG_INTRINSIC()
1094 bool AMDGPUInstructionSelector::selectIntrinsicIcmp(MachineInstr &I) const { in selectIntrinsicIcmp() function in AMDGPUInstructionSelector