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

  /external/clang/lib/CodeGen/
CGBuilder.h 123 return CreateAlignedStore(Val, Addr.getPointer(),
127 using CGBuilderBaseTy::CreateAlignedStore;
128 llvm::StoreInst *CreateAlignedStore(llvm::Value *Val, llvm::Value *Addr,
130 return CreateAlignedStore(Val, Addr, Align.getQuantity(), IsVolatile);
164 return CreateAlignedStore(getInt1(Value), Addr, CharUnits::One());
CGCUDANV.cpp 270 CtorBuilder.CreateAlignedStore(RegisterFatbinCall, GpuBinaryHandle,
CGException.cpp     [all...]
TargetInfo.cpp 67 Builder.CreateAlignedStore(Value, Cell, CharUnits::One());
    [all...]
MicrosoftCXXABI.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 676 IRB.CreateAlignedStore(IntptrOrigin, Ptr, CurrentAlignment);
685 IRB.CreateAlignedStore(Origin, GEP, CurrentAlignment);
744 IRB.CreateAlignedStore(Shadow, ShadowPtr, SI.getAlignment());
    [all...]
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
Scalarizer.cpp 636 Stores[I] = Builder.CreateAlignedStore(Val[I], Ptr[I], Align);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 397 StoreInst *NewStore = IC.Builder->CreateAlignedStore(
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 448 milliseconds