Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h326 bool isExtendLikelyToBeFolded(MachineInstr &ExtMI,
H A DAArch64InstrInfo.cpp8107 bool AArch64InstrInfo::isExtendLikelyToBeFolded( in isExtendLikelyToBeFolded() function in AArch64InstrInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1978 virtual bool isExtendLikelyToBeFolded(MachineInstr &ExtMI, in isExtendLikelyToBeFolded() function
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3839 if (Builder.getTII().isExtendLikelyToBeFolded(*ExtMI, MRI)) in matchExtendThroughPhis()