/external/tensorflow/tensorflow/lite/micro/examples/person_detection/arc_emsdp/ |
D | emsdp.lcf | 26 IVT : ORIGIN = 0x60000000, LENGTH = 0x400 41 } > IVT
|
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/arc/emsdp/ |
D | emsdp_v2.lcf | 27 IVT : ORIGIN = 0x60000000, LENGTH = 0x400 42 } > IVT
|
D | emsdp.lcf | 34 IVT : ORIGIN = 0x60000000, LENGTH = 0x400 49 } > IVT
|
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/arc_emsdp/ |
D | emsdp.lcf | 28 IVT : ORIGIN = 0x60000000, LENGTH = 0x400 43 } > IVT
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 494 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/ |
D | LegalizeFloatTypes.cpp | 1764 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 …]
|
D | LegalizeDAG.cpp | 1372 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/ |
D | LegalizeFloatTypes.cpp | 1993 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 …]
|
D | LegalizeDAG.cpp | 1449 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/ |
D | LegalizeFloatTypes.cpp | 2099 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 …]
|
D | LegalizeDAG.cpp | 1479 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/ |
D | TargetLoweringBase.cpp | 1175 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/ |
D | TargetLoweringBase.cpp | 1324 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/ |
D | TargetLoweringBase.cpp | 1321 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/ |
D | SemaInit.cpp | 1544 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/ |
D | SemaInit.cpp | 1779 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/ |
D | ARMISelLowering.cpp | 7301 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/ |
D | ARMISelLowering.cpp | 7598 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/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 2694 ,"GB","IVT","Irvinestown","Irvinestown","FER","--3-----","RL","0207",,"5429N 00738W",
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 7027 ,"BR","IVT","Ivate","Ivate","PR","--3-----","RQ","0607",,, 37929 ,"FR","IVT","Livarot","Livarot","14","--3-----","RL","0701",,"4901N 00090E",
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 17337 ,"US","IVT","Irvington","Irvington","NY","--3-----","RQ","9307",,,
|