Lines Matching refs:EmitStoreOfScalar

178         CGF.EmitStoreOfScalar(CGF.Builder.getInt32(UntiedSwitch->getNumCases()),  in emitUntiedSwitch()
2134 CGF.EmitStoreOfScalar(ThreadID, in emitThreadIDAddress()
3769 CGF.EmitStoreOfScalar(FieldLVal.getPointer(CGF), RefLoadLVal); in emitTaskPrivateMappingFunction()
3970 CGF.EmitStoreOfScalar(Lastpriv, LILVal); in emitTaskDupFunction()
4047 CGF.EmitStoreOfScalar( in OMPIteratorGeneratorScope()
4322 CGF.EmitStoreOfScalar(EvtVal, EvtLVal); in emitTaskInit()
4400 CGF.EmitStoreOfScalar(CGF.Builder.CreatePtrToInt(Addr, CGF.IntPtrTy), in emitTaskInit()
4405 CGF.EmitStoreOfScalar(Size, LenLVal); in emitTaskInit()
4414 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitTaskInit()
4435 CGF.EmitStoreOfScalar(CGF.Builder.CreatePtrToInt(Addr, CGF.IntPtrTy), in emitTaskInit()
4440 CGF.EmitStoreOfScalar(Size, LenLVal); in emitTaskInit()
4443 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitTaskInit()
4509 CGF.EmitStoreOfScalar(CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in emitTaskInit()
4519 CGF.EmitStoreOfScalar(Data.Priority.getPointer(), PriorityLV); in emitTaskInit()
4643 CGF.EmitStoreOfScalar(CGF.Builder.CreatePtrToInt(Addr, CGF.IntPtrTy), in emitDependData()
4648 CGF.EmitStoreOfScalar(Size, LenLVal); in emitDependData()
4653 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(LLVMFlagsTy, DepKind), in emitDependData()
4662 CGF.EmitStoreOfScalar(Idx, PosLVal); in emitDependData()
4713 CGF.EmitStoreOfScalar(Add, NumLVal); in emitDepobjElementsSizes()
4781 CGF.EmitStoreOfScalar(Add, PosLVal); in emitDepobjElements()
4885 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Pos), PosLVal); in emitDependClause()
4970 CGF.EmitStoreOfScalar(NumDepsVal, BaseAddrLVal); in emitDepobjDependClause()
4978 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(CGF.SizeTy, Idx), PosLVal, in emitDepobjDependClause()
5048 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(LLVMFlagsTy, DepKind), in emitUpdateClause()
5109 CGF.EmitStoreOfScalar(CGF.Builder.getInt32(0), PartIdLVal); in emitTaskCall()
5235 CGF.EmitStoreOfScalar(Data.Reductions, RedLVal); in emitTaskLoopCall()
6052 CGF.EmitStoreOfScalar(CastedShared, SharedLVal); in emitTaskReductionInit()
6057 CGF.EmitStoreOfScalar(CastedOrig, OrigLVal); in emitTaskReductionInit()
6071 CGF.EmitStoreOfScalar(SizeValInChars, SizeLVal); in emitTaskReductionInit()
6076 CGF.EmitStoreOfScalar(InitAddr, InitLVal); in emitTaskReductionInit()
6083 CGF.EmitStoreOfScalar(FiniAddr, FiniLVal); in emitTaskReductionInit()
6089 CGF.EmitStoreOfScalar(CombAddr, CombLVal); in emitTaskReductionInit()
6093 CGF.EmitStoreOfScalar( in emitTaskReductionInit()
6402 CGF.EmitStoreOfScalar(AllocatorVal, AllocatorLVal); in emitUsesAllocatorsInit()
9087 CGF.EmitStoreOfScalar(NonContigInfo.Offsets[L][RevIdx], OffsetLVal); in emitNonContiguousDescriptor()
9091 CGF.EmitStoreOfScalar(NonContigInfo.Counts[L][RevIdx], CountLVal); in emitNonContiguousDescriptor()
9095 CGF.EmitStoreOfScalar(NonContigInfo.Strides[L][RevIdx], StrideLVal); in emitNonContiguousDescriptor()
11697 CGF.EmitStoreOfScalar(NumIterVal, UpperLVal); in emitDoacrossInit()
11701 CGF.EmitStoreOfScalar(llvm::ConstantInt::getSigned(CGM.Int64Ty, /*V=*/1), in emitDoacrossInit()
11740 CGF.EmitStoreOfScalar(CntVal, CGF.Builder.CreateConstArrayGEP(CntAddr, I), in emitDoacrossOrdered()
11848 CGF.EmitStoreOfScalar(Addr, UntiedAddr, /*Volatile=*/false, Ty); in getAddressOfLocalVariable()
12142 CGF.EmitStoreOfScalar( in emitLastprivateConditionalInit()
12272 CGF.EmitStoreOfScalar(IVVal, LastIVLVal); in emitLastprivateConditionalUpdate()
12278 CGF.EmitStoreOfScalar(PrivVal, LastLVal); in emitLastprivateConditionalUpdate()
12415 CGF.EmitStoreOfScalar(Res, PrivLVal); in emitLastprivateConditionalFinalUpdate()