HomeSort by relevance Sort by last modified time
    Searched refs:GEPI (Results 26 - 42 of 42) sorted by null

12

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SROA.cpp 724 void visitGetElementPtrInst(GetElementPtrInst &GEPI) {
725 if (GEPI.use_empty())
726 return markAsDead(GEPI);
728 if (SROAStrictInbounds && GEPI.isInBounds()) {
737 const DataLayout &DL = GEPI.getModule()->getDataLayout();
738 for (gep_type_iterator GTI = gep_type_begin(GEPI),
739 GTE = gep_type_end(GEPI);
763 return markAsDead(GEPI);
767 return Base::visitGetElementPtrInst(GEPI);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]
Constants.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 752 gep_type_iterator GEPI = gep_type_begin(this), E = gep_type_end(this);
756 ++GEPI;
761 for (; GEPI != E; ++GEPI, ++OI) {
764 if (ArrayType *ATy = dyn_cast<ArrayType>(*GEPI))
    [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Constants.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 339 void visitGetElementPtrInst(GetElementPtrInst &GEPI);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 442 void visitGetElementPtrInst(GetElementPtrInst &GEPI);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h 711 GetElementPtrInst(const GetElementPtrInst &GEPI);
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 835 GetElementPtrInst(const GetElementPtrInst &GEPI);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h 845 GetElementPtrInst(const GetElementPtrInst &GEPI);
    [all...]

Completed in 397 milliseconds

12