Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h1038 bool isExtFreeImpl(const Instruction *Ext) const override;
HDAArch64ISelLowering.cpp15817 bool AArch64TargetLowering::isExtFreeImpl(const Instruction *Ext) const { in isExtFreeImpl() function in AArch64TargetLowering
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h3006 return isExtFreeImpl(I); in isExtFree()
3671 virtual bool isExtFreeImpl(const Instruction *I) const { return false; } in isExtFreeImpl() function