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/PowerPC/
H A DPPCFastISel.cpp137 bool SelectIntExt(const Instruction *I);
1901 bool PPCFastISel::SelectIntExt(const Instruction *I) { in SelectIntExt() function in PPCFastISel
1976 return SelectIntExt(I); in fastSelectInstruction()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp180 bool SelectIntExt(const Instruction *I);
2742 bool ARMFastISel::SelectIntExt(const Instruction *I) { in SelectIntExt() function in ARMFastISel
2880 return SelectIntExt(I); in fastSelectInstruction()