Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h113 bool selectRelocConstant(MachineInstr &I) const;
H A DAMDGPUInstructionSelector.cpp998 return selectRelocConstant(I); in selectG_INTRINSIC()
1209 bool AMDGPUInstructionSelector::selectRelocConstant(MachineInstr &I) const { in selectRelocConstant() function in AMDGPUInstructionSelector