HomeSort by relevance Sort by last modified time
    Searched refs:CreateLoad (Results 26 - 43 of 43) sorted by null

12

  /external/clang/lib/CodeGen/
CGVTables.cpp 104 llvm::Value *VTablePtr = CGF.Builder.CreateLoad(VTablePtrPtr);
112 llvm::Value *Offset = CGF.Builder.CreateLoad(OffsetPtr);
CGObjCGNU.cpp 609 llvm::Value *imp = Builder.CreateLoad(Builder.CreateStructGEP(slot, 4));
613 Receiver = Builder.CreateLoad(ReceiverPtr, true);
625 return Builder.CreateLoad(Builder.CreateStructGEP(slot, 4));
    [all...]
CGDecl.cpp 345 llvm::Value *DidNRVO = CGF.Builder.CreateLoad(NRVOFlag, "nrvo.val");
361 llvm::Value *V = CGF.Builder.CreateLoad(Stack);
    [all...]
CGExprCXX.cpp     [all...]
CGBuiltin.cpp     [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 633 return Builder.CreateLoad(V, Name.c_str());
831 Value *CurVar = Builder.CreateLoad(Alloca, VarName.c_str());
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 464 Value *Count = Builder.CreateLoad(Counter);
477 Value *Count = Builder.CreateLoad(Counter);
  /external/llvm/include/llvm/Support/
IRBuilder.h 751 // Provided to resolve 'CreateLoad(Ptr, "...")' correctly, instead of
753 LoadInst *CreateLoad(Value *Ptr, const char *Name) {
756 LoadInst *CreateLoad(Value *Ptr, const Twine &Name = "") {
759 LoadInst *CreateLoad(Value *Ptr, bool isVolatile, const Twine &Name = "") {
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp     [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 46 Value *Load = builder.CreateLoad(G);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 113 LoadInst *L = Builder->CreateLoad(Src, MI->isVolatile());
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 660 milliseconds

12