HomeSort by relevance Sort by last modified time
    Searched refs:CreateStore (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/llvm/unittests/Transforms/Utils/
MemorySSA.cpp 83 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg);
124 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg);
167 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg);
228 StoreInst *S1 = B.CreateStore(ConstantInt::get(Int8, 0), Alloca);
229 StoreInst *S2 = B.CreateStore(ConstantInt::get(Int8, 1), Alloca);
230 StoreInst *S3 = B.CreateStore(ConstantInt::get(Int8, 2), Alloca);
260 Instruction *SI = B.CreateStore(ConstantInt::get(Int8, 0), Alloca);
290 StoreInst *SI = B.CreateStore(ConstantInt::get(Int8, 0), Alloca);
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 34 Builder.CreateStore(Res, Ptr);
92 Builder.CreateStore(Res, Ptr);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LowerAtomic.cpp 32 Builder.CreateStore(Res, Ptr);
87 Builder.CreateStore(Res, Ptr);
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 95 LoopBuilder.CreateStore(Element,
177 LoopBuilder.CreateStore(Element,
194 FwdLoopBuilder.CreateStore(
228 LoopBuilder.CreateStore(
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 117 Builder.CreateStore(CallSiteNoC, CallSite, true /*volatile*/);
207 Builder.CreateStore(
215 Builder.CreateStore(LSDA, LSDAFieldPtr, /*isVolatile=*/true);
386 Builder.CreateStore(Val, FramePtr, /*isVolatile=*/true);
393 Builder.CreateStore(Val, StackPtr, /*isVolatile=*/true);
ShadowStackGCLowering.cpp 416 AtEntry.CreateStore(FrameMap, EntryMapPtr);
443 AtEntry.CreateStore(CurrentHead, EntryNextPtr);
444 AtEntry.CreateStore(NewHeadVal, Head);
455 AtExit->CreateStore(SavedHead, Head);
SafeStack.cpp 475 IRB.CreateStore(StaticTop, DynamicTop);
484 IRB.CreateStore(CurrentTop, UnsafeStackPtr);
667 IRB.CreateStore(StaticTop, UnsafeStackPtr);
702 IRB.CreateStore(NewTop, UnsafeStackPtr);
704 IRB.CreateStore(NewTop, DynamicTop);
731 Instruction *SI = IRB.CreateStore(II->getArgOperand(0), UnsafeStackPtr);
804 IRB.CreateStore(StackGuard, StackGuardSlot);
834 IRB.CreateStore(BasePointer, UnsafeStackPtr);
    [all...]
  /external/llvm/lib/Target/X86/
X86WinEHState.cpp 292 Builder.CreateStore(SP, Builder.CreateStructGEP(RegNodeTy, RegNode, 0));
322 Builder.CreateStore(SP, Builder.CreateStructGEP(RegNodeTy, RegNode, 0));
337 Builder.CreateStore(LSDA, Builder.CreateStructGEP(RegNodeTy, RegNode, 3));
347 Builder.CreateStore(FrameAddrI32, EHGuardNode);
428 Builder.CreateStore(HandlerI8, Builder.CreateStructGEP(LinkTy, Link, 1));
433 Builder.CreateStore(Next, Builder.CreateStructGEP(LinkTy, Link, 0));
435 Builder.CreateStore(Link, FSZero);
451 Builder.CreateStore(Next, FSZero);
795 Builder.CreateStore(Builder.getInt32(State), StateField);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ShadowStackGC.cpp 404 AtEntry.CreateStore(FrameMap, EntryMapPtr);
429 AtEntry.CreateStore(CurrentHead, EntryNextPtr);
430 AtEntry.CreateStore(NewHeadVal, Head);
440 AtExit->CreateStore(SavedHead, Head);
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 265 tmp.CreateStore(initWith, ret);
902 builder.CreateStore(stringConstant, stringVar);
945 builder.CreateStore(stringConstant, stringVar);
    [all...]
  /external/llvm/examples/BrainF/
BrainF.cpp 222 builder->CreateStore(tape_1, curhead);
288 builder->CreateStore(tape_1, curhead);
  /external/swiftshader/third_party/LLVM/examples/BrainF/
BrainF.cpp 212 builder->CreateStore(tape_1, curhead);
278 builder->CreateStore(tape_1, curhead);
  /external/clang/lib/CodeGen/
CGBlocks.cpp 731 Builder.CreateStore(value, projectField(index, offset, name));
762 Builder.CreateStore(LoadCXXThis(), addr);
825 Builder.CreateStore(byrefPointer, blockField);
844 Builder.CreateStore(src.getPointer(), blockField);
    [all...]
CGCleanup.cpp 47 CGF.Builder.CreateStore(V, addr);
57 CGF.Builder.CreateStore(V.first,
61 CGF.Builder.CreateStore(V.second,
74 CGF.Builder.CreateStore(V.getPointer(), addr);
295 Builder.CreateStore(Builder.getTrue(), active);
750 Builder.CreateStore(Builder.getInt32(0), getNormalCleanupDestSlot());
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 260 tmp.CreateStore(initWith, ret);
926 builder.CreateStore(stringConstant, stringVar);
970 builder.CreateStore(stringConstant, stringVar);
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
toy.cpp 769 Builder.CreateStore(Val, Variable);
905 Builder.CreateStore(StartVal, Alloca);
948 Builder.CreateStore(NextVar, Alloca);
999 Builder.CreateStore(InitVal, Alloca);
1063 Builder.CreateStore(&Arg, Alloca);
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
toy.cpp 769 Builder.CreateStore(Val, Variable);
905 Builder.CreateStore(StartVal, Alloca);
948 Builder.CreateStore(NextVar, Alloca);
999 Builder.CreateStore(InitVal, Alloca);
1063 Builder.CreateStore(&Arg, Alloca);
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
toy.cpp 769 Builder.CreateStore(Val, Variable);
905 Builder.CreateStore(StartVal, Alloca);
948 Builder.CreateStore(NextVar, Alloca);
999 Builder.CreateStore(InitVal, Alloca);
1063 Builder.CreateStore(&Arg, Alloca);
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
toy.cpp 758 Builder.CreateStore(Val, Variable);
894 Builder.CreateStore(StartVal, Alloca);
937 Builder.CreateStore(NextVar, Alloca);
988 Builder.CreateStore(InitVal, Alloca);
1059 Builder.CreateStore(&Arg, Alloca);
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
toy.cpp 780 Builder.CreateStore(Val, Variable);
916 Builder.CreateStore(StartVal, Alloca);
959 Builder.CreateStore(NextVar, Alloca);
1010 Builder.CreateStore(InitVal, Alloca);
1081 Builder.CreateStore(&Arg, Alloca);
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 770 Builder.CreateStore(Val, Variable);
906 Builder.CreateStore(StartVal, Alloca);
949 Builder.CreateStore(NextVar, Alloca);
1000 Builder.CreateStore(InitVal, Alloca);
1064 Builder.CreateStore(&Arg, Alloca);
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 765 Builder.CreateStore(Val, Variable);
901 Builder.CreateStore(StartVal, Alloca);
944 Builder.CreateStore(NextVar, Alloca);
995 Builder.CreateStore(InitVal, Alloca);
1059 Builder.CreateStore(&Arg, Alloca);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 686 Builder.CreateStore(Val, Variable);
817 Builder.CreateStore(StartVal, Alloca);
858 Builder.CreateStore(NextVar, Alloca);
909 Builder.CreateStore(InitVal, Alloca);
974 Builder.CreateStore(AI, Alloca);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 911 Builder.CreateStore(Val, Variable);
1039 Builder.CreateStore(StartVal, Alloca);
1080 Builder.CreateStore(NextVar, Alloca);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 668 Builder.CreateStore(Val, Variable);
799 Builder.CreateStore(StartVal, Alloca);
840 Builder.CreateStore(NextVar, Alloca);
891 Builder.CreateStore(InitVal, Alloca);
956 Builder.CreateStore(AI, Alloca);
    [all...]

Completed in 581 milliseconds

1 2 3 4