Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h328 bool isExtendLikelyToBeFolded(MachineInstr &ExtMI,
DAArch64InstrInfo.cpp8274 bool AArch64InstrInfo::isExtendLikelyToBeFolded( in isExtendLikelyToBeFolded() function in AArch64InstrInfo
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h2032 virtual bool isExtendLikelyToBeFolded(MachineInstr &ExtMI, in isExtendLikelyToBeFolded() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp3910 if (Builder.getTII().isExtendLikelyToBeFolded(*ExtMI, MRI)) in matchExtendThroughPhis()