Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp3205 Value *GTid = KernelInitCB; in buildCustomStateMachine() local
3210 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineBeginBB) in buildCustomStateMachine()
3266 CallInst::Create(ParallelRegion, {ZeroArg, GTid}, "", PRExecuteBB) in buildCustomStateMachine()
3300 CallInst::Create(ParallelRegionFnTy, WorkFnCast, {ZeroArg, GTid}, "", in buildCustomStateMachine()
3315 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineDoneBarrierBB) in buildCustomStateMachine()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4502 llvm::Value *GTid = getThreadID(CGF, Loc); in emitTaskInit() local
4510 {LocRef, GTid, NewTask, NumOfElements, AffinListPtr}); in emitTaskInit()
6162 llvm::Value *GTid = CGF.Builder.CreateIntCast(getThreadID(CGF, Loc), in emitTaskReductionInit() local
6165 IdentTLoc, GTid, in emitTaskReductionInit()
6194 llvm::Value *GTid = CGF.Builder.CreateIntCast(getThreadID(CGF, Loc), in emitTaskReductionFini() local
6196 llvm::Value *Args[] = {IdentTLoc, GTid, in emitTaskReductionFini()