Searched refs:getRegForGEPIndex (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h118 std::pair<unsigned, bool> getRegForGEPIndex(const Value *V);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp290 std::pair<unsigned, bool> FastISel::getRegForGEPIndex(const Value *Idx) { function in class:FastISel
532 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp763 IndexReg = getRegForGEPIndex(Op).first;

Completed in 80 milliseconds