HomeSort by relevance Sort by last modified time
    Searched refs:Elts (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /external/swiftshader/third_party/LLVM/utils/TableGen/
SetTheory.cpp 30 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) {
31 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts);
37 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) {
46 Elts.insert(*I);
52 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) {
60 Elts.insert(*I);
68 RecSet &Elts) =0;
70 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) {
78 apply2(ST, Expr, Set, II->getValue(), Elts);
86 RecSet &Elts) {
    [all...]
SetTheory.h 72 /// in Elts.
73 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts) =0;
82 virtual void expand(SetTheory&, Record*, RecSet &Elts) =0;
109 /// dag Elts = d;
117 /// evaluate - Evaluate Expr and append the resulting set to Elts.
118 void evaluate(Init *Expr, RecSet &Elts);
120 /// evaluate - Evaluate a sequence of Inits and append to Elts.
122 void evaluate(Iter begin, Iter end, RecSet &Elts) {
124 evaluate(*begin++, Elts);
  /external/llvm/include/llvm/TableGen/
SetTheory.h 75 /// in Elts.
76 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
88 virtual void expand(SetTheory&, Record*, RecSet &Elts) =0;
115 /// dag Elts = d;
123 /// evaluate - Evaluate Expr and append the resulting set to Elts.
124 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
126 /// evaluate - Evaluate a sequence of Inits and append to Elts.
128 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) {
130 evaluate(*begin++, Elts, Loc);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
SetTheory.h 78 /// in Elts.
79 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
119 /// dag Elts = d;
127 /// evaluate - Evaluate Expr and append the resulting set to Elts.
128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
130 /// evaluate - Evaluate a sequence of Inits and append to Elts.
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) {
134 evaluate(*begin++, Elts, Loc);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/TableGen/
SetTheory.h 78 /// in Elts.
79 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
119 /// dag Elts = d;
127 /// evaluate - Evaluate Expr and append the resulting set to Elts.
128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
130 /// evaluate - Evaluate a sequence of Inits and append to Elts.
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) {
134 evaluate(*begin++, Elts, Loc);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/TableGen/
SetTheory.h 78 /// in Elts.
79 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
119 /// dag Elts = d;
127 /// evaluate - Evaluate Expr and append the resulting set to Elts.
128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
130 /// evaluate - Evaluate a sequence of Inits and append to Elts.
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) {
134 evaluate(*begin++, Elts, Loc);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/TableGen/
SetTheory.h 78 /// in Elts.
79 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
119 /// dag Elts = d;
127 /// evaluate - Evaluate Expr and append the resulting set to Elts.
128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
130 /// evaluate - Evaluate a sequence of Inits and append to Elts.
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) {
134 evaluate(*begin++, Elts, Loc);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/TableGen/
SetTheory.h 78 /// in Elts.
79 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
119 /// dag Elts = d;
127 /// evaluate - Evaluate Expr and append the resulting set to Elts.
128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
130 /// evaluate - Evaluate a sequence of Inits and append to Elts.
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) {
134 evaluate(*begin++, Elts, Loc);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/TableGen/
SetTheory.h 78 /// in Elts.
79 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
119 /// dag Elts = d;
127 /// evaluate - Evaluate Expr and append the resulting set to Elts.
128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
130 /// evaluate - Evaluate a sequence of Inits and append to Elts.
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) {
134 evaluate(*begin++, Elts, Loc);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/TableGen/
SetTheory.h 78 /// in Elts.
79 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
119 /// dag Elts = d;
127 /// evaluate - Evaluate Expr and append the resulting set to Elts.
128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
130 /// evaluate - Evaluate a sequence of Inits and append to Elts.
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) {
134 evaluate(*begin++, Elts, Loc);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
SetTheory.h 78 /// in Elts.
79 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
119 /// dag Elts = d;
127 /// evaluate - Evaluate Expr and append the resulting set to Elts.
128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
130 /// evaluate - Evaluate a sequence of Inits and append to Elts.
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) {
134 evaluate(*begin++, Elts, Loc);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/TableGen/
SetTheory.h 78 /// in Elts.
79 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
119 /// dag Elts = d;
127 /// evaluate - Evaluate Expr and append the resulting set to Elts.
128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
130 /// evaluate - Evaluate a sequence of Inits and append to Elts.
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) {
134 evaluate(*begin++, Elts, Loc);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/TableGen/
SetTheory.h 78 /// in Elts.
79 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
119 /// dag Elts = d;
127 /// evaluate - Evaluate Expr and append the resulting set to Elts.
128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
130 /// evaluate - Evaluate a sequence of Inits and append to Elts.
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) {
134 evaluate(*begin++, Elts, Loc);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/TableGen/
SetTheory.h 78 /// in Elts.
79 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
119 /// dag Elts = d;
127 /// evaluate - Evaluate Expr and append the resulting set to Elts.
128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
130 /// evaluate - Evaluate a sequence of Inits and append to Elts.
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) {
134 evaluate(*begin++, Elts, Loc);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/TableGen/
SetTheory.h 78 /// in Elts.
79 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
119 /// dag Elts = d;
127 /// evaluate - Evaluate Expr and append the resulting set to Elts.
128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
130 /// evaluate - Evaluate a sequence of Inits and append to Elts.
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) {
134 evaluate(*begin++, Elts, Loc);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/TableGen/
SetTheory.h 78 /// in Elts.
79 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
119 /// dag Elts = d;
127 /// evaluate - Evaluate Expr and append the resulting set to Elts.
128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
130 /// evaluate - Evaluate a sequence of Inits and append to Elts.
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) {
134 evaluate(*begin++, Elts, Loc);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/TableGen/
SetTheory.h 78 /// in Elts.
79 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
92 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
119 /// dag Elts = d;
127 /// evaluate - Evaluate Expr and append the resulting set to Elts.
128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
130 /// evaluate - Evaluate a sequence of Inits and append to Elts.
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) {
134 evaluate(*begin++, Elts, Loc);
  /external/llvm/lib/TableGen/
SetTheory.cpp 30 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
32 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc);
38 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
48 Elts.insert(*I);
54 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
64 Elts.insert(*I);
71 RecSet &Elts, ArrayRef<SMLoc> Loc) = 0;
73 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
84 apply2(ST, Expr, Set, II->getValue(), Elts, Loc);
91 RecSet &Elts, ArrayRef<SMLoc> Loc) override
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/fix/
netipv6zone.go 43 for i, e := range cl.Elts {
49 cl.Elts[i] = &ast.KeyValueExpr{
55 cl.Elts = append(cl.Elts[:i], cl.Elts[i+1:]...)
57 cl.Elts[i] = &ast.KeyValueExpr{
printerconfig.go 40 for i, e := range cl.Elts {
46 cl.Elts[i] = &ast.KeyValueExpr{
51 cl.Elts[i] = &ast.KeyValueExpr{
  /prebuilts/go/linux-x86/src/cmd/fix/
netipv6zone.go 43 for i, e := range cl.Elts {
49 cl.Elts[i] = &ast.KeyValueExpr{
55 cl.Elts = append(cl.Elts[:i], cl.Elts[i+1:]...)
57 cl.Elts[i] = &ast.KeyValueExpr{
printerconfig.go 40 for i, e := range cl.Elts {
46 cl.Elts[i] = &ast.KeyValueExpr{
51 cl.Elts[i] = &ast.KeyValueExpr{
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DIBuilder.cpp 100 Value *Elts[] = {
117 TheCU = DICompileUnit(MDNode::get(VMContext, Elts));
129 Value *Elts[] = {
135 return DIFile(MDNode::get(VMContext, Elts));
141 Value *Elts[] = {
146 return DIEnumerator(MDNode::get(VMContext, Elts));
154 Value *Elts[] = {
166 return DIType(MDNode::get(VMContext, Elts));
177 Value *Elts[] = {
189 return DIType(MDNode::get(VMContext, Elts));
    [all...]
  /external/clang/include/clang/AST/
APValue.h 81 APValue *Elts;
83 Vec() : Elts(nullptr), NumElts(0) {}
84 ~Vec() { delete[] Elts; }
87 APValue *Elts;
93 APValue *Elts;
261 return ((Vec*)(char*)Data.buffer)->Elts[I];
274 return ((Arr*)(char*)Data.buffer)->Elts[I];
285 return ((Arr*)(char*)Data.buffer)->Elts[getArrayInitializedElts()];
309 return ((StructData*)(char*)Data.buffer)->Elts[i];
313 return ((StructData*)(char*)Data.buffer)->Elts[getStructNumBases() + i]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
APValue.h 81 APValue *Elts;
83 Vec() : Elts(nullptr), NumElts(0) {}
84 ~Vec() { delete[] Elts; }
87 APValue *Elts;
93 APValue *Elts;
263 return ((Vec*)(char*)Data.buffer)->Elts[I];
276 return ((Arr*)(char*)Data.buffer)->Elts[I];
287 return ((Arr*)(char*)Data.buffer)->Elts[getArrayInitializedElts()];
311 return ((StructData*)(char*)Data.buffer)->Elts[i];
315 return ((StructData*)(char*)Data.buffer)->Elts[getStructNumBases() + i]
    [all...]

Completed in 558 milliseconds

1 2 3 4 5 6 7 8 9