Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp189 bool selectStore(const Instruction *I);
1259 bool WebAssemblyFastISel::selectStore(const Instruction *I) { in selectStore() function in WebAssemblyFastISel
1434 return selectStore(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp156 bool selectStore(const Instruction *I);
910 bool MipsFastISel::selectStore(const Instruction *I) { in selectStore() function in MipsFastISel
2050 return selectStore(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp145 bool selectStore(MachineInstr &I) const;
651 return selectStore(I); in spvSelect()
1186 bool SPIRVInstructionSelector::selectStore(MachineInstr &I) const { in selectStore() function in SPIRVInstructionSelector
2885 return selectStore(I); in selectIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp158 bool selectStore(const Instruction *I);
2141 bool AArch64FastISel::selectStore(const Instruction *I) { in selectStore() function in AArch64FastISel
5178 return selectStore(I); in fastSelectInstruction()