Home
last modified time | relevance | path

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

/freebsd-13.1/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 __anon196e23e40111::ARMFastISel
519 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 …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1139 SRCS_MIN+= Target/ARM/ARMFastISel.cpp