Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp107 class ARMFastISel final : public FastISel { class
122 explicit ARMFastISel(FunctionLoweringInfo &funcInfo, in ARMFastISel() function in __anonc7c65e660111::ARMFastISel
518 bool ARMFastISel::isPositionIndependent() const { in isPositionIndependent()
671 bool ARMFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal()
1004 bool ARMFastISel::SelectLoad(const Instruction *I) { in SelectLoad()
1456 bool ARMFastISel::SelectCmp(const Instruction *I) { in SelectCmp()
2077 bool ARMFastISel::SelectRet(const Instruction *I) { in SelectRet()
2293 bool ARMFastISel::SelectCall(const Instruction *I, in SelectCall()
2438 bool ARMFastISel::ARMIsMemCpySmall(uint64_t Len) { in ARMIsMemCpySmall()
3007 bool ARMFastISel::fastLowerArguments() { in fastLowerArguments()
[all …]
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1325 SRCS_MIN+= Target/ARM/ARMFastISel.cpp