Home
last modified time | relevance | path

Searched refs:selectGetElementPtr (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h503 bool selectGetElementPtr(const User *I);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp540 bool FastISel::selectGetElementPtr(const User *I) { in selectGetElementPtr() function in FastISel
1741 return selectGetElementPtr(I); in selectOperator()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp178 bool selectGetElementPtr(const Instruction *I);
4888 bool AArch64FastISel::selectGetElementPtr(const Instruction *I) { in selectGetElementPtr() function in AArch64FastISel
5094 return selectGetElementPtr(I); in fastSelectInstruction()