Lines Matching refs:SrcLocInfo
3391 unsigned ReductionBufNum, Value *SrcLocInfo) { in createReductionsGPU() argument
3399 if (!SrcLocInfo) { in createReductionsGPU()
3402 SrcLocInfo = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in createReductionsGPU()
6347 function_ref<Value *(unsigned int)> CustomMapperCB, Value *SrcLocInfo) { in createTargetData() argument
6378 if (!SrcLocInfo) { in createTargetData()
6381 SrcLocInfo = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in createTargetData()
6384 Value *OffloadingArgs[] = {SrcLocInfo, DeviceID, in createTargetData()
6432 if (!SrcLocInfo) { in createTargetData()
6435 SrcLocInfo = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in createTargetData()
6438 Value *OffloadingArgs[] = {SrcLocInfo, DeviceID, in createTargetData()
7249 Function *MapperFunc, Value *SrcLocInfo, in emitMapperCall() argument
7270 {SrcLocInfo, Builder.getInt64(DeviceID), in emitMapperCall()