Home
last modified time | relevance | path

Searched refs:isExtFreeImpl (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h358 bool isExtFreeImpl(const Instruction *Ext) const override;
DAArch64ISelLowering.cpp6624 bool AArch64TargetLowering::isExtFreeImpl(const Instruction *Ext) const { in isExtFreeImpl() function in AArch64TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1526 return isExtFreeImpl(I); in isExtFree()
1895 virtual bool isExtFreeImpl(const Instruction *I) const { return false; } in isExtFreeImpl() function