HomeSort by relevance Sort by last modified time
    Searched defs:Allowed (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
ARMBuildAttributes.h 123 Allowed = 1,
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 278 // the allowed sets, so we cache them to avoid the overhead of constructing
286 // Cache known disjoint allowed registers pairs
332 // Do not add an edge when the nodes' allowed registers do not
357 // a null matrix, meaning the nodes' allowed registers do not have any
430 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed =
434 while (PRegOpt < Allowed.size() && Allowed[PRegOpt] != DstReg)
437 if (PRegOpt < Allowed.size()) {
575 // Compute an initial allowed set for the current vreg.
602 // Check for vregs that have no allowed registers. These should b
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 614 /// MaxFieldAlignment - The maximum allowed field alignment. This is set by
    [all...]

Completed in 173 milliseconds