Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h508 bool selectGetElementPtr(const User *I);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp531 bool FastISel::selectGetElementPtr(const User *I) { in selectGetElementPtr() function in FastISel
1804 return selectGetElementPtr(I); in selectOperator()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp180 bool selectGetElementPtr(const Instruction *I);
4963 bool AArch64FastISel::selectGetElementPtr(const Instruction *I) { in selectGetElementPtr() function in AArch64FastISel
5169 return selectGetElementPtr(I); in fastSelectInstruction()