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

1 23

  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGDeclCXX.cpp 461 llvm::Value *GuardVal = Builder.CreateLoad(Guard);
CGBuiltin.cpp     [all...]
CGStmt.cpp     [all...]
CGExprCXX.cpp     [all...]
CodeGenFunction.cpp 633 ReturnValue = Builder.CreateLoad(Addr, "agg.result");
    [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 348 Value *Load = Builder.CreateLoad(Cast);
Core.cpp     [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 64 Value *Load = builder.CreateLoad(G);
  /frameworks/compile/slang/
slang_rs_backend.cpp 378 llvm::Value *V = IB->CreateLoad(Ptr);
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 1025 return Builder.CreateLoad(V, Name.c_str());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 142 LoadInst *L = Builder->CreateLoad(Src, MI->isVolatile());
    [all...]
InstructionCombining.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 249 LoadInst *LPExn = Builder.CreateLoad(ExnSelSlots.first, "exn.load");
250 LoadInst *LPSel = Builder.CreateLoad(ExnSelSlots.second, "sel.load");
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 1727 milliseconds

1 23