Home
last modified time | relevance | path

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

/freebsd/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/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/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/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/contrib/ncurses/misc/
H A Dterminfo.src15849 # Concept AVT with status line. We get the status line using the
15855 # assumes an 8 page AVT but lm isn't currently used anywhere.)