| /external/llvm/lib/Transforms/Scalar/ |
| ScalarReplAggregates.cpp | 563 Builder.CreateStore(New, NewAI); 594 Builder.CreateStore(New, NewAI); 630 Builder.CreateStore(SrcVal, NewAI); 645 StoreInst *NewStore = Builder.CreateStore(SrcVal, DstPtr); [all...] |
| SimplifyLibCalls.cpp | [all...] |
| /external/clang/lib/CodeGen/ |
| CGDecl.cpp | 701 Builder.CreateStore(Init, Loc, isVolatile); 832 Builder.CreateStore(Zero, NRVOFlag); 870 Builder.CreateStore(V, Stack); [all...] |
| CGExprCXX.cpp | 822 cleanupDominator = Builder.CreateStore(beginPtr, endOfInit); 832 if (endOfInit) Builder.CreateStore(explicitPtr, endOfInit); [all...] |
| CGObjC.cpp | 365 Builder.CreateStore(getNullForVariable(selfAddr), selfAddr); 401 Builder.CreateStore(newSelf, selfAddr); 820 Builder.CreateStore(load, Builder.CreateBitCast(ReturnValue, bitcastType)); [all...] |
| CGObjCGNU.cpp | 591 Builder.CreateStore(Receiver, ReceiverPtr); [all...] |
| CodeGenFunction.h | [all...] |
| CGExprScalar.cpp | [all...] |
| /external/llvm/lib/CodeGen/ |
| SjLjEHPrepare.cpp | 139 Builder.CreateStore(CallSiteNoC, CallSite, true/*volatile*/);
|
| /external/llvm/lib/Transforms/InstCombine/ |
| InstCombineCalls.cpp | 115 StoreInst *S = Builder->CreateStore(L, Dest, MI->isVolatile()); 156 StoreInst *S = Builder->CreateStore(ConstantInt::get(ITy, Fill), Dest, [all...] |
| InstructionCombining.cpp | [all...] |
| /external/llvm/unittests/ExecutionEngine/JIT/ |
| JITTest.cpp | 49 builder.CreateStore(Add, G);
|
| /frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
| BitcodeReader.cpp | 226 Builder.CreateStore(LPExn, ExnSlot); 227 Builder.CreateStore(LPSel, SelSlot); [all...] |
| /external/llvm/include/llvm/Support/ |
| IRBuilder.h | 795 StoreInst *CreateStore(Value *Val, Value *Ptr, bool isVolatile = false) { [all...] |
| /external/llvm/lib/VMCore/ |
| Core.cpp | [all...] |
| /external/llvm/bindings/ocaml/llvm/ |
| llvm.mli | [all...] |