Home
last modified time | relevance | path

Searched refs:selectLoad (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp96 bool selectLoad(const Instruction *I);
844 bool MipsFastISel::selectLoad(const Instruction *I) { in selectLoad() function in MipsFastISel
1774 return selectLoad(I); in fastSelectInstruction()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp118 bool selectLoad(const Instruction *I);
1898 bool AArch64FastISel::selectLoad(const Instruction *I) { in selectLoad() function in AArch64FastISel
4936 return selectLoad(I); in fastSelectInstruction()