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

  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 555 IRB.CreateAlignedStore(updateOrigin(Origin, IRB), getOriginPtr(Addr, IRB),
579 IRBNew.CreateAlignedStore(updateOrigin(Origin, IRBNew),
596 IRB.CreateAlignedStore(Shadow, ShadowPtr, SI.getAlignment());
    [all...]
DataFlowSanitizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 799 Builder.CreateAlignedStore(src, blockField, align.getQuantity());
820 Builder.CreateAlignedStore(ref, blockField, align.getQuantity());
    [all...]
CGExprComplex.cpp 344 Builder.CreateAlignedStore(Val.first, RealPtr, AlignR,
346 Builder.CreateAlignedStore(Val.second, ImagPtr, AlignI,
    [all...]
CGAtomic.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
Scalarizer.cpp 623 Stores[I] = Builder.CreateAlignedStore(Val[I], Ptr[I], Align);
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]

Completed in 1053 milliseconds