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

  /external/llvm/include/llvm/CodeGen/
FastISel.h 121 /// getRegForGEPIndex - This is a wrapper around getRegForValue that also
124 std::pair<unsigned, bool> getRegForGEPIndex(const Value *V);
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 290 std::pair<unsigned, bool> FastISel::getRegForGEPIndex(const Value *Idx) {
532 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 454 IndexReg = getRegForGEPIndex(Op).first;
    [all...]

Completed in 130 milliseconds