Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp188 bool selectLoad(const Instruction *I);
1141 bool WebAssemblyFastISel::selectLoad(const Instruction *I) { in selectLoad() function in WebAssemblyFastISel
1382 return selectLoad(I); in fastSelectInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp158 bool selectLoad(const Instruction *I);
893 bool MipsFastISel::selectLoad(const Instruction *I) { in selectLoad() function in MipsFastISel
2037 return selectLoad(I); in fastSelectInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp160 bool selectLoad(const Instruction *I);
1944 bool AArch64FastISel::selectLoad(const Instruction *I) { in selectLoad() function in AArch64FastISel
5157 return selectLoad(I); in fastSelectInstruction()