Home
last modified time | relevance | path

Searched refs:MapperFunc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2255 Function *MapperFunc, Value *SrcLocInfo,
3062 omp::RuntimeFunction *MapperFunc = nullptr,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6662 CustomMapperCallbackTy CustomMapperCB, omp::RuntimeFunction *MapperFunc, in createTargetData() argument
6717 assert(MapperFunc && "MapperFunc missing for standalone target data"); in createTargetData()
6728 Builder.CreateCall(getOrCreateRuntimeFunctionPtr(*MapperFunc), in createTargetData()
8097 Function *MapperFunc, Value *SrcLocInfo, in emitMapperCall() argument
8117 Builder.CreateCall(MapperFunc, in emitMapperCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9404 llvm::Function *MapperFunc = nullptr; in emitUserDefinedMapper() local
9407 MapperFunc = getOrCreateUserDefinedMapperFunc( in emitUserDefinedMapper()
9409 assert(MapperFunc && "Expect a valid mapper function is available."); in emitUserDefinedMapper()
9411 return MapperFunc; in emitUserDefinedMapper()