Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h113 bool selectIntrinsicCmp(MachineInstr &MI) const;
H A DAMDGPUInstructionSelector.cpp1055 return selectIntrinsicCmp(I); in selectG_INTRINSIC()
1343 bool AMDGPUInstructionSelector::selectIntrinsicCmp(MachineInstr &I) const { in selectIntrinsicCmp() function in AMDGPUInstructionSelector