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.h512 bool selectGetElementPtr(const User *I);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp531 bool FastISel::selectGetElementPtr(const User *I) { in selectGetElementPtr() function in FastISel
1791 return selectGetElementPtr(I); in selectOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp176 bool selectGetElementPtr(const Instruction *I);
4979 bool AArch64FastISel::selectGetElementPtr(const Instruction *I) { in selectGetElementPtr() function in AArch64FastISel
5189 return selectGetElementPtr(I); in fastSelectInstruction()