Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp158 bool selectStore(const Instruction *I);
1026 bool WebAssemblyFastISel::selectStore(const Instruction *I) { in selectStore() function in WebAssemblyFastISel
1169 case Instruction::Store: return selectStore(I); in fastSelectInstruction()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp110 bool selectStore(const Instruction *I);
879 bool MipsFastISel::selectStore(const Instruction *I) { in selectStore() function in MipsFastISel
1789 return selectStore(I); in fastSelectInstruction()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp118 bool selectStore(const Instruction *I);
2068 bool AArch64FastISel::selectStore(const Instruction *I) { in selectStore() function in AArch64FastISel
4971 return selectStore(I); in fastSelectInstruction()