Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp189 bool selectLoad(const Instruction *I);
1182 bool WebAssemblyFastISel::selectLoad(const Instruction *I) { in selectLoad() function in WebAssemblyFastISel
1414 return selectLoad(I); in fastSelectInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp157 bool selectLoad(const Instruction *I);
889 bool MipsFastISel::selectLoad(const Instruction *I) { in selectLoad() function in MipsFastISel
2039 return selectLoad(I); in fastSelectInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp159 bool selectLoad(const Instruction *I);
1925 bool AArch64FastISel::selectLoad(const Instruction *I) { in selectLoad() function in AArch64FastISel
5081 return selectLoad(I); in fastSelectInstruction()