Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp191 bool selectStore(const Instruction *I);
1243 bool WebAssemblyFastISel::selectStore(const Instruction *I) { in selectStore() function in WebAssemblyFastISel
1417 return selectStore(I); in fastSelectInstruction()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsFastISel.cpp158 bool selectStore(const Instruction *I);
905 bool MipsFastISel::selectStore(const Instruction *I) { in selectStore() function in MipsFastISel
2035 return selectStore(I); in fastSelectInstruction()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp161 bool selectStore(const Instruction *I);
2150 bool AArch64FastISel::selectStore(const Instruction *I) { in selectStore() function in AArch64FastISel
5124 return selectStore(I); in fastSelectInstruction()