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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h281 std::pair<Register, bool> getRegForGEPIndex(const Value *Idx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp521 std::pair<Register, bool> FastISel::getRegForGEPIndex(const Value *Idx) { function in class:FastISel
752 std::pair<Register, bool> Pair = getRegForGEPIndex(Idx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp198 std::pair<unsigned, bool> getRegForGEPIndex(const Value *Idx);
4993 /// This is mostly a copy of the existing FastISel getRegForGEPIndex code. We
4996 std::pair<unsigned, bool> AArch64FastISel::getRegForGEPIndex(const Value *Idx) { function in class:AArch64FastISel
5062 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp940 IndexReg = getRegForGEPIndex(Op).first;

Completed in 90 milliseconds