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

1 23 4

  /external/llvm/lib/VMCore/
AsmWriter.cpp     [all...]
Verifier.cpp 273 void visitStoreInst(StoreInst &SI);
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 59 llvm::StoreInst *Store = new llvm::StoreInst(Init, Var);
    [all...]
CGVTables.cpp 273 if (isa<llvm::StoreInst>(I) && I->getOperand(0) == ThisPtr) {
274 ThisStore = cast<llvm::StoreInst>(I);
CGBuiltin.cpp     [all...]
CGBlocks.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp 644 if (const StoreInst *SI = dyn_cast<StoreInst>(UUser))
    [all...]
LoopStrengthReduce.cpp 599 if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) {
623 if (const StoreInst *SI = dyn_cast<StoreInst>(Inst))
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 420 while (isa<StoreInst>(IP)) ++IP;
  /external/llvm/lib/Analysis/
InlineCost.cpp 122 bool visitStore(StoreInst &I);
611 bool CallAnalyzer::visitStore(StoreInst &I) {
    [all...]
LazyValueInfo.cpp 559 if (StoreInst *S = dyn_cast<StoreInst>(I)) {
    [all...]
Lint.cpp 81 void visitStoreInst(StoreInst &I);
433 void Lint::visitStoreInst(StoreInst &I) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 262 if (StoreInst *SI = dyn_cast<StoreInst>(U)) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 302 new StoreInst(Val, Ptr, BB->getTerminator());
  /external/llvm/include/llvm/Support/
IRBuilder.h 795 StoreInst *CreateStore(Value *Val, Value *Ptr, bool isVolatile = false) {
796 return Insert(new StoreInst(Val, Ptr, isVolatile));
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 686 const StoreInst *S = cast<StoreInst>(I);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h 1036 macro(StoreInst) \
    [all...]

Completed in 574 milliseconds

1 23 4