Home
last modified time | relevance | path

Searched refs:AVT (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp75 EVT AVT; in EmitTargetCodeForMemset() local
85 AVT = MVT::i32; in EmitTargetCodeForMemset()
90 AVT = MVT::i64; in EmitTargetCodeForMemset()
96 AVT = MVT::i16; in EmitTargetCodeForMemset()
101 AVT = MVT::i8; in EmitTargetCodeForMemset()
106 if (AVT.bitsGT(MVT::i8)) { in EmitTargetCodeForMemset()
107 unsigned UBytes = AVT.getSizeInBits() / 8; in EmitTargetCodeForMemset()
116 AVT = MVT::i8; in EmitTargetCodeForMemset()
131 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InGlue }; in EmitTargetCodeForMemset()
156 SDValue Src, SDValue Size, MVT AVT) { in emitRepmovs() argument
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp790 for (MVT AVT : MVT::all_valuetypes()) { in initActions() local
792 setTruncStoreAction(AVT, VT, Expand); in initActions()
793 setLoadExtAction(ISD::EXTLOAD, AVT, VT, Expand); in initActions()
794 setLoadExtAction(ISD::ZEXTLOAD, AVT, VT, Expand); in initActions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17106 EVT AVT = A.getValueType(); in PerformVECREDUCE_ADDCombine() local
17108 return AVT.getVectorNumElements() == Ty.getVectorNumElements() && in PerformVECREDUCE_ADDCombine()
17109 AVT.bitsLE(Ty); in PerformVECREDUCE_ADDCombine()
17113 EVT AVT = A.getValueType(); in PerformVECREDUCE_ADDCombine() local
17114 if (!AVT.is128BitVector()) in PerformVECREDUCE_ADDCombine()
17116 AVT.changeVectorElementType(MVT::getIntegerVT( in PerformVECREDUCE_ADDCombine()
17117 128 / AVT.getVectorMinNumElements())), in PerformVECREDUCE_ADDCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp5755 EVT AVT = A.getValueType().getVectorElementType(); in PromoteIntRes_CONCAT_VECTORS() local
5757 return AVT.getScalarSizeInBits() < BVT.getScalarSizeInBits(); in PromoteIntRes_CONCAT_VECTORS()
/freebsd-14.2/contrib/ncurses/misc/
H A Dterminfo.src16310 avt-ns|Concept AVT no status line,
16339 avt-rv-ns|Concept AVT in reverse video mode/no status line,
16342 avt-w-ns|Concept AVT in 132 column mode/no status line,
16345 avt-w-rv-ns|Concept AVT in 132 column mode/no status line/reverse video,
16349 # Concept AVT with status line. We get the status line using the
16355 # assumes an 8 page AVT but lm isn't currently used anywhere.)
16357 avt+s|Concept AVT status line changes,
16364 avt|avt-s|concept-avt|Concept AVT w/80 columns,
16366 avt-rv|avt-rv-s|Concept AVT reverse video w/sl,
16369 avt-w|avt-w-s|Concept AVT 132 cols+status,
[all …]