Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h312 bool isExtendLikelyToBeFolded(MachineInstr &ExtMI,
H A DAArch64InstrInfo.cpp7503 bool AArch64InstrInfo::isExtendLikelyToBeFolded( in isExtendLikelyToBeFolded() function in AArch64InstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1958 virtual bool isExtendLikelyToBeFolded(MachineInstr &ExtMI, in isExtendLikelyToBeFolded() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3687 if (Builder.getTII().isExtendLikelyToBeFolded(*ExtMI, MRI)) in matchExtendThroughPhis()