Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp304 } else if (auto IsExt = T.consume_front("_ExtVector"); in ParseType() local
305 IsExt || T.consume_front("_Vector")) { in ParseType()
317 Type += (IsExt ? "E" : "V") + std::to_string(Lanes); in ParseType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp93 bool IsExt = IsFloat ? match(&V, m_FPExt(PatternMatch::m_Value(CastSrc))) in canSafelyConvertTo16Bit() local
95 if (IsExt) { in canSafelyConvertTo16Bit()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp70 unsigned Opc, bool IsExt);
836 unsigned Opc, bool IsExt) { in ExpandVTBL() argument
846 if (IsExt) { in ExpandVTBL()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9792 bool IsExt = in expandAVG() local
9797 if (IsExt) { in expandAVG()