Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h528 bool selectGetElementPtr(const User *I);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp484 bool FastISel::selectGetElementPtr(const User *I) { in selectGetElementPtr() function in FastISel
1580 return selectGetElementPtr(I); in selectOperator()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp137 bool selectGetElementPtr(const Instruction *I);
4808 bool AArch64FastISel::selectGetElementPtr(const Instruction *I) { in selectGetElementPtr() function in AArch64FastISel
4949 return selectGetElementPtr(I); in fastSelectInstruction()