Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp188 bool selectLoad(const Instruction *I);
1199 bool WebAssemblyFastISel::selectLoad(const Instruction *I) { in selectLoad() function in WebAssemblyFastISel
1432 return selectLoad(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp155 bool selectLoad(const Instruction *I);
881 bool MipsFastISel::selectLoad(const Instruction *I) { in selectLoad() function in MipsFastISel
2048 return selectLoad(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp143 bool selectLoad(Register ResVReg, const SPIRVType *ResType,
649 return selectLoad(ResVReg, ResType, I); in spvSelect()
1144 bool SPIRVInstructionSelector::selectLoad(Register ResVReg, in selectLoad() function in SPIRVInstructionSelector
2883 return selectLoad(ResVReg, ResType, I); in selectIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp157 bool selectLoad(const Instruction *I);
1940 bool AArch64FastISel::selectLoad(const Instruction *I) { in selectLoad() function in AArch64FastISel
5176 return selectLoad(I); in fastSelectInstruction()