Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp187 bool selectStore(const Instruction *I);
1241 bool WebAssemblyFastISel::selectStore(const Instruction *I) { in selectStore() function in WebAssemblyFastISel
1415 return selectStore(I); in fastSelectInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp158 bool selectStore(const Instruction *I);
911 bool MipsFastISel::selectStore(const Instruction *I) { in selectStore() function in MipsFastISel
2041 return selectStore(I); in fastSelectInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp160 bool selectStore(const Instruction *I);
2126 bool AArch64FastISel::selectStore(const Instruction *I) { in selectStore() function in AArch64FastISel
5078 return selectStore(I); in fastSelectInstruction()