HomeSort by relevance Sort by last modified time
    Searched refs:GetElementPtrInst (Results 26 - 50 of 68) sorted by null

12 3

  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 101 bool isGEPOffsetConstant(GetElementPtrInst &GEP);
121 bool visitGetElementPtr(GetElementPtrInst &I);
237 bool CallAnalyzer::isGEPOffsetConstant(GetElementPtrInst &GEP) {
316 bool CallAnalyzer::visitGetElementPtr(GetElementPtrInst &I) {
    [all...]
GlobalsModRef.cpp 261 } else if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(U)) {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 152 void visitGetElementPtrInst(GetElementPtrInst &I);
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp 292 void visitGetElementPtrInst(GetElementPtrInst &GEP);
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 238 } else if (isa<GetElementPtrInst>(I)) {
240 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices())
GCStrategy.cpp 239 if (isa<AllocaInst>(I) || isa<GetElementPtrInst>(I) ||
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 254 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Addr))
PathProfiling.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 66 isa<GetElementPtrInst>(Inst) || isa<CmpInst>(Inst) ||
136 isa<GetElementPtrInst>(Inst) || isa<SelectInst>(Inst) ||
MemCpyOptimizer.cpp 666 } else if (GetElementPtrInst *G = dyn_cast<GetElementPtrInst>(UI)) {
    [all...]
LICM.cpp 444 !isa<GetElementPtrInst>(I) && !isa<CmpInst>(I) &&
    [all...]
CodeGenPrepare.cpp     [all...]
SCCP.cpp 484 void visitGetElementPtrInst(GetElementPtrInst &I);
    [all...]
  /external/llvm/include/llvm/
InstVisitor.h 180 RetTy visitGetElementPtrInst(GetElementPtrInst &I){ DELEGATE(Instruction);}
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 640 GetElementPtrInst *GEP = GetElementPtrInst::Create(Ptr, Idx, "", I);
641 GEP->setIsInBounds(cast<GetElementPtrInst>(I)->isInBounds());
    [all...]
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp 227 FoldCmpLoadFromIndexedGlobal(GetElementPtrInst *GEP, GlobalVariable *GV,
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 126 if (const GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(I))
480 for (GetElementPtrInst::const_op_iterator OI = I->op_begin()+1,
    [all...]