HomeSort by relevance Sort by last modified time
    Searched defs:promoteTo (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/glslang/glslang/MachineIndependent/
Intermediate.cpp 756 auto promoteTo = std::make_tuple(EbtNumTypes, EbtNumTypes);
790 promoteTo = getConversionDestinatonType(node0->getBasicType(), node1->getBasicType(), op);
791 if (std::get<0>(promoteTo) == EbtNumTypes || std::get<1>(promoteTo) == EbtNumTypes)
800 promoteTo = std::make_tuple(EbtBool, EbtBool);
815 promoteTo = std::make_tuple(node0BasicType, EbtInt);
817 promoteTo = std::make_tuple(node0BasicType, node1->getBasicType());
836 if (std::get<0>(promoteTo) != node0->getType().getBasicType()) {
838 newNode0 = promoteConstantUnion(std::get<0>(promoteTo), node0->getAsConstantUnion());
840 newNode0 = createConversion(std::get<0>(promoteTo), node0)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 575 void promoteTo(Instruction *In, IntegerType *DestTy, BasicBlock *LoopB);
1001 void PolynomialMultiplyRecognize::promoteTo(Instruction *In,
    [all...]

Completed in 86 milliseconds