Searched refs:getRegForGEPIndex (Results 1 – 4 of 4) sorted by relevance
258 std::pair<unsigned, bool> getRegForGEPIndex(const Value *V);
314 std::pair<unsigned, bool> FastISel::getRegForGEPIndex(const Value *Idx) { in getRegForGEPIndex() function in FastISel543 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx); in selectGetElementPtr()
155 std::pair<unsigned, bool> getRegForGEPIndex(const Value *Idx);4798 std::pair<unsigned, bool> AArch64FastISel::getRegForGEPIndex(const Value *Idx) { in getRegForGEPIndex() function in AArch64FastISel4861 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx); in selectGetElementPtr()
753 IndexReg = getRegForGEPIndex(Op).first; in X86SelectAddress()