Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp96 bool selectStore(MachineInstr &I) const;
319 return selectStore(I); in spvSelect()
617 bool SPIRVInstructionSelector::selectStore(MachineInstr &I) const { in selectStore() function in SPIRVInstructionSelector
1340 return selectStore(I); in selectIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp162 bool selectStore(const Instruction *I);
2144 bool AArch64FastISel::selectStore(const Instruction *I) { in selectStore() function in AArch64FastISel
5158 return selectStore(I); in fastSelectInstruction()