Searched refs:ARMFastISel (Results 1 – 2 of 2) sorted by relevance
107 class ARMFastISel final : public FastISel { class122 explicit ARMFastISel(FunctionLoweringInfo &funcInfo, in ARMFastISel() function in __anon196e23e40111::ARMFastISel519 bool ARMFastISel::isPositionIndependent() const { in isPositionIndependent()673 bool ARMFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal()1003 bool ARMFastISel::SelectLoad(const Instruction *I) { in SelectLoad()1453 bool ARMFastISel::SelectCmp(const Instruction *I) { in SelectCmp()2074 bool ARMFastISel::SelectRet(const Instruction *I) { in SelectRet()2290 bool ARMFastISel::SelectCall(const Instruction *I, in SelectCall()2435 bool ARMFastISel::ARMIsMemCpySmall(uint64_t Len) { in ARMIsMemCpySmall()3001 bool ARMFastISel::fastLowerArguments() { in fastLowerArguments()[all …]
1139 SRCS_MIN+= Target/ARM/ARMFastISel.cpp