Searched defs:Ext2 (Results 1 – 7 of 7) sorted by relevance
/external/golang-protobuf/internal/testprotos/messageset/msetextpb/ |
D | msetextpb.pb.go | 73 type Ext2 struct { struct 74 state protoimpl.MessageState 75 sizeCache protoimpl.SizeCache 76 unknownFields protoimpl.UnknownFields 78 …eld1 *int32 `protobuf:"varint,1,opt,name=ext2_field1,json=ext2Field1" json:"ext2_field1,omitempty"` 81 func (x *Ext2) Reset() { 90 func (x *Ext2) String() string { 94 func (*Ext2) ProtoMessage() {} 96 func (x *Ext2) ProtoReflect() protoreflect.Message { 109 func (*Ext2) Descriptor() ([]byte, []int) { [all …]
|
D | msetextpb.proto | 21 message Ext2 { 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() 9056 auto Ext2 = cast<Instruction>(I->getOperand(1)); in shouldSinkOperands() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 10327 SDValue Ext2 = N->getOperand(1).getOperand(0); in DAGCombineBuildVector() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 13299 SDValue Ext2 = N->getOperand(1).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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 37221 SDValue Ext2 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, VT, in scalarizeExtEltFP() local 45798 SDValue Ext2 = extractSubVector(InVec.getOperand(2), 0, DAG, DL, 128); in combineExtractSubvector() local
|