Searched defs:SelectRet (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp140 bool SelectRet(const Instruction *I);
1596 bool PPCFastISel::SelectRet(const Instruction *I) { function in class:PPCFastISel
1884 return SelectRet(I);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMFastISel.cpp169 bool SelectRet(const Instruction *I);
1718 bool ARMFastISel::SelectRet(const Instruction *I) { function in class:ARMFastISel
2103 return SelectRet(I);
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp153 bool SelectRet(const Instruction *I);
2072 bool ARMFastISel::SelectRet(const Instruction *I) { function in class:ARMFastISel
2855 return SelectRet(I);

Completed in 91 milliseconds