Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp100 bool expandLPMWELPMW(Block &MBB, BlockIt MBBI, bool IsExt);
813 bool AVRExpandPseudo::expandLPMWELPMW(Block &MBB, BlockIt MBBI, bool IsExt) { in expandLPMWELPMW() argument
819 unsigned OpLo = IsExt ? AVR::ELPMRdZPi : AVR::LPMRdZPi; in expandLPMWELPMW()
820 unsigned OpHi = IsExt ? AVR::ELPMRdZ : AVR::LPMRdZ; in expandLPMWELPMW()
824 if (IsExt) { in expandLPMWELPMW()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp91 bool IsExt = IsFloat ? match(&V, m_FPExt(PatternMatch::m_Value(CastSrc))) in canSafelyConvertTo16Bit() local
93 if (IsExt) { in canSafelyConvertTo16Bit()
/openbsd-src/gnu/llvm/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()