Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h258 std::pair<unsigned, bool> getRegForGEPIndex(const Value *V);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp314 std::pair<unsigned, bool> FastISel::getRegForGEPIndex(const Value *Idx) { in getRegForGEPIndex() function in FastISel
543 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx); in selectGetElementPtr()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp155 std::pair<unsigned, bool> getRegForGEPIndex(const Value *Idx);
4798 std::pair<unsigned, bool> AArch64FastISel::getRegForGEPIndex(const Value *Idx) { in getRegForGEPIndex() function in AArch64FastISel
4861 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx); in selectGetElementPtr()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp753 IndexReg = getRegForGEPIndex(Op).first; in X86SelectAddress()