Home
last modified time | relevance | path

Searched refs:Ext2 (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp180 case FixLen::Ext2: in writeExt()
H A DMsgPackReader.cpp123 return createExt(Obj, FixLen::Ext2); 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
9018 !match(Ext2, m_ZExtOrSExt(m_Value())) || in areExtractExts()
9020 !areExtDoubled(cast<Instruction>(Ext2))) in areExtractExts()
9056 auto Ext2 = cast<Instruction>(I->getOperand(1)); in shouldSinkOperands() local
9057 if (areExtractShuffleVectors(Ext1, Ext2)) { in shouldSinkOperands()
9059 Ops.push_back(&Ext2->getOperandUse(0)); in shouldSinkOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13299 SDValue Ext2 = N->getOperand(1).getOperand(0); in DAGCombineBuildVector() local
13301 Ext2.getOpcode() != ISD::EXTRACT_VECTOR_ELT) in DAGCombineBuildVector()
13305 ConstantSDNode *Ext2Op = dyn_cast<ConstantSDNode>(Ext2.getOperand(1)); in DAGCombineBuildVector()
13309 Ext1.getOperand(0) != Ext2.getOperand(0)) in DAGCombineBuildVector()
/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
14941 !match(Ext2, m_ZExtOrSExt(m_Value())) || in areExtractExts()
14943 !areExtDoubled(cast<Instruction>(Ext2))) in areExtractExts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/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()
25476 public pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.TestAllTypes> Ext2 { property in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator
[all...]

Completed in 145 milliseconds