Home
last modified time | relevance | path

Searched refs:IVT (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/examples/person_detection/arc_emsdp/
Demsdp.lcf26 IVT : ORIGIN = 0x60000000, LENGTH = 0x400
41 } > IVT
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/arc/emsdp/
Demsdp_v2.lcf27 IVT : ORIGIN = 0x60000000, LENGTH = 0x400
42 } > IVT
Demsdp.lcf34 IVT : ORIGIN = 0x60000000, LENGTH = 0x400
49 } > IVT
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/arc_emsdp/
Demsdp.lcf28 IVT : ORIGIN = 0x60000000, LENGTH = 0x400
43 } > IVT
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp494 MVT IVT = getConcrete(); in EnforceVectorEltTypeIs() local
495 IVT = IVT.getVectorElementType(); in EnforceVectorEltTypeIs()
496 return MadeChange || VTOperand.MergeInTypeInfo(IVT.SimpleTy, TP); in EnforceVectorEltTypeIs()
540 MVT IVT = getConcrete(); in EnforceVectorSubVectorTypeIs() local
541 unsigned NumElems = IVT.getVectorNumElements(); in EnforceVectorSubVectorTypeIs()
542 IVT = IVT.getVectorElementType(); in EnforceVectorSubVectorTypeIs()
544 EEVT::TypeSet EltTypeSet(IVT.SimpleTy, TP); in EnforceVectorSubVectorTypeIs()
564 MVT IVT = VTOperand.getConcrete(); in EnforceVectorSubVectorTypeIs() local
565 unsigned NumElems = IVT.getVectorNumElements(); in EnforceVectorSubVectorTypeIs()
566 IVT = IVT.getVectorElementType(); in EnforceVectorSubVectorTypeIs()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp1764 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), OpVT.getSizeInBits()); in PromoteFloatOp_BITCAST() local
1765 assert (IVT == N->getValueType(0) && "Bitcast to type of different size"); in PromoteFloatOp_BITCAST()
1771 return DAG.getNode(GetPromotionOpcode(PromotedVT, OpVT), SDLoc(N), IVT, in PromoteFloatOp_BITCAST()
1837 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatOp_STORE() local
1841 IVT, Promoted); in PromoteFloatOp_STORE()
1936 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatRes_ConstantFP() local
1938 IVT); in PromoteFloatRes_ConstantFP()
1998 EVT IVT = NewOp.getValueType().getVectorElementType(); in PromoteFloatRes_EXTRACT_VECTOR_ELT() local
2001 SDValue NewVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, IVT, in PromoteFloatRes_EXTRACT_VECTOR_ELT()
2074 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatRes_FP_ROUND() local
[all …]
DLegalizeDAG.cpp1372 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), NumBits); in getSignAsIntValue() local
1374 if (TLI.isTypeLegal(IVT)) { in getSignAsIntValue()
1375 State.IntValue = DAG.getNode(ISD::BITCAST, DL, IVT, Value); in getSignAsIntValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp1993 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), OpVT.getSizeInBits()); in PromoteFloatOp_BITCAST() local
1995 IVT, Promoted); in PromoteFloatOp_BITCAST()
2062 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatOp_STORE() local
2066 IVT, Promoted); in PromoteFloatOp_STORE()
2167 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), in PromoteFloatRes_BITCAST() local
2169 SDValue Cast = DAG.getBitcast(IVT, N->getOperand(0)); in PromoteFloatRes_BITCAST()
2179 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatRes_ConstantFP() local
2181 IVT); in PromoteFloatRes_ConstantFP()
2241 EVT IVT = NewOp.getValueType().getVectorElementType(); in PromoteFloatRes_EXTRACT_VECTOR_ELT() local
2244 SDValue NewVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, IVT, in PromoteFloatRes_EXTRACT_VECTOR_ELT()
[all …]
DLegalizeDAG.cpp1449 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), NumBits); in getSignAsIntValue() local
1451 if (TLI.isTypeLegal(IVT)) { in getSignAsIntValue()
1452 State.IntValue = DAG.getNode(ISD::BITCAST, DL, IVT, Value); in getSignAsIntValue()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp2099 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), OpVT.getSizeInBits()); in PromoteFloatOp_BITCAST() local
2101 IVT, Promoted); in PromoteFloatOp_BITCAST()
2168 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatOp_STORE() local
2172 IVT, Promoted); in PromoteFloatOp_STORE()
2284 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), in PromoteFloatRes_BITCAST() local
2286 SDValue Cast = DAG.getBitcast(IVT, N->getOperand(0)); in PromoteFloatRes_BITCAST()
2296 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatRes_ConstantFP() local
2298 IVT); in PromoteFloatRes_ConstantFP()
2358 EVT IVT = NewOp.getValueType().getVectorElementType(); in PromoteFloatRes_EXTRACT_VECTOR_ELT() local
2361 SDValue NewVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, IVT, in PromoteFloatRes_EXTRACT_VECTOR_ELT()
[all …]
DLegalizeDAG.cpp1479 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), NumBits); in getSignAsIntValue() local
1481 if (TLI.isTypeLegal(IVT)) { in getSignAsIntValue()
1482 State.IntValue = DAG.getNode(ISD::BITCAST, DL, IVT, Value); in getSignAsIntValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1175 MVT IVT = (MVT::SimpleValueType)IntReg; in computeRegisterProperties() local
1176 if (isTypeLegal(IVT)) { in computeRegisterProperties()
1181 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1324 MVT IVT = (MVT::SimpleValueType)IntReg; in computeRegisterProperties() local
1325 if (isTypeLegal(IVT)) { in computeRegisterProperties()
1330 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1321 MVT IVT = (MVT::SimpleValueType)IntReg; in computeRegisterProperties() local
1322 if (isTypeLegal(IVT)) { in computeRegisterProperties()
1327 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
/external/clang/lib/Sema/
DSemaInit.cpp1544 const VectorType *IVT = IType->getAs<VectorType>(); in CheckVectorType() local
1545 unsigned numIElts = IVT->getNumElements(); in CheckVectorType()
1551 IVT->getVectorKind()); in CheckVectorType()
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp1779 const VectorType *IVT = IType->castAs<VectorType>(); in CheckVectorType() local
1780 unsigned numIElts = IVT->getNumElements(); in CheckVectorType()
1786 IVT->getVectorKind()); in CheckVectorType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp7301 MVT IVT = (FVT == MVT::f32) ? MVT::i32 : MVT::i16; in LowerBUILD_VECTOR() local
7303 Ops.push_back(DAG.getNode(ISD::BITCAST, dl, IVT, in LowerBUILD_VECTOR()
7305 EVT VecVT = EVT::getVectorVT(*DAG.getContext(), IVT, NumElts); in LowerBUILD_VECTOR()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp7598 MVT IVT = (FVT == MVT::f32) ? MVT::i32 : MVT::i16; in LowerBUILD_VECTOR() local
7600 Ops.push_back(DAG.getNode(ISD::BITCAST, dl, IVT, in LowerBUILD_VECTOR()
7602 EVT VecVT = EVT::getVectorVT(*DAG.getContext(), IVT, NumElts); in LowerBUILD_VECTOR()
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart2.csv2694 ,"GB","IVT","Irvinestown","Irvinestown","FER","--3-----","RL","0207",,"5429N 00738W",
D2013-1_UNLOCODE_CodeListPart1.csv7027 ,"BR","IVT","Ivate","Ivate","PR","--3-----","RQ","0607",,,
37929 ,"FR","IVT","Livarot","Livarot","14","--3-----","RL","0701",,"4901N 00090E",
D2013-1_UNLOCODE_CodeListPart3.csv17337 ,"US","IVT","Irvington","Irvington","NY","--3-----","RQ","9307",,,