Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp189 bool selectStore(const Instruction *I);
1198 bool WebAssemblyFastISel::selectStore(const Instruction *I) { in selectStore() function in WebAssemblyFastISel
1384 return selectStore(I); in fastSelectInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp159 bool selectStore(const Instruction *I);
915 bool MipsFastISel::selectStore(const Instruction *I) { in selectStore() function in MipsFastISel
2039 return selectStore(I); in fastSelectInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp161 bool selectStore(const Instruction *I);
2146 bool AArch64FastISel::selectStore(const Instruction *I) { in selectStore() function in AArch64FastISel
5159 return selectStore(I); in fastSelectInstruction()