Searched refs:GTid (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 4503 Value *GTid = KernelInitCB; in buildCustomStateMachine() local 4509 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineBeginBB); in buildCustomStateMachine() 4565 CallInst::Create(ParallelRegion, {ZeroArg, GTid}, "", PRExecuteBB) in buildCustomStateMachine() 4601 CallInst::Create(ParallelRegionFnTy, WorkFn, {ZeroArg, GTid}, "", in buildCustomStateMachine() 4619 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineDoneBarrierBB) in buildCustomStateMachine()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 3923 llvm::Value *GTid = getThreadID(CGF, Loc); in emitTaskInit() local 3931 {LocRef, GTid, NewTask, NumOfElements, AffinListPtr}); in emitTaskInit() 5542 llvm::Value *GTid = CGF.Builder.CreateIntCast(getThreadID(CGF, Loc), in emitTaskReductionInit() local 5545 IdentTLoc, GTid, in emitTaskReductionInit() 5574 llvm::Value *GTid = CGF.Builder.CreateIntCast(getThreadID(CGF, Loc), in emitTaskReductionFini() local 5576 llvm::Value *Args[] = {IdentTLoc, GTid, in emitTaskReductionFini()
|