HomeSort by relevance Sort by last modified time
    Searched refs:LoadInst (Results 101 - 125 of 143) sorted by null

1 2 3 45 6

  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 130 bool visitLoad(LoadInst &I);
612 bool CallAnalyzer::visitLoad(LoadInst &I) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 365 if (LoadInst *LI = dyn_cast<LoadInst>(I))
    [all...]
InstCombineCalls.cpp 142 LoadInst *L = Builder->CreateLoad(Src, MI->isVolatile());
527 return new LoadInst(Ptr);
    [all...]
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 161 if (isa<StoreInst>(*SrcI) || isa<LoadInst>(*SrcI)) {
164 if (isa<StoreInst>(*DstI) || isa<LoadInst>(*DstI)) {
646 if (const LoadInst *LI = dyn_cast<LoadInst>(I))
656 if (LoadInst *LI = dyn_cast<LoadInst>(I))
    [all...]
ValueTracking.cpp 341 if (MDNode *MD = cast<LoadInst>(I)->getMetadata(LLVMContext::MD_range))
    [all...]
ScalarEvolution.cpp     [all...]
BasicAliasAnalysis.cpp 93 if (isa<LoadInst>(V))
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 772 llvm::LoadInst *Load = CGF.Builder.CreateLoad(SrcPtr);
786 llvm::LoadInst *Load = CGF.Builder.CreateLoad(Casted);
    [all...]
CGBlocks.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 108 const LoadInst *LI) override;
540 if (cast<LoadInst>(I)->isAtomic())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 229 } else if (LoadInst *LI = dyn_cast<LoadInst>(I)) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 139 const LoadInst *LI) override;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 74 const LoadInst *LI) override;
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
SimplifyLibCalls.cpp     [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 295 Value *V = new LoadInst(Ptr, "L", BB->getTerminator());
  /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/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]

Completed in 408 milliseconds

1 2 3 45 6