| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | MemorySSATest.cpp | 90 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() 272 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() 721 B.CreateStore(Zero, AllocB); in TEST_F() 723 Instruction *BStore = B.CreateStore(Zero, AllocB); in TEST_F() 777 Instruction *Store = B.CreateStore(One, AllocA); in TEST_F() 1242 B.CreateStore(B.getInt8(0), Foo); in TEST_F() 1243 B.CreateStore(B.getInt8(0), Bar); in TEST_F() 1445 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() 1448 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() 1509 B.CreateStore(ConstantInt::get(Int8, 0), Alloca); in TEST_F() [all …]
|
| H A D | SparsePropagation.cpp | 301 Builder.CreateStore(Builder.getInt64(1), GV); in TEST_F() 304 Builder.CreateStore(Builder.getInt64(1), GV); in TEST_F() 342 Builder.CreateStore(Builder.getInt64(0), GV); in TEST_F() 345 Builder.CreateStore(Builder.getInt64(1), GV); in TEST_F()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | PerfMonitor.cpp | 245 Builder.CreateStore(True, AlreadyInitializedPtr); in insertInitFunction() 258 Builder.CreateStore(CurrentCycles, CyclesTotalStartPtr, true); in insertInitFunction() 273 Builder.CreateStore(CurrentCycles, CyclesInScopStartPtr, true); in insertRegionStart() 290 Builder.CreateStore(CyclesInScops, CyclesInScopsPtr, true); in insertRegionEnd() 295 Builder.CreateStore(CyclesInCurrentScop, CyclesInCurrentScopPtr, true); in insertRegionEnd() 301 Builder.CreateStore(TripCountForCurrentScop, TripCountForCurrentScopPtr, in insertRegionEnd()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 287 Builder.CreateStore(SP, Builder.CreateStructGEP(RegNodeTy, RegNode, 0)); in emitExceptionRegistrationRecord() 317 Builder.CreateStore(SP, Builder.CreateStructGEP(RegNodeTy, RegNode, 0)); in emitExceptionRegistrationRecord() 332 Builder.CreateStore(LSDA, Builder.CreateStructGEP(RegNodeTy, RegNode, 3)); in emitExceptionRegistrationRecord() 345 Builder.CreateStore(FrameAddrI32, EHGuardNode); in emitExceptionRegistrationRecord() 428 Builder.CreateStore(HandlerI8, Builder.CreateStructGEP(LinkTy, Link, 1)); in linkExceptionRegistration() 433 Builder.CreateStore(Next, Builder.CreateStructGEP(LinkTy, Link, 0)); in linkExceptionRegistration() 435 Builder.CreateStore(Link, FSZero); in linkExceptionRegistration() 451 Builder.CreateStore(Next, FSZero); in unlinkExceptionRegistration() 788 Builder.CreateStore(Builder.getInt32(State), StateField); in insertStateNumberStore()
|
| H A D | X86PreAMXConfig.cpp | 164 Builder.CreateStore(PaletteValue, PalettePos); in preWriteTileCfg() 178 Builder.CreateStore(Row, RowPos); in preWriteTileCfg() 179 Builder.CreateStore(Col, ColPos); in preWriteTileCfg()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ShadowStackGCLowering.cpp | 332 AtEntry.CreateStore(FrameMap, EntryMapPtr); in runOnFunction() 359 AtEntry.CreateStore(CurrentHead, EntryNextPtr); in runOnFunction() 360 AtEntry.CreateStore(NewHeadVal, Head); in runOnFunction() 373 AtExit->CreateStore(SavedHead, Head); in runOnFunction()
|
| H A D | SjLjEHPrepare.cpp | 125 Builder.CreateStore(CallSiteNoC, CallSite, true /*volatile*/); in insertCallSiteStore() 221 Builder.CreateStore( in setupFunctionContext() 229 Builder.CreateStore(LSDA, LSDAFieldPtr, /*isVolatile=*/true); in setupFunctionContext() 407 Builder.CreateStore(Val, FramePtr, /*isVolatile=*/true); in setupEntryBlockAndCallSites() 414 Builder.CreateStore(Val, StackPtr, /*isVolatile=*/true); in setupEntryBlockAndCallSites()
|
| H A D | SafeStack.cpp | 449 IRB.CreateStore(StaticTop, DynamicTop); in createStackRestorePoints() 459 IRB.CreateStore(CurrentTop, UnsafeStackPtr); in createStackRestorePoints() 650 IRB.CreateStore(StaticTop, UnsafeStackPtr); in moveStaticAllocasToUnsafeStack() 685 IRB.CreateStore(NewTop, UnsafeStackPtr); in moveDynamicAllocasToUnsafeStack() 687 IRB.CreateStore(NewTop, DynamicTop); in moveDynamicAllocasToUnsafeStack() 713 Instruction *SI = IRB.CreateStore(II->getArgOperand(0), UnsafeStackPtr); in moveDynamicAllocasToUnsafeStack() 814 IRB.CreateStore(StackGuard, StackGuardSlot); in run() 843 IRB.CreateStore(BasePointer, UnsafeStackPtr); in run()
|
| H A D | WasmEHPrepare.cpp | 324 IRB.CreateStore(IRB.getInt32(Index), LPadIndexField); in prepareEHPad() 331 IRB.CreateStore(IRB.CreateCall(LSDAF), LSDAField); in prepareEHPad()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LowerAtomic.cpp | 32 Builder.CreateStore(Res, Ptr); in lowerAtomicCmpXchgInst() 93 Builder.CreateStore(Res, Ptr); in lowerAtomicRMWInst()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrOrderFile.cpp | 131 entryB.CreateStore(ConstantInt::get(Int8Ty, 1), MapAddr); in generateCodeSequence() 146 updateB.CreateStore(ConstantInt::get(Type::getInt64Ty(Ctx), MD5Hash(F.getName())), in generateCodeSequence()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCleanup.cpp | 46 CGF.Builder.CreateStore(V, addr); in save() 55 CGF.Builder.CreateStore(V.first, CGF.Builder.CreateStructGEP(addr, 0)); in save() 56 CGF.Builder.CreateStore(V.second, CGF.Builder.CreateStructGEP(addr, 1)); in save() 68 CGF.Builder.CreateStore(V.getPointer(), addr); in save() 302 Builder.CreateStore(Builder.getTrue(), active); in createCleanupActiveFlag() 479 CGBuilderTy(CGM, &*InsertBefore).CreateStore(Inst, Tmp); in PopCleanupBlocks() 824 Builder.CreateStore(Builder.getInt32(0), getNormalCleanupDestSlot()); in PopCleanupBlock() 1267 CGF.Builder.CreateStore(CGF.Builder.getInt1(kind == ForActivation), var); in SetupCleanupBlockActivation()
|
| H A D | CGBlocks.cpp | 913 Builder.CreateStore(LoadCXXThis(), addr); in EmitBlockLiteral() 1001 Builder.CreateStore(value, blockField); in EmitBlockLiteral() 1017 Builder.CreateStore(value, blockField); in EmitBlockLiteral() 1417 Builder.CreateStore(arg, alloc); in setBlockContextParameter() 1534 Builder.CreateStore(BlockPointer, Alloca); in GenerateBlockFunction() 1987 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction() 2232 CGF.Builder.CreateStore(null, destField); in emitCopy() 2237 CGF.Builder.CreateStore(value, destField); in emitCopy() 2238 CGF.Builder.CreateStore(null, srcField); in emitCopy() 2265 CGF.Builder.CreateStore(copy, destField); in emitCopy() [all …]
|
| /llvm-project-15.0.7/llvm/examples/ExceptionDemo/ |
| H A D | ExceptionDemo.cpp | 207 tmp.CreateStore(initWith, ret); in createEntryBlockAlloca() 874 builder.CreateStore(stringConstant, stringVar); in generateStringPrint() 918 builder.CreateStore(stringConstant, stringVar); in generateIntegerPrint() 1049 builder.CreateStore(ourExceptionCaughtState, &exceptionCaughtFlag); in createCatchBlock() 1237 builder.CreateStore(caughtResult, caughtResultStorage); in createCatchWrappedInvokeFunction() 1238 builder.CreateStore(unwindException, exceptionStorage); in createCatchWrappedInvokeFunction() 1239 builder.CreateStore(ourExceptionThrownState, exceptionCaughtFlag); in createCatchWrappedInvokeFunction()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| H A D | toy-jit.cpp | 686 Builder.CreateStore(Val, Variable); in Codegen() 817 Builder.CreateStore(StartVal, Alloca); in Codegen() 858 Builder.CreateStore(NextVar, Alloca); in Codegen() 909 Builder.CreateStore(InitVal, Alloca); in Codegen() 974 Builder.CreateStore(AI, Alloca); in CreateArgumentAllocas()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| H A D | toy-jit.cpp | 668 Builder.CreateStore(Val, Variable); in Codegen() 799 Builder.CreateStore(StartVal, Alloca); in Codegen() 840 Builder.CreateStore(NextVar, Alloca); in Codegen() 891 Builder.CreateStore(InitVal, Alloca); in Codegen() 956 Builder.CreateStore(AI, Alloca); in CreateArgumentAllocas()
|
| H A D | toy.cpp | 951 Builder.CreateStore(Val, Variable); in Codegen() 1079 Builder.CreateStore(StartVal, Alloca); in Codegen() 1120 Builder.CreateStore(NextVar, Alloca); in Codegen() 1171 Builder.CreateStore(InitVal, Alloca); in Codegen() 1243 Builder.CreateStore(AI, Alloca); in CreateArgumentAllocas()
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1172 Builder.CreateStore(&V, Ptr); in createParallel() 1735 Builder.CreateStore(Reduced, RI.Variable); in createReductions() 1786 Builder.CreateStore(Reduced, LHSPtr); in createReductions() 2066 Builder.CreateStore(Zero, PLowerBound); in applyStaticWorkshareLoop() 2068 Builder.CreateStore(UpperBound, PUpperBound); in applyStaticWorkshareLoop() 2069 Builder.CreateStore(One, PStride); in applyStaticWorkshareLoop() 2161 Builder.CreateStore(Zero, PLowerBound); in applyStaticChunkedWorkshareLoop() 2164 Builder.CreateStore(One, PStride); in applyStaticChunkedWorkshareLoop() 2396 Builder.CreateStore(One, PLowerBound); in applyDynamicWorkshareLoop() 2399 Builder.CreateStore(One, PStride); in applyDynamicWorkshareLoop() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 646 Builder.CreateStore(V, ReplacementValue); in TEST_F() 725 Builder.CreateStore(V, ReplacementValue); in TEST_F() 819 Builder.CreateStore(V, ReplacementValue); in TEST_F() 954 Builder.CreateStore(V, ReplacementValue); in TEST_F() 3977 Builder.CreateStore(Sum, SumReduced); in TEST_F() 3978 Builder.CreateStore(Xor, XorReduced); in TEST_F() 4214 Builder.CreateStore(Sum, SumReduced); in TEST_F() 4232 Builder.CreateStore(Xor, XorReduced); in TEST_F() 4723 Builder.CreateStore(Val128, Local128); in TEST_F() 5036 Builder.CreateStore(AddInst, Alloca64); in TEST_F() [all …]
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
| H A D | toy.cpp | 782 Builder->CreateStore(Val, Variable); in codegen() 918 Builder->CreateStore(StartVal, Alloca); in codegen() 962 Builder->CreateStore(NextVar, Alloca); in codegen() 1013 Builder->CreateStore(InitVal, Alloca); in codegen() 1077 Builder->CreateStore(&Arg, Alloca); in codegen()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter8/ |
| H A D | toy.cpp | 787 Builder->CreateStore(Val, Variable); in codegen() 923 Builder->CreateStore(StartVal, Alloca); in codegen() 967 Builder->CreateStore(NextVar, Alloca); in codegen() 1018 Builder->CreateStore(InitVal, Alloca); in codegen() 1082 Builder->CreateStore(&Arg, Alloca); in codegen()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| H A D | toy.cpp | 765 Builder->CreateStore(Val, Variable); in codegen() 901 Builder->CreateStore(StartVal, Alloca); in codegen() 945 Builder->CreateStore(NextVar, Alloca); in codegen() 996 Builder->CreateStore(InitVal, Alloca); in codegen() 1068 Builder->CreateStore(&Arg, Alloca); in codegen()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter7/ |
| H A D | toy.cpp | 788 Builder->CreateStore(Val, Variable); in codegen() 924 Builder->CreateStore(StartVal, Alloca); in codegen() 968 Builder->CreateStore(NextVar, Alloca); in codegen() 1019 Builder->CreateStore(InitVal, Alloca); in codegen() 1083 Builder->CreateStore(&Arg, Alloca); in codegen()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
| H A D | toy.cpp | 782 Builder->CreateStore(Val, Variable); in codegen() 918 Builder->CreateStore(StartVal, Alloca); in codegen() 962 Builder->CreateStore(NextVar, Alloca); in codegen() 1013 Builder->CreateStore(InitVal, Alloca); in codegen() 1077 Builder->CreateStore(&Arg, Alloca); in codegen()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
| H A D | toy.cpp | 782 Builder->CreateStore(Val, Variable); in codegen() 918 Builder->CreateStore(StartVal, Alloca); in codegen() 962 Builder->CreateStore(NextVar, Alloca); in codegen() 1013 Builder->CreateStore(InitVal, Alloca); in codegen() 1077 Builder->CreateStore(&Arg, Alloca); in codegen()
|