Searched refs:selectStoreIntrinsic (Results 1 – 4 of 4) sorted by relevance
88 MachineInstr *selectStoreIntrinsic(MachineIRBuilder &B,
102 bool selectStoreIntrinsic(MachineInstr &MI, bool IsFormat) const;
971 bool AMDGPUInstructionSelector::selectStoreIntrinsic(MachineInstr &MI, in selectStoreIntrinsic() function in AMDGPUInstructionSelector1161 return selectStoreIntrinsic(I, false); in selectG_INTRINSIC_W_SIDE_EFFECTS()1163 return selectStoreIntrinsic(I, true); in selectG_INTRINSIC_W_SIDE_EFFECTS()
1358 AMDGPURegisterBankInfo::selectStoreIntrinsic(MachineIRBuilder &B, in selectStoreIntrinsic() function in AMDGPURegisterBankInfo