Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCallingConv.td32 CCIfInReg<CCIfType<[i64], CCCustom<"allocateSGPRTuple">>>,
33 CCIfByVal<CCIfType<[i64], CCCustom<"allocateSGPRTuple">>>,
DAMDGPUISelLowering.cpp58 static bool allocateSGPRTuple(unsigned ValNo, MVT ValVT, MVT LocVT, in allocateSGPRTuple() function