Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp106 bool expandLPMWELPMW(Block &MBB, BlockIt MBBI, bool IsExt);
816 bool AVRExpandPseudo::expandLPMWELPMW(Block &MBB, BlockIt MBBI, bool IsExt) { in expandLPMWELPMW() argument
823 unsigned OpLo = IsExt ? AVR::ELPMRdZPi : AVR::LPMRdZPi; in expandLPMWELPMW()
824 unsigned OpHi = IsExt ? AVR::ELPMRdZ : AVR::LPMRdZ; in expandLPMWELPMW()
828 if (IsExt) { in expandLPMWELPMW()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp89 bool IsExt = IsFloat ? match(&V, m_FPExt(PatternMatch::m_Value(CastSrc))) in canSafelyConvertTo16Bit() local
91 if (IsExt) { in canSafelyConvertTo16Bit()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp72 unsigned Opc, bool IsExt);
855 unsigned Opc, bool IsExt) { in ExpandVTBL() argument
865 if (IsExt) { in ExpandVTBL()