Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp190 bool selectLoad(const Instruction *I);
1183 bool WebAssemblyFastISel::selectLoad(const Instruction *I) { in selectLoad() function in WebAssemblyFastISel
1415 return selectLoad(I); in fastSelectInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp94 bool selectLoad(Register ResVReg, const SPIRVType *ResType,
317 return selectLoad(ResVReg, ResType, I); in spvSelect()
597 bool SPIRVInstructionSelector::selectLoad(Register ResVReg, in selectLoad() function in SPIRVInstructionSelector
1338 return selectLoad(ResVReg, ResType, I); in selectIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp157 bool selectLoad(const Instruction *I);
883 bool MipsFastISel::selectLoad(const Instruction *I) { in selectLoad() function in MipsFastISel
2033 return selectLoad(I); in fastSelectInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp161 bool selectLoad(const Instruction *I);
1943 bool AArch64FastISel::selectLoad(const Instruction *I) { in selectLoad() function in AArch64FastISel
5156 return selectLoad(I); in fastSelectInstruction()