Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp135 bool SelectRet(const Instruction *I);
1691 bool PPCFastISel::SelectRet(const Instruction *I) { in SelectRet() function in PPCFastISel
1978 return SelectRet(I); in fastSelectInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp179 bool SelectRet(const Instruction *I);
2074 bool ARMFastISel::SelectRet(const Instruction *I) { in SelectRet() function in ARMFastISel
2872 return SelectRet(I); in fastSelectInstruction()