Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp134 bool SelectRet(const Instruction *I);
1690 bool PPCFastISel::SelectRet(const Instruction *I) { in SelectRet() function in PPCFastISel
1968 return SelectRet(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp178 bool SelectRet(const Instruction *I);
2077 bool ARMFastISel::SelectRet(const Instruction *I) { in SelectRet() function in ARMFastISel
2878 return SelectRet(I); in fastSelectInstruction()