Home
last modified time | relevance | path

Searched refs:CompositeIndices (Results 1 – 6 of 6) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go2639 type CompositeIndices struct { struct
2644 func (m *CompositeIndices) Reset() { *m = CompositeIndices{} } argument
2645 func (m *CompositeIndices) String() string { return proto.CompactTextString(m) } argument
2646 func (*CompositeIndices) ProtoMessage() {} argument
2648 func (m *CompositeIndices) GetIndex() []*CompositeIndex { argument
Ddatastore_v3.proto513 message CompositeIndices { message
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMRegisterInfo.td131 CompositeIndices = [(ssub_2 dsub_1, ssub_0),
161 CompositeIndices = [(dsub_2 qsub_1, dsub_0), (dsub_3 qsub_1, dsub_1)] in {
174 CompositeIndices = [(qsub_2 qqsub_1, qsub_0), (qsub_3 qqsub_1, qsub_1),
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZRegisterInfo.td113 CompositeIndices = [(subreg_odd32 subreg_odd, subreg_32bit)] in {
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTarget.td63 // CompositeIndices - Specify subreg indices that don't correspond directly to
73 list<dag> CompositeIndices = [];
237 list<dag> CompositeIndices = [];
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86RegisterInfo.td167 let CompositeIndices = [(sub_ss), (sub_sd)] in {