Lines Matching refs:Ident
214 KERNEL_ENVIRONMENT_IDX(Ident, 1)
236 KERNEL_ENVIRONMENT_GETTER(Ident, Constant) in KERNEL_ENVIRONMENT_GETTER() argument
1788 Value *Ident = nullptr; in getCombinedIdentFromCallUsesIn() local
1793 Ident = combinedIdentStruct(Ident, CI->getArgOperand(0), in getCombinedIdentFromCallUsesIn()
1799 if (!Ident || !SingleChoice) { in getCombinedIdentFromCallUsesIn()
1810 Ident = OMPInfoCache.OMPBuilder.getOrCreateIdent(Loc, SrcLocStrSize); in getCombinedIdentFromCallUsesIn()
1812 return Ident; in getCombinedIdentFromCallUsesIn()
1875 Value *Ident = getCombinedIdentFromCallUsesIn(RFI, F, in deduplicateRuntimeCalls() local
1877 CI->setArgOperand(0, Ident); in deduplicateRuntimeCalls()
4051 Value *Ident = in insertInstructionGuardsHelper() local
4080 OMPInfoCache.OMPBuilder.Builder.CreateCall(BarrierFn, {Ident, Tid}); in insertInstructionGuardsHelper()
4087 CallInst::Create(BarrierFn, {Ident, Tid}, "", in insertInstructionGuardsHelper()
4502 Value *Ident = KernelInfo::getIdentFromKernelEnvironment(KernelEnvC); in buildCustomStateMachine() local
4509 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineBeginBB); in buildCustomStateMachine()
4619 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineDoneBarrierBB) in buildCustomStateMachine()