HomeSort by relevance Sort by last modified time
    Searched refs:LoadInst (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Verifier.cpp 293 void visitLoadInst(LoadInst &LI);
    [all...]
Core.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 198 Instruction *visitLoadInst(LoadInst &LI);
InstCombineSelect.cpp 341 if (LoadInst *LI = dyn_cast<LoadInst>(I))
    [all...]
InstCombineCalls.cpp 140 LoadInst *L = Builder->CreateLoad(Src, MI->isVolatile());
510 return new LoadInst(Ptr);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 483 void visitLoadInst (LoadInst &I);
    [all...]
MemCpyOptimizer.cpp 489 if (LoadInst *LI = dyn_cast<LoadInst>(SI->getOperand(0))) {
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 130 bool visitLoad(LoadInst &I);
609 bool CallAnalyzer::visitLoad(LoadInst &I) {
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 558 if (LoadInst *L = dyn_cast<LoadInst>(I)) {
    [all...]
MemoryBuiltins.cpp 554 SizeOffsetType ObjectSizeOffsetVisitor::visitLoadInst(LoadInst&) {
730 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitLoadInst(LoadInst&) {
ConstantFolding.cpp 531 static Constant *ConstantFoldLoadInst(const LoadInst *LI, const DataLayout *TD){
    [all...]
DependenceAnalysis.cpp 156 if (isa<StoreInst>(*SrcI) || isa<LoadInst>(*SrcI)) {
159 if (isa<StoreInst>(*DstI) || isa<LoadInst>(*DstI)) {
641 if (const LoadInst *LI = dyn_cast<LoadInst>(I))
651 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...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
AddressSanitizer.cpp 622 if (LoadInst *LI = dyn_cast<LoadInst>(I)) {
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 732 llvm::LoadInst *offset = CGF.Builder.CreateLoad(offsetPtr);
    [all...]
CGCall.cpp 730 llvm::LoadInst *Load = CGF.Builder.CreateLoad(SrcPtr);
744 llvm::LoadInst *Load = CGF.Builder.CreateLoad(Casted);
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 471 ExitLimit ComputeLoadConstantCompareExitLimit(LoadInst *LI,
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 242 if (isa<LoadInst>(UUser))
    [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 227 } else if (LoadInst *LI = dyn_cast<LoadInst>(I)) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 149 const LoadInst *LI);
    [all...]

Completed in 481 milliseconds

1 2 34 5