HomeSort by relevance Sort by last modified time
    Searched refs:CreateStore (Results 51 - 75 of 75) sorted by null

1 23

  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 251 Instruction* Store = IBuilder.CreateStore(AllocaContent, Alloca);
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 354 Builder.CreateStore(Val.first, RealPtr, lvalue.isVolatileQualified());
355 Builder.CreateStore(Val.second, ImagPtr, lvalue.isVolatileQualified());
    [all...]
CGBuiltin.cpp     [all...]
CGObjC.cpp 446 Builder.CreateStore(getNullForVariable(selfAddr), selfAddr);
481 Builder.CreateStore(newSelf, selfAddr);
    [all...]
CGStmt.cpp 927 Builder.CreateStore(RV.getScalarVal(), ReturnValue);
    [all...]
CGExpr.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
CGDecl.cpp     [all...]
CGObjCGNU.cpp 661 Builder.CreateStore(Receiver, ReceiverPtr);
    [all...]
CGVTables.cpp 370 Builder.CreateStore(AdjustedThisPtr, ThisAddr);
    [all...]
CodeGenFunction.h 606 CGF.Builder.CreateStore(Addr.getPointer(), Temp);
    [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 408 StoreInst *SI = Builder.CreateStore(Arg1, BC);
    [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp     [all...]
InstCombineCalls.cpp 147 StoreInst *S = Builder->CreateStore(L, Dest, MI->isVolatile());
188 StoreInst *S = Builder->CreateStore(ConstantInt::get(ITy, Fill), Dest,
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
SimplifyCFG.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 230 Builder.CreateStore(LPExn, ExnSlot);
231 Builder.CreateStore(LPSel, SelSlot);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /system/connectivity/shill/
manager_unittest.cc 239 StoreFactory::GetInstance()->CreateStore(
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 1201 milliseconds

1 23