Home
last modified time | relevance | path

Searched refs:getRegForGEPIndex (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DFastISel.h263 std::pair<unsigned, bool> getRegForGEPIndex(const Value *V);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp315 std::pair<unsigned, bool> FastISel::getRegForGEPIndex(const Value *Idx) { in getRegForGEPIndex() function in FastISel
544 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx); in selectGetElementPtr()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp156 std::pair<unsigned, bool> getRegForGEPIndex(const Value *Idx);
4785 std::pair<unsigned, bool> AArch64FastISel::getRegForGEPIndex(const Value *Idx) { in getRegForGEPIndex() function in AArch64FastISel
4848 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx); in selectGetElementPtr()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp801 IndexReg = getRegForGEPIndex(Op).first; in X86SelectAddress()