Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
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()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
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()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp160 bool selectLoad(const Instruction *I);
1949 bool AArch64FastISel::selectLoad(const Instruction *I) { in selectLoad() function in AArch64FastISel
5122 return selectLoad(I); in fastSelectInstruction()