Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp157 bool selectLoad(const Instruction *I);
971 bool WebAssemblyFastISel::selectLoad(const Instruction *I) { in selectLoad() function in WebAssemblyFastISel
1168 case Instruction::Load: return selectLoad(I); in fastSelectInstruction()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp109 bool selectLoad(const Instruction *I);
857 bool MipsFastISel::selectLoad(const Instruction *I) { in selectLoad() function in MipsFastISel
1787 return selectLoad(I); in fastSelectInstruction()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp117 bool selectLoad(const Instruction *I);
1890 bool AArch64FastISel::selectLoad(const Instruction *I) { in selectLoad() function in AArch64FastISel
4969 return selectLoad(I); in fastSelectInstruction()