Home
last modified time | relevance | path

Searched refs:TransformToType (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp728 assert((unsigned)SVT.SimpleTy < array_lengthof(TransformToType)); in getTypeConversion()
729 MVT NVT = TransformToType[SVT.SimpleTy]; in getTypeConversion()
1068 RegisterTypeForVT[i] = TransformToType[i] = (MVT::SimpleValueType)i; in computeRegisterProperties()
1084 TransformToType[ExpandedReg] = (MVT::SimpleValueType)(ExpandedReg - 1); in computeRegisterProperties()
1098 RegisterTypeForVT[IntReg] = TransformToType[IntReg] = in computeRegisterProperties()
1109 TransformToType[MVT::ppcf128] = MVT::f64; in computeRegisterProperties()
1114 TransformToType[MVT::ppcf128] = MVT::i128; in computeRegisterProperties()
1124 TransformToType[MVT::f128] = MVT::i128; in computeRegisterProperties()
1133 TransformToType[MVT::f64] = MVT::i64; in computeRegisterProperties()
1142 TransformToType[MVT::f32] = MVT::i32; in computeRegisterProperties()
[all …]
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp987 assert((unsigned)SVT.SimpleTy < array_lengthof(TransformToType)); in getTypeConversion()
988 MVT NVT = TransformToType[SVT.SimpleTy]; in getTypeConversion()
1298 RegisterTypeForVT[i] = TransformToType[i] = (MVT::SimpleValueType)i; in computeRegisterProperties()
1314 TransformToType[ExpandedReg] = (MVT::SimpleValueType)(ExpandedReg - 1); in computeRegisterProperties()
1328 RegisterTypeForVT[IntReg] = TransformToType[IntReg] = in computeRegisterProperties()
1339 TransformToType[MVT::ppcf128] = MVT::f64; in computeRegisterProperties()
1344 TransformToType[MVT::ppcf128] = MVT::i128; in computeRegisterProperties()
1354 TransformToType[MVT::f128] = MVT::i128; in computeRegisterProperties()
1363 TransformToType[MVT::f64] = MVT::i64; in computeRegisterProperties()
1372 TransformToType[MVT::f32] = MVT::i32; in computeRegisterProperties()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp757 RegisterTypeForVT[i] = TransformToType[i] = (MVT::SimpleValueType)i; in computeRegisterProperties()
775 TransformToType[ExpandedReg] = (MVT::SimpleValueType)(ExpandedReg - 1); in computeRegisterProperties()
788 RegisterTypeForVT[IntReg] = TransformToType[IntReg] = in computeRegisterProperties()
798 TransformToType[MVT::ppcf128] = MVT::f64; in computeRegisterProperties()
807 TransformToType[MVT::f64] = MVT::i64; in computeRegisterProperties()
817 TransformToType[MVT::f32] = MVT::f64; in computeRegisterProperties()
822 TransformToType[MVT::f32] = MVT::i32; in computeRegisterProperties()
851 TransformToType[i] = SVT; in computeRegisterProperties()
868 TransformToType[i] = SVT; in computeRegisterProperties()
890 TransformToType[i] = MVT::Other; in computeRegisterProperties()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1778 EVT TransformToType[MVT::LAST_VALUETYPE]; variable
1818 array_lengthof(TransformToType)); in getTypeConversion()
1819 EVT NVT = TransformToType[VT.getSimpleVT().SimpleTy]; in getTypeConversion()
/external/llvm/include/llvm/Target/
DTargetLowering.h2011 MVT TransformToType[MVT::LAST_VALUETYPE]; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2464 MVT TransformToType[MVT::LAST_VALUETYPE]; variable