/external/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/ |
D | path.factory.pass.cpp | 32 const char* In1 = "abcd/efg"; in main() local 33 const std::string In2(In1); in main() 37 path p = fs::u8path(In1); in main() 38 assert(p == In1); in main() 42 assert(p == In1); in main() 46 assert(p == In1); in main() 50 assert(p == In1); in main()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | vector_dce_test.cpp | 58 OpName %In1 "In1" in TEST_F() 105 OpName %In1 "In1" in TEST_F() 212 OpName %In1 "In1" in TEST_F() 261 OpName %In1 "In1" in TEST_F() 400 OpName %In1 "In1" in TEST_F() 452 OpName %In1 "In1" in TEST_F() 585 OpName %In1 "In1" in TEST_F() 665 OpName %In1 "In1" in TEST_F()
|
D | dead_insert_elim_test.cpp | 59 OpName %In1 "In1" in TEST_F() 106 OpName %In1 "In1" in TEST_F() 209 OpName %In1 "In1" in TEST_F() 258 OpName %In1 "In1" in TEST_F() 393 OpName %In1 "In1" in TEST_F() 445 OpName %In1 "In1" in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | vector_dce_test.cpp | 58 OpName %In1 "In1" in TEST_F() 105 OpName %In1 "In1" in TEST_F() 212 OpName %In1 "In1" in TEST_F() 261 OpName %In1 "In1" in TEST_F() 400 OpName %In1 "In1" in TEST_F() 452 OpName %In1 "In1" in TEST_F() 592 OpName %In1 "In1" in TEST_F() 672 OpName %In1 "In1" in TEST_F()
|
D | dead_insert_elim_test.cpp | 59 OpName %In1 "In1" in TEST_F() 106 OpName %In1 "In1" in TEST_F() 209 OpName %In1 "In1" in TEST_F() 258 OpName %In1 "In1" in TEST_F() 393 OpName %In1 "In1" in TEST_F() 445 OpName %In1 "In1" in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | expand-select.ll | 4 define void @foo(i32 %In1, <2 x i128> %In2, <2 x i128> %In3, <2 x i128> *%Out) { 22 %cond = and i32 %In1, 1 31 define void @bar(i32 %In1, <2 x i96> %In2, <2 x i96> %In3, <2 x i96> *%Out) { 55 %cond = and i32 %In1, 1
|
/external/tensorflow/tensorflow/core/kernels/ |
D | matmul_op.h | 41 template <typename Device, typename In0, typename In1, typename Out, 43 void MatMul(const Device& d, Out out, In0 in0, In1 in1, in MatMul()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 44 ConstantInt *In1, ConstantInt *In2, in HasAddOverflow() argument 47 return Result->getValue().ult(In1->getValue()); in HasAddOverflow() 50 return Result->getValue().sgt(In1->getValue()); in HasAddOverflow() 51 return Result->getValue().slt(In1->getValue()); in HasAddOverflow() 56 static bool AddWithOverflow(Constant *&Result, Constant *In1, in AddWithOverflow() argument 58 Result = ConstantExpr::getAdd(In1, In2); in AddWithOverflow() 60 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) { in AddWithOverflow() 62 Constant *Idx = ConstantInt::get(Type::getInt32Ty(In1->getContext()), i); in AddWithOverflow() 64 ExtractElement(In1, Idx), in AddWithOverflow() 73 cast<ConstantInt>(In1), cast<ConstantInt>(In2), in AddWithOverflow() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SCCP.cpp | 976 LatticeVal In1 = getValueState(PN1->getIncomingValue(i)); in visitBinaryOperator() local 980 if (In1.isOverdefined() || In2.isOverdefined()) { in visitBinaryOperator() 985 if (In1.isConstant() && In2.isConstant()) { in visitBinaryOperator() 986 Constant *V = ConstantExpr::get(I.getOpcode(), In1.getConstant(), in visitBinaryOperator() 1057 LatticeVal In1 = getValueState(PN1->getIncomingValue(i)); in visitCmpInst() local 1061 if (In1.isOverdefined() || In2.isOverdefined()) { in visitCmpInst() 1066 if (In1.isConstant() && In2.isConstant()) { in visitCmpInst() 1068 In1.getConstant(), in visitCmpInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 49 ConstantInt *In1, ConstantInt *In2, in HasAddOverflow() argument 52 return Result->getValue().ult(In1->getValue()); in HasAddOverflow() 55 return Result->getValue().sgt(In1->getValue()); in HasAddOverflow() 56 return Result->getValue().slt(In1->getValue()); in HasAddOverflow() 61 static bool AddWithOverflow(Constant *&Result, Constant *In1, in AddWithOverflow() argument 63 Result = ConstantExpr::getAdd(In1, In2); in AddWithOverflow() 65 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) { in AddWithOverflow() 67 Constant *Idx = ConstantInt::get(Type::getInt32Ty(In1->getContext()), i); in AddWithOverflow() 69 ExtractElement(In1, Idx), in AddWithOverflow() 78 cast<ConstantInt>(In1), cast<ConstantInt>(In2), in AddWithOverflow() [all …]
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 4478 typedef In1_ In1; typedef 4487 !isTypeValid<typename In::In1>() ? 1 : in numInputs() 4512 vector<typename In::In1> in1; 4530 VariableP<typename In::In1> in1; 4541 const Sampling<typename In::In1>& in1_, in Samplings() 4547 const Sampling<typename In::In1>& in1; 4557 instance<DefaultSampling<typename In::In1> >(), in DefaultSamplings() 4622 typedef typename In::In1 In1; in testStatement() typedef 4741 const typename Traits<In1>::IVal in1; in testStatement() 4770 env.lookup(*variables.in1) = convert<In1>(fmt, round(fmt, inputs.in1[valueNdx])); in testStatement() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 5773 typedef In1_ In1; typedef 5782 !isTypeValid<typename In::In1>() ? 1 : in numInputs() 5807 vector<typename In::In1> in1; 5825 VariableP<typename In::In1> in1; 5836 const Sampling<typename In::In1>& in1_, in Samplings() 5842 const Sampling<typename In::In1>& in1; 5852 instance<DefaultSampling<typename In::In1> >(), in DefaultSamplings() 5889 typedef typename In::In1 In1; in iterate() typedef 5956 const typename Traits<In1>::IVal in1; in iterate() 5983 env.lookup(*m_variables.in1) = convert<In1>(fmt, round(fmt, inputs.in1[valueNdx])); in iterate() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 40 static bool addWithOverflow(APInt &Result, const APInt &In1, in addWithOverflow() argument 44 Result = In1.sadd_ov(In2, Overflow); in addWithOverflow() 46 Result = In1.uadd_ov(In2, Overflow); in addWithOverflow() 53 static bool subWithOverflow(APInt &Result, const APInt &In1, in subWithOverflow() argument 57 Result = In1.ssub_ov(In2, Overflow); in subWithOverflow() 59 Result = In1.usub_ov(In2, Overflow); in subWithOverflow()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1328 SDValue In1 = Node->getOperand(1); in SelectAtomic64() local 1332 if (!SelectAddr(Node, In1, Tmp0, Tmp1, Tmp2, Tmp3, Tmp4)) in SelectAtomic64()
|
D | X86ISelLowering.cpp | 10487 SDValue In1 = Node->getOperand(1); in ReplaceATOMIC_BINARY_64() local 10492 SDValue Ops[] = { Chain, In1, In2L, In2H }; in ReplaceATOMIC_BINARY_64()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 3748 SDValue In1 = Op.getOperand(0); in LowerFCOPYSIGN() local 3768 DAG.getUNDEF(VecVT), In1); in LowerFCOPYSIGN() 3772 VecVal1 = DAG.getNode(ISD::BITCAST, DL, VecVT, In1); in LowerFCOPYSIGN() 3786 DAG.getUNDEF(VecVT), In1); in LowerFCOPYSIGN() 3790 VecVal1 = DAG.getNode(ISD::BITCAST, DL, VecVT, In1); in LowerFCOPYSIGN()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 4392 SDValue In1 = Op.getOperand(0); in LowerFCOPYSIGN() local 4408 DAG.getUNDEF(VecVT), In1); in LowerFCOPYSIGN() 4412 VecVal1 = DAG.getNode(ISD::BITCAST, DL, VecVT, In1); in LowerFCOPYSIGN()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 2767 SDValue In1 = N1.getOperand(0); in SimplifyBinOpWithSameOpcodeHands() local 2769 EVT In1Ty = In1.getValueType(); in SimplifyBinOpWithSameOpcodeHands() 2774 SDValue Op = DAG.getNode(N->getOpcode(), DL, In0Ty, In0, In1); in SimplifyBinOpWithSameOpcodeHands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 3733 SDValue In1 = N1.getOperand(0); in SimplifyBinOpWithSameOpcodeHands() local 3735 EVT In1Ty = In1.getValueType(); in SimplifyBinOpWithSameOpcodeHands() 3740 SDValue Op = DAG.getNode(N->getOpcode(), DL, In0Ty, In0, In1); in SimplifyBinOpWithSameOpcodeHands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 39021 SDValue In0, In1; in matchPMADDWD_2() local 39059 In1 = N01In; in matchPMADDWD_2() 39067 if (In0 != N00In || In1 != N01In || In0 != N10In || In1 != N11In) in matchPMADDWD_2() 39083 return SplitOpsAndApply(DAG, Subtarget, DL, VT, { In0, In1 }, in matchPMADDWD_2()
|
/external/llvm/docs/ |
D | LangRef.rst | 6547 | In0 | In1 | Out | 6596 | In0 | In1 | Out | 6646 | In0 | In1 | Out |
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LangRef.rst | 7537 | In0 | In1 | Out | 7586 | In0 | In1 | Out | 7636 | In0 | In1 | Out |
|