HomeSort by relevance Sort by last modified time
    Searched refs:CreateAlignedStore (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 628 IRB.CreateAlignedStore(IntptrOrigin, Ptr, CurrentAlignment);
637 IRB.CreateAlignedStore(Origin, GEP, CurrentAlignment);
696 IRB.CreateAlignedStore(Shadow, ShadowPtr, SI.getAlignment());
    [all...]
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
Scalarizer.cpp 630 Stores[I] = Builder.CreateAlignedStore(Val[I], Ptr[I], Align);
  /external/clang/lib/CodeGen/
CGBlocks.cpp 818 Builder.CreateAlignedStore(src, blockField, align.getQuantity());
839 Builder.CreateAlignedStore(ref, blockField, align.getQuantity());
    [all...]
CGOpenMPRuntime.cpp     [all...]
CGExprComplex.cpp 352 Builder.CreateAlignedStore(Val.first, RealPtr, AlignR,
354 Builder.CreateAlignedStore(Val.second, ImagPtr, AlignI,
    [all...]
CGAtomic.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 389 StoreInst *NewStore = IC.Builder->CreateAlignedStore(
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 373 milliseconds