Searched refs:getRegForGEPIndex (Results 1 – 7 of 7) sorted by relevance
114 std::pair<unsigned, bool> getRegForGEPIndex(const Value *V);
267 std::pair<unsigned, bool> getRegForGEPIndex(const Value *V);
262 std::pair<unsigned, bool> FastISel::getRegForGEPIndex(const Value *Idx) { in getRegForGEPIndex() function in FastISel467 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx); in SelectGetElementPtr()
317 std::pair<unsigned, bool> FastISel::getRegForGEPIndex(const Value *Idx) { in getRegForGEPIndex() function in FastISel544 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx); in selectGetElementPtr()
155 std::pair<unsigned, bool> getRegForGEPIndex(const Value *Idx);4818 std::pair<unsigned, bool> AArch64FastISel::getRegForGEPIndex(const Value *Idx) { in getRegForGEPIndex() function in AArch64FastISel4881 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx); in selectGetElementPtr()
439 IndexReg = getRegForGEPIndex(Op).first; in X86SelectAddress()
927 IndexReg = getRegForGEPIndex(Op).first; in X86SelectAddress()