Searched refs:OVT (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 4221 MVT OVT = Node->getSimpleValueType(0); 4227 OVT = Node->getOperand(0).getSimpleValueType(); 4231 OVT = Node->getOperand(1).getSimpleValueType(); 4233 OVT = Node->getOperand(2).getSimpleValueType(); 4234 MVT NVT = TLI.getTypeToPromoteTo(Node->getOpcode(), OVT); 4250 OVT.getSizeInBits()); 4262 OVT.getSizeInBits(), dl, NVT)); 4264 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, OVT, Tmp1)); 4268 unsigned DiffBits = NVT.getSizeInBits() - OVT.getSizeInBits(); 4276 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, OVT, Tmp [all...] |
H A D | LegalizeTypesGeneric.cpp | 285 EVT OVT = N->getValueType(0); in ExpandRes_VAARG() local 286 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), OVT); in ExpandRes_VAARG() 297 if (TLI.hasBigEndianPartOrdering(OVT, DAG.getDataLayout())) in ExpandRes_VAARG() 343 EVT OVT = N->getOperand(0).getValueType(); in ExpandOp_BITCAST() local 345 TLI.getTypeToTransformTo(*DAG.getContext(), OVT), in ExpandOp_BITCAST()
|
H A D | LegalizeIntegerTypes.cpp | 401 EVT OVT = N->getValueType(0); 405 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); 413 EVT OVT = N->getValueType(0); in PromoteIntRes_BITREVERSE() local 417 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BITREVERSE() 451 EVT OVT = N->getValueType(0); in PromoteIntRes_CTLZ() local 457 DAG.getConstant(NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(), dl, in PromoteIntRes_CTLZ() 469 EVT OVT = N->getValueType(0); in PromoteIntRes_CTTZ() local 477 OVT.getScalarSizeInBits()); in PromoteIntRes_CTTZ() 857 EVT OVT = N->getOperand(0).getValueType(); in PromoteIntRes_SADDSUBO() local 868 DAG.getValueType(OVT)); in PromoteIntRes_SADDSUBO() 1069 EVT OVT = N->getOperand(0).getValueType(); PromoteIntRes_UADDSUBO() local 1440 EVT OVT = N->getOperand(0).getValueType(); PromoteIntOp_BUILD_PAIR() local [all...] |
H A D | LegalizeVectorTypes.cpp | 1878 EVT OVT = N->getValueType(0); in SplitVecRes_VAARG() local 1879 EVT NVT = OVT.getHalfNumVectorElementsVT(*DAG.getContext()); in SplitVecRes_VAARG()
|
/third_party/rust/crates/minimal-lexical/src/ |
H A D | libm.rs | 56 const OVT: f32 = 4.2995665694e-08; /* -(128-log2(ovfl+.5ulp)) */ in powf() consts 319 if p_l + OVT > z - p_h { in powf() 611 const OVT: f64 = 8.0085662595372944372e-017; /* -(1024-log2(ovfl+.5ulp)) */ in powd() consts 892 if p_l + OVT > z - p_h { in powd()
|
Completed in 21 milliseconds