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

1 2 3 4

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
ValueMapper.cpp 69 SmallVector<Value*, 4> Elts;
70 Elts.reserve(MD->getNumOperands());
73 Elts.push_back(Op ? MapValue(Op, VM, Flags, TypeMapper) : 0);
75 MDNode *NewMD = MDNode::get(V->getContext(), Elts);
LowerInvoke.cpp 131 Type *Elts[] = { JmpBufTy, PointerType::getUnqual(JBLinkTy) };
132 JBLinkTy->setBody(Elts);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
TableGen.cpp 174 const std::vector<Record*> *Elts = Sets.expand(Recs[i]);
175 assert(Elts && "Couldn't expand Set instance");
176 for (unsigned ei = 0, ee = Elts->size(); ei != ee; ++ei)
177 OS << ' ' << (*Elts)[ei]->getName();
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...]
  /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...]
  /external/llvm/utils/TableGen/
TableGen.cpp 164 const std::vector<Record*> *Elts = Sets.expand(Rec);
165 assert(Elts && "Couldn't expand Set instance");
166 for (Record *Elt : *Elts)
  /external/swiftshader/third_party/LLVM/lib/VMCore/
DebugLoc.cpp 108 Value *Elts[] = {
112 return MDNode::get(Ctx2, Elts);
AutoUpgrade.cpp 209 SmallVector<Value *, 1> Elts;
210 Elts.push_back(ConstantInt::get(Type::getInt32Ty(C), 1));
211 MDNode *Node = MDNode::get(C, Elts);
Type.cpp 407 Type **Elts = getContext().pImpl->
409 memcpy(Elts, Elements.data(), sizeof(Elements[0])*Elements.size());
411 ContainedTys = Elts;
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 236 Constant *Elts[] = {
240 ArrayElts.push_back(ConstantStruct::get(STy, Elts));
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp 526 SmallVector<Value *, 16> Elts;
532 ParseMDNodeVector(Elts, NULL) ||
536 MDNode *Init = MDNode::get(Context, Elts);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
InstCombineVectorOps.cpp 25 // If all elts are the same, we can extract.
482 std::vector<Constant*> Elts;
485 Elts.push_back(UndefValue::get(Type::getInt32Ty(SVI.getContext())));
490 Elts.push_back(UndefValue::get(Type::getInt32Ty(SVI.getContext())));
493 Elts.push_back(ConstantInt::get(Type::getInt32Ty(SVI.getContext()),
500 SVI.setOperand(2, ConstantVector::get(Elts));
557 std::vector<Constant*> Elts;
561 Elts.push_back(UndefValue::get(Int32Ty));
563 Elts.push_back(ConstantInt::get(Int32Ty, NewMask[i]));
568 ConstantVector::get(Elts));
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ExtractFunction.cpp 181 Constant *Elts[] = {
185 ArrayElts.push_back(ConstantStruct::get(STy, Elts));
  /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...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /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...]
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/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...]
  /prebuilts/clang/host/linux-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 410 milliseconds

1 2 3 4