Searched refs:getRegForGEPIndex (Results 1 – 4 of 4) sorted by relevance
263 std::pair<unsigned, bool> getRegForGEPIndex(const Value *V);
315 std::pair<unsigned, bool> FastISel::getRegForGEPIndex(const Value *Idx) { in getRegForGEPIndex() function in FastISel544 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx); in selectGetElementPtr()
156 std::pair<unsigned, bool> getRegForGEPIndex(const Value *Idx);4785 std::pair<unsigned, bool> AArch64FastISel::getRegForGEPIndex(const Value *Idx) { in getRegForGEPIndex() function in AArch64FastISel4848 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx); in selectGetElementPtr()
801 IndexReg = getRegForGEPIndex(Op).first; in X86SelectAddress()