Searched refs:MapperFunc (Results 1 – 3 of 3) sorted by relevance
2141 void emitMapperCall(const LocationDescription &Loc, Function *MapperFunc,2800 omp::RuntimeFunction *MapperFunc = nullptr,
6343 omp::RuntimeFunction *MapperFunc, in createTargetData() argument6391 assert(MapperFunc && "MapperFunc missing for standalone target data"); in createTargetData()6392 Builder.CreateCall(getOrCreateRuntimeFunctionPtr(*MapperFunc), in createTargetData()7249 Function *MapperFunc, Value *SrcLocInfo, in emitMapperCall() argument7269 Builder.CreateCall(MapperFunc, in emitMapperCall()
9292 llvm::Function *MapperFunc = getOrCreateUserDefinedMapperFunc( in emitUserDefinedMapper() local9294 assert(MapperFunc && "Expect a valid mapper function is available."); in emitUserDefinedMapper()9295 MapperCGF.EmitNounwindRuntimeCall(MapperFunc, OffloadingArgs); in emitUserDefinedMapper()