| /external/golang-protobuf/internal/testprotos/messageset/msetextpb/ |
| D | msetextpb.pb.go | 18 type Ext1 struct { struct 19 state protoimpl.MessageState 20 sizeCache protoimpl.SizeCache 21 unknownFields protoimpl.UnknownFields 23 …eld1 *int32 `protobuf:"varint,1,opt,name=ext1_field1,json=ext1Field1" json:"ext1_field1,omitempty"` 24 …eld2 *int32 `protobuf:"varint,2,opt,name=ext1_field2,json=ext1Field2" json:"ext1_field2,omitempty"` 27 func (x *Ext1) Reset() { 36 func (x *Ext1) String() string { 40 func (*Ext1) ProtoMessage() {} 42 func (x *Ext1) ProtoReflect() protoreflect.Message { [all …]
|
| D | msetextpb.proto | 13 message Ext1 { message
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 9011 static bool areExtractExts(Value *Ext1, Value *Ext2) { in areExtractExts() 9055 auto Ext1 = cast<Instruction>(I->getOperand(0)); in shouldSinkOperands() local
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 10326 SDValue Ext1 = N->getOperand(0).getOperand(0); in DAGCombineBuildVector() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 35739 SDValue Ext1 = in SimplifyDemandedVectorEltsForTargetNode() local 37196 SDValue Ext1 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, OpVT, in scalarizeExtEltFP() local 37219 SDValue Ext1 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, VT, in scalarizeExtEltFP() local 45797 SDValue Ext1 = extractSubVector(InVec.getOperand(1), 0, DAG, DL, 128); in combineExtractSubvector() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 13298 SDValue Ext1 = FirstInput.getOperand(0); in DAGCombineBuildVector() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 14934 static bool areExtractExts(Value *Ext1, Value *Ext2) { in areExtractExts()
|
| /external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
| D | Unittest.cs | 27403 public pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.TestAllTypes> Ext1 { property in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator
|
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
| D | Unittest.cs | 27403 public pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.TestAllTypes> Ext1 { property in Google.Protobuf.TestProtos.Proto2.TestParsingMerge.Types.RepeatedFieldsGenerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 17050 SDValue Ext1 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, VT, Op1, Index); in scalarizeExtractedBinop() local
|