Home
last modified time | relevance | path

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

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