Home
last modified time | relevance | path

Searched refs:SimpleValueType (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h498 MVT::SimpleValueType Type;
550 MVT::SimpleValueType Type;
819 MVT::SimpleValueType VT;
825 MVT::SimpleValueType getVT() const { return VT; } in getVT()
843 MVT::SimpleValueType VT;
849 MVT::SimpleValueType getVT() const { return VT; } in getVT()
868 MVT::SimpleValueType VT;
874 MVT::SimpleValueType getVT() const { return VT; } in getVT()
995 const SmallVector<MVT::SimpleValueType, 3> VTs;
1018 MVT::SimpleValueType getVT(unsigned i) const { in getVT()
[all …]
H A DCodeGenTarget.h36 MVT::SimpleValueType getValueType(Record *Rec);
38 StringRef getName(MVT::SimpleValueType T);
39 StringRef getEnumName(MVT::SimpleValueType T);
205 MVT::SimpleValueType Ty;
214 MVT::SimpleValueType getValueType() const { return Ty; } in getValueType()
H A DFastISelEmitter.cpp188 MVT::SimpleValueType VT, in initialize()
375 typedef std::map<MVT::SimpleValueType, PredMap> RetPredMap;
376 typedef std::map<MVT::SimpleValueType, RetPredMap> TypeRetPredMap;
385 typedef std::map<MVT::SimpleValueType, PredCheckMap> RetPredCheckMap;
386 typedef std::map<MVT::SimpleValueType, RetPredCheckMap> TypeRetPredCheckMap;
518 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns()
520 MVT::SimpleValueType VT = RetVT; in collectPatterns()
707 MVT::SimpleValueType VT = TI.first; in printFunctionDefinitions()
711 MVT::SimpleValueType RetVT = RI.first; in printFunctionDefinitions()
735 MVT::SimpleValueType RetVT = RI.first; in printFunctionDefinitions()
[all …]
H A DCodeGenIntrinsics.h44 std::vector<MVT::SimpleValueType> RetVTs;
53 std::vector<MVT::SimpleValueType> ParamVTs;
H A DCodeGenTarget.cpp45 MVT::SimpleValueType llvm::getValueType(Record *Rec) { in getValueType()
46 return (MVT::SimpleValueType)Rec->getValueAsInt("Value"); in getValueType()
49 StringRef llvm::getName(MVT::SimpleValueType T) { in getName()
58 StringRef llvm::getEnumName(MVT::SimpleValueType T) { in getEnumName()
723 std::vector<MVT::SimpleValueType> OverloadedVTs; in CodeGenIntrinsic()
732 MVT::SimpleValueType VT = getValueType(TyEl->getValueAsDef("VT")); in CodeGenIntrinsic()
745 MVT::SimpleValueType VT; in CodeGenIntrinsic()
776 MVT::SimpleValueType VT; in CodeGenIntrinsic()
H A DCodeGenDAGPatterns.h54 static_assert(std::is_same<std::underlying_type<MVT::SimpleValueType>::type,
118 return MVT::SimpleValueType(Pos);
196 TypeSetByHwMode(MVT::SimpleValueType VT) in TypeSetByHwMode()
276 bool MergeInTypeInfo(TypeSetByHwMode &Out, MVT::SimpleValueType InVT) { in MergeInTypeInfo()
472 MVT::SimpleValueType getKnownType(unsigned ResNo) const;
703 MVT::SimpleValueType getSimpleType(unsigned ResNo) const { in getSimpleType()
831 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy,
988 MVT::SimpleValueType InTy, in UpdateNodeType()
H A DDAGISelMatcherOpt.cpp125 const SmallVectorImpl<MVT::SimpleValueType> &VTs = EN->getVTList(); in ContractNodes()
410 SmallVector<std::pair<MVT::SimpleValueType, Matcher*>, 8> Cases; in FactorNodes()
417 MVT::SimpleValueType CTMTy = CTM->getType(); in FactorNodes()
H A DDAGISelMatcher.cpp331 static bool TypesAreContradictory(MVT::SimpleValueType T1, in TypesAreContradictory()
332 MVT::SimpleValueType T2) { in TypesAreContradictory()
365 MVT::SimpleValueType NodeType = getOpcode().getKnownType(CT->getResNo()); in isContradictoryImpl()
H A DCallingConvEmitter.cpp233 MVT::SimpleValueType DestVT = getValueType(DestTy); in EmitAction()
247 MVT::SimpleValueType DestVT = getValueType(DestTy); in EmitAction()
H A DDAGISelMatcherGen.cpp23 static MVT::SimpleValueType getRegisterValueType(Record *R, in getRegisterValueType()
26 MVT::SimpleValueType VT = MVT::Other; in getRegisterValueType()
699 std::array<MVT::SimpleValueType, 1> ResultVTs = {{ N->getSimpleType(0) }}; in EmitResultLeafAsOperand()
911 SmallVector<MVT::SimpleValueType, 4> ResultVTs; in EmitResultInstructionAsOperand()
H A DIntrinsicEmitter.cpp255 static void EncodeFixedValueType(MVT::SimpleValueType VT, in EncodeFixedValueType()
309 MVT::SimpleValueType VT = getValueType(R->getValueAsDef("ElTy")); in EncodeFixedType()
337 MVT::SimpleValueType VT = getValueType(R->getValueAsDef("VT")); in EncodeFixedType()
H A DCodeGenInstruction.h301 MVT::SimpleValueType
H A DRegisterInfoEmitter.cpp618 static void printSimpleValueType(raw_ostream &OS, MVT::SimpleValueType VT) { in printSimpleValueType()
1238 SequenceToOffsetTable<std::vector<MVT::SimpleValueType>> VTSeqs; in runTargetDesc()
1241 std::vector<MVT::SimpleValueType> S; in runTargetDesc()
1291 std::vector<MVT::SimpleValueType> VTs; in runTargetDesc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp118 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType()
123 MVT::SimpleValueType getLegalType(MVT::SimpleValueType VT) { in getLegalType()
162 MVT::SimpleValueType From);
164 MVT::SimpleValueType From);
166 MVT::SimpleValueType To);
168 MVT::SimpleValueType To);
556 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
557 MVT::SimpleValueType To = getLegalType(From); in getRegForUnsignedValue()
565 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
566 MVT::SimpleValueType To = getLegalType(From); in getRegForSignedValue()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCostTable.h27 MVT::SimpleValueType Type;
57 MVT::SimpleValueType Dst;
58 MVT::SimpleValueType Src;
H A DValueTypes.h42 constexpr EVT(MVT::SimpleValueType SVT) : V(SVT) {} in EVT()
397 EVT HalfVT = EVT((MVT::SimpleValueType)IntVT); in getHalfSizedIntegerVT()
H A DTargetLowering.h812 MVT::SimpleValueType getCmpLibcallReturnType() const;
1381 std::map<std::pair<unsigned, MVT::SimpleValueType>, in getTypeToPromoteTo()
1382 MVT::SimpleValueType>::const_iterator PTTI = in getTypeToPromoteTo()
1391 NVT = (MVT::SimpleValueType)(NVT.SimpleTy+1); in getTypeToPromoteTo()
3027 std::map<std::pair<unsigned, MVT::SimpleValueType>, MVT::SimpleValueType>
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h36 void addMSAIntType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC);
40 void addMSAFloatType(MVT::SimpleValueType Ty,
H A DMipsOptimizePICCall.cpp137 static MVT::SimpleValueType getRegTy(unsigned Reg, MachineFunction &MF) { in getRegTy()
167 MVT::SimpleValueType Ty = getRegTy(MI.getOperand(0).getReg(), MF); in eraseGPOpnd()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1292 RegisterTypeForVT[i] = TransformToType[i] = (MVT::SimpleValueType)i; in computeRegisterProperties()
1307 RegisterTypeForVT[ExpandedReg] = (MVT::SimpleValueType)LargestIntReg; in computeRegisterProperties()
1309 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties()
1318 MVT IVT = (MVT::SimpleValueType)IntReg; in computeRegisterProperties()
1323 (MVT::SimpleValueType)LegalIntReg; in computeRegisterProperties()
1391 MVT VT = (MVT::SimpleValueType) i; in computeRegisterProperties()
1402 MVT::SimpleValueType EndVT = IsScalable ? in computeRegisterProperties()
1408 (MVT::SimpleValueType)nVT <= EndVT; ++nVT) { in computeRegisterProperties()
1409 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties()
1431 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DMachineValueType.h33 enum SimpleValueType : uint8_t { enum
321 SimpleValueType SimpleTy = INVALID_SIMPLE_VALUE_TYPE;
324 constexpr MVT(SimpleValueType SVT) : SimpleTy(SVT) {} in MVT()
1161 return (MVT::SimpleValueType)(MVT::INVALID_SIMPLE_VALUE_TYPE); in getIntegerVT()
1307 return (MVT::SimpleValueType)(MVT::INVALID_SIMPLE_VALUE_TYPE); in getVectorVT()
1384 return (MVT::SimpleValueType)(MVT::INVALID_SIMPLE_VALUE_TYPE); in getScalableVectorVT()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2585 MVT::SimpleValueType VT = (MVT::SimpleValueType)MatcherTable[MatcherIndex++]; in CheckType()
2620 MVT::SimpleValueType VT = (MVT::SimpleValueType)MatcherTable[MatcherIndex++]; in CheckValueType()
3210 MVT CaseVT = (MVT::SimpleValueType)MatcherTable[MatcherIndex++]; in SelectCodeCommon()
3306 MVT::SimpleValueType VT = in SelectCodeCommon()
3307 (MVT::SimpleValueType)MatcherTable[MatcherIndex++]; in SelectCodeCommon()
3319 MVT::SimpleValueType VT = in SelectCodeCommon()
3320 (MVT::SimpleValueType)MatcherTable[MatcherIndex++]; in SelectCodeCommon()
3330 MVT::SimpleValueType VT = in SelectCodeCommon()
3331 (MVT::SimpleValueType)MatcherTable[MatcherIndex++]; in SelectCodeCommon()
3487 MVT::SimpleValueType VT = in SelectCodeCommon()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h82 MVT::SimpleValueType getCmpLibcallReturnType() const override { in getCmpLibcallReturnType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h88 MVT::SimpleValueType getCmpLibcallReturnType() const override { in getCmpLibcallReturnType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp581 MVT::SimpleValueType SLT = LT.second.getScalarType().SimpleTy; in getArithmeticInstrCost()
784 MVT::SimpleValueType SLT = LT.second.getScalarType().SimpleTy; in getIntrinsicInstrCost()

12