Searched defs:isExtFreeImpl (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 3672 virtual bool isExtFreeImpl(const Instruction *I) const { return false; } isExtFreeImpl() function |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ISelLowering.cpp | 15613 bool AArch64TargetLowering::isExtFreeImpl(const Instruction *Ext) const { isExtFreeImpl() function in AArch64TargetLowering |