Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h511 bool selectGetElementPtr(const User *I);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp534 bool FastISel::selectGetElementPtr(const User *I) { in selectGetElementPtr() function in FastISel
1849 return selectGetElementPtr(I); in selectOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp181 bool selectGetElementPtr(const Instruction *I);
4977 bool AArch64FastISel::selectGetElementPtr(const Instruction *I) { in selectGetElementPtr() function in AArch64FastISel
5183 return selectGetElementPtr(I); in fastSelectInstruction()