Home
last modified time | relevance | path

Searched refs:isExtendLikelyToBeFolded (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h538 bool isExtendLikelyToBeFolded(MachineInstr &ExtMI,
H A DAArch64InstrInfo.cpp10243 bool AArch64InstrInfo::isExtendLikelyToBeFolded( in isExtendLikelyToBeFolded() function in AArch64InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h2290 virtual bool isExtendLikelyToBeFolded(MachineInstr &ExtMI, in isExtendLikelyToBeFolded() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4198 if (Builder.getTII().isExtendLikelyToBeFolded(*ExtMI, MRI)) in matchExtendThroughPhis()