Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h532 bool selectGetElementPtr(const User *I);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp487 bool FastISel::selectGetElementPtr(const User *I) { in selectGetElementPtr() function in FastISel
1603 return selectGetElementPtr(I); in selectOperator()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp136 bool selectGetElementPtr(const Instruction *I);
4841 bool AArch64FastISel::selectGetElementPtr(const Instruction *I) { in selectGetElementPtr() function in AArch64FastISel
4982 return selectGetElementPtr(I); in fastSelectInstruction()