Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFastISel.h114 std::pair<unsigned, bool> getRegForGEPIndex(const Value *V);
/external/llvm/include/llvm/CodeGen/
DFastISel.h267 std::pair<unsigned, bool> getRegForGEPIndex(const Value *V);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp262 std::pair<unsigned, bool> FastISel::getRegForGEPIndex(const Value *Idx) { in getRegForGEPIndex() function in FastISel
467 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx); in SelectGetElementPtr()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp317 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.cpp155 std::pair<unsigned, bool> getRegForGEPIndex(const Value *Idx);
4818 std::pair<unsigned, bool> AArch64FastISel::getRegForGEPIndex(const Value *Idx) { in getRegForGEPIndex() function in AArch64FastISel
4881 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx); in selectGetElementPtr()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp439 IndexReg = getRegForGEPIndex(Op).first; in X86SelectAddress()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp927 IndexReg = getRegForGEPIndex(Op).first; in X86SelectAddress()