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

1 2

  /external/clang/lib/CodeGen/
CGBuilder.h 115 return CreateAlignedStore(Val, Addr.getPointer(),
119 using CGBuilderBaseTy::CreateAlignedStore;
120 llvm::StoreInst *CreateAlignedStore(llvm::Value *Val, llvm::Value *Addr,
122 return CreateAlignedStore(Val, Addr, Align.getQuantity(), IsVolatile);
156 return CreateAlignedStore(getInt1(Value), Addr, CharUnits::One());
CGCUDABuiltin.cpp 108 Builder.CreateAlignedStore(Arg, P, DL.getPrefTypeAlignment(Arg->getType()));
CGCUDANV.cpp 313 CtorBuilder.CreateAlignedStore(RegisterFatbinCall, GpuBinaryHandle,
CGOpenMPRuntimeNVPTX.cpp 253 Bld.CreateAlignedStore(
CGException.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ScalarizeMaskedMemIntrin.cpp 284 Builder.CreateAlignedStore(Src, Ptr, AlignVal);
304 Builder.CreateAlignedStore(OneElt, Gep, AlignVal);
335 Builder.CreateAlignedStore(OneElt, Gep, AlignVal);
544 Builder.CreateAlignedStore(OneElt, Ptr, AlignVal);
575 Builder.CreateAlignedStore(OneElt, Ptr, AlignVal);
AtomicExpandPass.cpp     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
vector_support_library.cc 232 b()->CreateAlignedStore(value, pointer,
242 b()->CreateAlignedStore(value, pointer,
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 697 IRB.CreateAlignedStore(IntptrOrigin, Ptr, CurrentAlignment);
706 IRB.CreateAlignedStore(Origin, GEP, CurrentAlignment);
763 IRB.CreateAlignedStore(Shadow, ShadowPtr, SI->getAlignment());
    [all...]
DataFlowSanitizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 851 IRB.CreateAlignedStore(IntptrOrigin, Ptr, CurrentAlignment);
860 IRB.CreateAlignedStore(Origin, GEP, CurrentAlignment);
    [all...]
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 573 return Builder.CreateAlignedStore(Data, Ptr, Align);
739 StoreInst *SI = Builder.CreateAlignedStore(Extract, Addr, 1);
761 StoreInst *SI = Builder.CreateAlignedStore(Arg1, BC,
778 Builder.CreateAlignedStore(Elt, BC, 1);
792 Builder.CreateAlignedStore(Arg1, Arg0, 1);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 400 StoreInst *NewStore = IC.Builder->CreateAlignedStore(
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPURewriteOutArguments.cpp 466 B.CreateAlignedStore(Val, PtrVal, Align);
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
Scalarizer.cpp 639 Stores[I] = Builder.CreateAlignedStore(Val[I], Ptr[I], Align);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
Scalarizer.cpp 757 Stores[I] = Builder.CreateAlignedStore(Val[I], Ptr[I], Align);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 527 StoreInst *NewStore = IC.Builder.CreateAlignedStore(
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
ir_builder_mixin.h 49 return mixin_builder()->CreateAlignedStore(std::forward<Args>(args)...);
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp     [all...]
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InterleavedAccess.cpp 793 Builder.CreateAlignedStore(WideVec, SI->getPointerOperand(),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
AutoUpgrade.cpp     [all...]

Completed in 1856 milliseconds

1 2