Home
last modified time | relevance | path

Searched refs:selectStoreIntrinsic (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.h88 MachineInstr *selectStoreIntrinsic(MachineIRBuilder &B,
DAMDGPUInstructionSelector.h102 bool selectStoreIntrinsic(MachineInstr &MI, bool IsFormat) const;
DAMDGPUInstructionSelector.cpp971 bool AMDGPUInstructionSelector::selectStoreIntrinsic(MachineInstr &MI, in selectStoreIntrinsic() function in AMDGPUInstructionSelector
1161 return selectStoreIntrinsic(I, false); in selectG_INTRINSIC_W_SIDE_EFFECTS()
1163 return selectStoreIntrinsic(I, true); in selectG_INTRINSIC_W_SIDE_EFFECTS()
DAMDGPURegisterBankInfo.cpp1358 AMDGPURegisterBankInfo::selectStoreIntrinsic(MachineIRBuilder &B, in selectStoreIntrinsic() function in AMDGPURegisterBankInfo