Home
last modified time | relevance | path

Searched refs:Ext1 (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp177 case FixLen::Ext1: in writeExt()
H A DMsgPackReader.cpp120 return createExt(Obj, FixLen::Ext1); in read()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9009 /// Check if Ext1 and Ext2 are extends of the same type, doubling the bitwidth
9011 static bool areExtractExts(Value *Ext1, Value *Ext2) { in areExtractExts() argument
9017 if (!match(Ext1, m_ZExtOrSExt(m_Value())) || in areExtractExts()
9019 !areExtDoubled(cast<Instruction>(Ext1)) || in areExtractExts()
9055 auto Ext1 = cast<Instruction>(I->getOperand(0)); in shouldSinkOperands()
9057 if (areExtractShuffleVectors(Ext1, Ext2)) { in shouldSinkOperands()
9058 Ops.push_back(&Ext1->getOperandUse(0)); in shouldSinkOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13298 SDValue Ext1 = FirstInput.getOperand(0); in DAGCombineBuildVector()
13300 if(Ext1.getOpcode() != ISD::EXTRACT_VECTOR_ELT || in DAGCombineBuildVector()
13304 ConstantSDNode *Ext1Op = dyn_cast<ConstantSDNode>(Ext1.getOperand(1)); in DAGCombineBuildVector()
13308 if (Ext1.getOperand(0).getValueType() != MVT::v4i32 || in DAGCombineBuildVector()
13309 Ext1.getOperand(0) != Ext2.getOperand(0)) in DAGCombineBuildVector()
13322 SDValue SrcVec = Ext1.getOperand(0); in DAGCombineBuildVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14932 /// Check if Ext1 and Ext2 are extends of the same type, doubling the bitwidth
14934 static bool areExtractExts(Value *Ext1, Value *Ext2) { in areExtractExts() argument
14940 if (!match(Ext1, m_ZExtOrSExt(m_Value())) || in areExtractExts()
14942 !areExtDoubled(cast<Instruction>(Ext1)) || in areExtractExts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17050 SDValue Ext1 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, VT, Op1, Index); in scalarizeExtractedBinop() local
17051 return DAG.getNode(Vec.getOpcode(), DL, VT, Ext0, Ext1); in scalarizeExtractedBinop()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs731 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge), global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Parser, new[]{ "RequiredAllTypes", "OptionalAllTypes", "RepeatedAllTypes", "OptionalGroup", "RepeatedGroup" }, null, null, new pb::Extension[] { global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Extensions.OptionalExt, global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Extensions.RepeatedExt }, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator), global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Parser, new[]{ "Field1", "Field2", "Field3", "Group1", "Group2", "Ext1", "Ext2" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Types.Group1), global::Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator.Types.Group1.Parser, new[]{ "Field1" }, null, null, null, null), in UnittestReflection()
25466 public pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.TestAllTypes> Ext1 { property in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator
[all...]

Completed in 176 milliseconds