HomeSort by relevance Sort by last modified time
    Searched refs:GepI (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 123 bool isHandledGepForm(GetElementPtrInst *GepI);
124 void processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM);
333 bool HexagonCommonGEP::isHandledGepForm(GetElementPtrInst *GepI) {
335 if (!GepI->getType()->isPointerTy())
338 if (GepI->idx_begin() == GepI->idx_end())
343 void HexagonCommonGEP::processGepInst(GetElementPtrInst *GepI,
345 LLVM_DEBUG(dbgs() << "Visiting GEP: " << *GepI << '\n');
347 Value *PtrOp = GepI->getPointerOperand();
348 uint32_t InBounds = GepI->isInBounds() ? GepNode::InBounds : 0
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 106 bool isHandledGepForm(GetElementPtrInst *GepI);
107 void processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM);
311 bool HexagonCommonGEP::isHandledGepForm(GetElementPtrInst *GepI) {
313 if (!GepI->getType()->isPointerTy())
316 if (GepI->idx_begin() == GepI->idx_end())
322 void HexagonCommonGEP::processGepInst(GetElementPtrInst *GepI,
324 DEBUG(dbgs() << "Visiting GEP: " << *GepI << '\n');
326 Value *PtrOp = GepI->getPointerOperand();
338 N->Idx = *GepI->idx_begin()
    [all...]

Completed in 107 milliseconds