Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h510 bool selectGetElementPtr(const User *I);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp537 bool FastISel::selectGetElementPtr(const User *I) { in selectGetElementPtr() function in FastISel
1725 return selectGetElementPtr(I); in selectOperator()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp179 bool selectGetElementPtr(const Instruction *I);
4895 bool AArch64FastISel::selectGetElementPtr(const Instruction *I) { in selectGetElementPtr() function in AArch64FastISel
5101 return selectGetElementPtr(I); in fastSelectInstruction()