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

  /external/clang/lib/CodeGen/
CGBuilder.h 79 return CreateAlignedLoad(Addr.getPointer(),
86 return CreateAlignedLoad(Addr.getPointer(),
92 return CreateAlignedLoad(Addr.getPointer(),
98 using CGBuilderBaseTy::CreateAlignedLoad;
99 llvm::LoadInst *CreateAlignedLoad(llvm::Value *Addr, CharUnits Align,
101 return CreateAlignedLoad(Addr, Align.getQuantity(), Name);
103 llvm::LoadInst *CreateAlignedLoad(llvm::Value *Addr, CharUnits Align,
105 return CreateAlignedLoad(Addr, Align.getQuantity(), Name);
107 llvm::LoadInst *CreateAlignedLoad(llvm::Type *Ty, llvm::Value *Addr,
111 return CreateAlignedLoad(Addr, Align.getQuantity(), Name)
    [all...]
CGCXX.cpp 282 return CGF.Builder.CreateAlignedLoad(VFuncPtr, CGF.PointerAlignInBytes);
CGCUDANV.cpp 309 DtorBuilder.CreateAlignedLoad(GpuBinaryHandle, CGM.getPointerAlign());
CGException.cpp     [all...]
ItaniumCXXABI.cpp 597 Builder.CreateAlignedLoad(VTable, CGF.getPointerAlign(),
    [all...]
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
CGObjC.cpp     [all...]
CGExpr.cpp 637 Builder.CreateAlignedLoad(Builder.CreateInBoundsGEP(Cache, Indices),
    [all...]
CGExprAgg.cpp     [all...]
CGBlocks.cpp     [all...]
CodeGenFunction.cpp 783 Addr = Builder.CreateAlignedLoad(Addr, getPointerAlign(), "agg.result");
    [all...]
CGCall.cpp     [all...]
CodeGenFunction.h     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
Scalarizer.cpp 609 Res[I] = Builder.CreateAlignedLoad(Ptr[I], Layout.getElemAlign(I),
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
MemorySanitizer.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 325 LoadInst *NewLoad = IC.Builder->CreateAlignedLoad(
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 482 milliseconds