HomeSort by relevance Sort by last modified time
    Searched refs:In2 (Results 1 - 13 of 13) sorted by null

  /external/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/
path.factory.pass.cpp 33 const std::string In2(In1);
34 const auto In3 = In2.begin();
35 const auto In3End = In2.end();
41 path p = fs::u8path(In2);
  /external/deqp-deps/SPIRV-Tools/test/opt/
dead_insert_elim_test.cpp 38 // layout (location=2) in vec2 In2;
43 // vec2 v = In2;
53 OpEntryPoint Fragment %main "main" %In2 %In0 %In1 %OutColor
57 OpName %In2 "In2"
65 OpDecorate %In2 Location 2
80 %In2 = OpVariable %_ptr_Input_v2float Input
100 OpEntryPoint Fragment %main "main" %In2 %In0 %In1 %OutColor
104 OpName %In2 "In2"
    [all...]
vector_dce_test.cpp 37 // layout (location=2) in vec2 In2;
42 // vec2 v = In2;
52 OpEntryPoint Fragment %main "main" %In2 %In0 %In1 %OutColor
56 OpName %In2 "In2"
64 OpDecorate %In2 Location 2
79 %In2 = OpVariable %_ptr_Input_v2float Input
99 OpEntryPoint Fragment %main "main" %In2 %In0 %In1 %OutColor
103 OpName %In2 "In2"
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/
dead_insert_elim_test.cpp 38 // layout (location=2) in vec2 In2;
43 // vec2 v = In2;
53 OpEntryPoint Fragment %main "main" %In2 %In0 %In1 %OutColor
57 OpName %In2 "In2"
65 OpDecorate %In2 Location 2
80 %In2 = OpVariable %_ptr_Input_v2float Input
100 OpEntryPoint Fragment %main "main" %In2 %In0 %In1 %OutColor
104 OpName %In2 "In2"
    [all...]
vector_dce_test.cpp 37 // layout (location=2) in vec2 In2;
42 // vec2 v = In2;
52 OpEntryPoint Fragment %main "main" %In2 %In0 %In1 %OutColor
56 OpName %In2 "In2"
64 OpDecorate %In2 Location 2
79 %In2 = OpVariable %_ptr_Input_v2float Input
99 OpEntryPoint Fragment %main "main" %In2 %In0 %In1 %OutColor
103 OpName %In2 "In2"
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp 44 ConstantInt *In1, ConstantInt *In2,
49 if (In2->isNegative())
54 /// AddWithOverflow - Compute Result = In1+In2, returning true if the result
57 Constant *In2, bool IsSigned = false) {
58 Result = ConstantExpr::getAdd(In1, In2);
65 ExtractElement(In2, Idx),
73 cast<ConstantInt>(In1), cast<ConstantInt>(In2),
78 ConstantInt *In1, ConstantInt *In2,
83 if (In2->isNegative())
89 /// SubWithOverflow - Compute Result = In1-In2, returning true if the resul
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 4513 vector<typename In::In2> in2; member in struct:deqp::gls::BuiltinPrecisionTests::Inputs
4531 VariableP<typename In::In2> in2; member in struct:deqp::gls::BuiltinPrecisionTests::Variables
4548 const Sampling<typename In::In2>& in2; member in struct:deqp::gls::BuiltinPrecisionTests::Samplings
4742 const typename Traits<In2>::IVal in2; local
5033 const typename In::In2 in2 = samplings.in2.genRandom(floatFormat, intPrecision, rnd); local
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 49 ConstantInt *In1, ConstantInt *In2,
54 if (In2->isNegative())
59 /// Compute Result = In1+In2, returning true if the result overflowed for this
62 Constant *In2, bool IsSigned = false) {
63 Result = ConstantExpr::getAdd(In1, In2);
70 ExtractElement(In2, Idx),
78 cast<ConstantInt>(In1), cast<ConstantInt>(In2),
83 ConstantInt *In1, ConstantInt *In2,
88 if (In2->isNegative())
94 /// Compute Result = In1-In2, returning true if the result overflowed for thi
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 38 /// Compute Result = In1+In2, returning true if the result overflowed for this
41 const APInt &In2, bool IsSigned = false) {
44 Result = In1.sadd_ov(In2, Overflow);
46 Result = In1.uadd_ov(In2, Overflow);
51 /// Compute Result = In1-In2, returning true if the result overflowed for this
54 const APInt &In2, bool IsSigned = false) {
57 Result = In1.ssub_ov(In2, Overflow);
59 Result = In1.usub_ov(In2, Overflow);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 884 milliseconds