HomeSort by relevance Sort by last modified time
    Searched refs:Repeats (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 214 RepMovsRepeats Repeats(ConstantSize->getZExtValue());
215 if (!AlwaysInline && Repeats.Size > Subtarget.getMaxInlineSizeThreshold())
242 Repeats.AVT = MVT::i16;
245 Repeats.AVT = MVT::i32;
248 Repeats.AVT = Subtarget.is64Bit() ? MVT::i64 : MVT::i32;
250 if (Repeats.BytesLeft() > 0 &&
254 Repeats.AVT = MVT::i8;
260 DAG.getIntPtrConstant(Repeats.Count(), dl), InFlag);
270 SDValue Ops[] = { Chain, DAG.getValueType(Repeats.AVT), InFlag };
275 if (Repeats.BytesLeft())
    [all...]
  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
test_objects.pb.go 336 type Repeats struct {
353 func (m *Repeats) Reset() { *m = Repeats{} }
354 func (m *Repeats) String() string { return proto.CompactTextString(m) }
355 func (*Repeats) ProtoMessage() {}
356 func (*Repeats) Descriptor() ([]byte, []int) {
360 func (m *Repeats) XXX_Unmarshal(b []byte) error {
363 func (m *Repeats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
366 func (m *Repeats) XXX_Merge(src proto.Message) {
369 func (m *Repeats) XXX_Size() int
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/golang-protobuf/jsonpb/
jsonpb_test.go 172 repeatsObject = &pb.Repeats{
253 innerRepeats = &pb.Repeats{RString: []string{"roses", "red"}}
254 innerRepeats2 = &pb.Repeats{RString: []string{"violets", "blue"}}
260 Repeats: innerRepeats,
261 RRepeats: []*pb.Repeats{innerRepeats, innerRepeats2},
268 `"repeats":{"rString":["roses","red"]},` +
290 "repeats": {
    [all...]

Completed in 779 milliseconds