Searched refs:MapperFunc (Results 1 – 3 of 3) sorted by relevance
1563 void emitMapperCall(const LocationDescription &Loc, Function *MapperFunc,2200 omp::RuntimeFunction *MapperFunc = nullptr,
4786 omp::RuntimeFunction *MapperFunc, in createTargetData() argument4831 assert(MapperFunc && "MapperFunc missing for standalone target data"); in createTargetData()4832 Builder.CreateCall(getOrCreateRuntimeFunctionPtr(*MapperFunc), in createTargetData()5286 Function *MapperFunc, Value *SrcLocInfo, in emitMapperCall() argument5306 Builder.CreateCall(MapperFunc, in emitMapperCall()
9231 llvm::Function *MapperFunc = getOrCreateUserDefinedMapperFunc( in emitUserDefinedMapper() local9233 assert(MapperFunc && "Expect a valid mapper function is available."); in emitUserDefinedMapper()9234 MapperCGF.EmitNounwindRuntimeCall(MapperFunc, OffloadingArgs); in emitUserDefinedMapper()