HomeSort by relevance Sort by last modified time
    Searched refs:Parent (Results 201 - 225 of 818) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
IndexDataConsumer.h 31 const Decl *Parent;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 13 // The parent register is never changed. Instead, a number of new virtual
61 LiveInterval *Parent;
87 /// scanRemattable - Identify the Parent values that may rematerialize.
115 /// Create a LiveRangeEdit for breaking down parent into smaller pieces.
116 /// @param parent The register being spilled or split.
126 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
130 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
140 assert(Parent && "No parent LiveInterval")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ParentMap.h 27 /// \brief Adds and/or updates the parent/child-relations of the complete
32 /// Manually sets the parent of \p S to \p Parent.
35 void setParent(const Stmt *S, const Stmt *Parent);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
IndexDataConsumer.h 31 const Decl *Parent;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 13 // The parent register is never changed. Instead, a number of new virtual
61 LiveInterval *Parent;
87 /// scanRemattable - Identify the Parent values that may rematerialize.
115 /// Create a LiveRangeEdit for breaking down parent into smaller pieces.
116 /// @param parent The register being spilled or split.
126 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
130 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
140 assert(Parent && "No parent LiveInterval")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ParentMap.h 27 /// \brief Adds and/or updates the parent/child-relations of the complete
32 /// Manually sets the parent of \p S to \p Parent.
35 void setParent(const Stmt *S, const Stmt *Parent);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexDataConsumer.h 31 const Decl *Parent;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 13 // The parent register is never changed. Instead, a number of new virtual
61 LiveInterval *Parent;
87 /// scanRemattable - Identify the Parent values that may rematerialize.
115 /// Create a LiveRangeEdit for breaking down parent into smaller pieces.
116 /// @param parent The register being spilled or split.
126 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
130 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
140 assert(Parent && "No parent LiveInterval")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
ConstantInitBuilder.h 101 ConstantAggregateBuilderBase *Parent;
118 ConstantAggregateBuilderBase *parent)
119 : Builder(builder), Parent(parent), Begin(builder.Buffer.size()) {
120 if (parent) {
121 assert(!parent->Frozen && "parent already has child builder active");
122 parent->Frozen = true;
137 if (Parent) {
138 assert(Parent->Frozen &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
ConstantInitBuilder.h 101 ConstantAggregateBuilderBase *Parent;
118 ConstantAggregateBuilderBase *parent)
119 : Builder(builder), Parent(parent), Begin(builder.Buffer.size()) {
120 if (parent) {
121 assert(!parent->Frozen && "parent already has child builder active");
122 parent->Frozen = true;
137 if (Parent) {
138 assert(Parent->Frozen &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
ConstantInitBuilder.h 101 ConstantAggregateBuilderBase *Parent;
118 ConstantAggregateBuilderBase *parent)
119 : Builder(builder), Parent(parent), Begin(builder.Buffer.size()) {
120 if (parent) {
121 assert(!parent->Frozen && "parent already has child builder active");
122 parent->Frozen = true;
137 if (Parent) {
138 assert(Parent->Frozen &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
ConstantInitBuilder.h 101 ConstantAggregateBuilderBase *Parent;
118 ConstantAggregateBuilderBase *parent)
119 : Builder(builder), Parent(parent), Begin(builder.Buffer.size()) {
120 if (parent) {
121 assert(!parent->Frozen && "parent already has child builder active");
122 parent->Frozen = true;
137 if (Parent) {
138 assert(Parent->Frozen &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
ConstantInitBuilder.h 101 ConstantAggregateBuilderBase *Parent;
118 ConstantAggregateBuilderBase *parent)
119 : Builder(builder), Parent(parent), Begin(builder.Buffer.size()) {
120 if (parent) {
121 assert(!parent->Frozen && "parent already has child builder active");
122 parent->Frozen = true;
137 if (Parent) {
138 assert(Parent->Frozen &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
ConstantInitBuilder.h 101 ConstantAggregateBuilderBase *Parent;
118 ConstantAggregateBuilderBase *parent)
119 : Builder(builder), Parent(parent), Begin(builder.Buffer.size()) {
120 if (parent) {
121 assert(!parent->Frozen && "parent already has child builder active");
122 parent->Frozen = true;
137 if (Parent) {
138 assert(Parent->Frozen &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
ConstantInitBuilder.h 101 ConstantAggregateBuilderBase *Parent;
118 ConstantAggregateBuilderBase *parent)
119 : Builder(builder), Parent(parent), Begin(builder.Buffer.size()) {
120 if (parent) {
121 assert(!parent->Frozen && "parent already has child builder active");
122 parent->Frozen = true;
137 if (Parent) {
138 assert(Parent->Frozen &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
ConstantInitBuilder.h 101 ConstantAggregateBuilderBase *Parent;
118 ConstantAggregateBuilderBase *parent)
119 : Builder(builder), Parent(parent), Begin(builder.Buffer.size()) {
120 if (parent) {
121 assert(!parent->Frozen && "parent already has child builder active");
122 parent->Frozen = true;
137 if (Parent) {
138 assert(Parent->Frozen &
    [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 183 const StackFrameContext *getStackFrame(LocationContext const *Parent,
189 getBlockInvocationContext(const LocationContext *parent,
225 const LocationContext *Parent;
229 const LocationContext *parent)
230 : Kind(k), Ctx(ctx), Parent(parent) {}
239 const LocationContext *getParent() const { return Parent; }
274 const LocationContext *parent,
282 // The parent block of the callsite.
289 StackFrameContext(AnalysisDeclContext *ctx, const LocationContext *parent,
    [all...]
  /external/llvm/include/llvm/IR/
MDBuilder.h 129 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
130 MDNode *createTBAANode(StringRef Name, MDNode *Parent,
152 /// given name, an offset and a parent in the TBAA type DAG.
153 MDNode *createTBAAScalarTypeNode(StringRef Name, MDNode *Parent,
  /external/swiftshader/third_party/subzero/src/
IceTimerTree.h 41 /// contains a list of children, a pointer to its parent, and the timer ID for
44 /// array, and the parent is always at a lower index.
52 TTindex Parent = 0;
81 TTindex getChildIndex(TTindex Parent, TimerIdT ID);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 183 const StackFrameContext *getStackFrame(LocationContext const *Parent,
189 getBlockInvocationContext(const LocationContext *parent,
225 const LocationContext *Parent;
229 const LocationContext *parent)
230 : Kind(k), Ctx(ctx), Parent(parent) {}
239 const LocationContext *getParent() const { return Parent; }
274 const LocationContext *parent,
282 // The parent block of the callsite.
289 StackFrameContext(AnalysisDeclContext *ctx, const LocationContext *parent,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 183 const StackFrameContext *getStackFrame(LocationContext const *Parent,
189 getBlockInvocationContext(const LocationContext *parent,
225 const LocationContext *Parent;
229 const LocationContext *parent)
230 : Kind(k), Ctx(ctx), Parent(parent) {}
239 const LocationContext *getParent() const { return Parent; }
274 const LocationContext *parent,
282 // The parent block of the callsite.
289 StackFrameContext(AnalysisDeclContext *ctx, const LocationContext *parent,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 183 const StackFrameContext *getStackFrame(LocationContext const *Parent,
189 getBlockInvocationContext(const LocationContext *parent,
225 const LocationContext *Parent;
229 const LocationContext *parent)
230 : Kind(k), Ctx(ctx), Parent(parent) {}
239 const LocationContext *getParent() const { return Parent; }
274 const LocationContext *parent,
282 // The parent block of the callsite.
289 StackFrameContext(AnalysisDeclContext *ctx, const LocationContext *parent,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 183 const StackFrameContext *getStackFrame(LocationContext const *Parent,
189 getBlockInvocationContext(const LocationContext *parent,
225 const LocationContext *Parent;
229 const LocationContext *parent)
230 : Kind(k), Ctx(ctx), Parent(parent) {}
239 const LocationContext *getParent() const { return Parent; }
274 const LocationContext *parent,
282 // The parent block of the callsite.
289 StackFrameContext(AnalysisDeclContext *ctx, const LocationContext *parent,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 183 const StackFrameContext *getStackFrame(LocationContext const *Parent,
189 getBlockInvocationContext(const LocationContext *parent,
225 const LocationContext *Parent;
229 const LocationContext *parent)
230 : Kind(k), Ctx(ctx), Parent(parent) {}
239 const LocationContext *getParent() const { return Parent; }
274 const LocationContext *parent,
282 // The parent block of the callsite.
289 StackFrameContext(AnalysisDeclContext *ctx, const LocationContext *parent,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 183 const StackFrameContext *getStackFrame(LocationContext const *Parent,
189 getBlockInvocationContext(const LocationContext *parent,
225 const LocationContext *Parent;
229 const LocationContext *parent)
230 : Kind(k), Ctx(ctx), Parent(parent) {}
239 const LocationContext *getParent() const { return Parent; }
274 const LocationContext *parent,
282 // The parent block of the callsite.
289 StackFrameContext(AnalysisDeclContext *ctx, const LocationContext *parent,
    [all...]

Completed in 941 milliseconds

1 2 3 4 5 6 7 891011>>