Home
last modified time | relevance | path

Searched refs:selectIntExt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp167 bool selectIntExt(const Instruction *I);
1795 bool MipsFastISel::selectIntExt(const Instruction *I) { in selectIntExt() function in MipsFastISel
2068 return selectIntExt(I); in fastSelectInstruction()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp173 bool selectIntExt(const Instruction *I);
4485 bool AArch64FastISel::selectIntExt(const Instruction *I) { in selectIntExt() function in AArch64FastISel
5072 return selectIntExt(I); in fastSelectInstruction()