HomeSort by: relevance | last modified time | path
    Searched refs:Allowed (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Marshallers.cpp 17 getBestGuess(llvm::StringRef Search, llvm::ArrayRef<llvm::StringRef> Allowed,
22 for (const llvm::StringRef &Item : Allowed) {
39 for (const llvm::StringRef &Item : Allowed) {
65 static constexpr llvm::StringRef Allowed[] = {
70 return ::getBestGuess(Value.getString(), llvm::makeArrayRef(Allowed),
78 static constexpr llvm::StringRef Allowed[] = {
83 return ::getBestGuess(Value.getString(), llvm::makeArrayRef(Allowed),
91 static constexpr llvm::StringRef Allowed[] = {
97 return ::getBestGuess(Value.getString(), llvm::makeArrayRef(Allowed),
105 static constexpr llvm::StringRef Allowed[] =
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ARMBuildAttributes.h 121 Allowed = 1,
127 AllowThumbDerived = 3, // Thumb allowed, derived from arch/profile
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMTargetStreamer.cpp 195 : ARMBuildAttrs::Allowed);
204 emitAttribute(ARMBuildAttrs::THUMB_ISA_use, ARMBuildAttrs::Allowed);
282 emitAttribute(ARMBuildAttrs::DSP_extension, ARMBuildAttrs::Allowed);
289 ARMBuildAttrs::Allowed);
ARMELFStreamer.cpp 832 setAttributeItem(ARM_ISA_use, Allowed, false);
839 setAttributeItem(ARM_ISA_use, Allowed, false);
840 setAttributeItem(THUMB_ISA_use, Allowed, false);
844 setAttributeItem(ARM_ISA_use, Allowed, false);
850 setAttributeItem(ARM_ISA_use, Allowed, false);
851 setAttributeItem(THUMB_ISA_use, Allowed, false);
856 setAttributeItem(THUMB_ISA_use, Allowed, false);
861 setAttributeItem(ARM_ISA_use, Allowed, false);
867 setAttributeItem(ARM_ISA_use, Allowed, false);
885 setAttributeItem(ARM_ISA_use, Allowed, false)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocPBQP.cpp 313 // the allowed sets, so we cache them to avoid the overhead of constructing
321 // Cache known disjoint allowed registers pairs
368 // Do not add an edge when the nodes' allowed registers do not
392 // a null matrix, meaning the nodes' allowed registers do not have any
461 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed =
465 while (PRegOpt < Allowed.size() && Allowed[PRegOpt].id() != DstReg)
468 if (PRegOpt < Allowed.size()) {
623 // Compute an initial allowed set for the current vreg.
650 // Check for vregs that have no allowed registers. These should b
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 93 /// Holds a vector of the allowed physical regs for a vreg.
159 AllowedRegVecRef getAllowedRegs(AllowedRegVector Allowed) {
160 return AllowedRegVecs.getValue(std::move(Allowed));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 67 // allowed to do so (based on the abstract state). Other use cases can be
880 /// The slice of the module we are allowed to look at.
1061 /// \param Allowed If not null, a set limiting the attribute opportunities.
1065 DenseSet<const char *> *Allowed = nullptr, bool DeleteFns = true)
1067 InfoCache(InfoCache), CGUpdater(CGUpdater), Allowed(Allowed),
1150 bool Invalidate = Allowed && !Allowed->count(&AAType::ID);
1161 // Allowed we will not perform updates at all.
1174 // Initialize and update is allowed for code outside of the current functio
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
RecordLayoutBuilder.cpp 632 /// MaxFieldAlignment - The maximum allowed field alignment. This is set by
1287 bool Allowed = EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset);
1288 (void)Allowed;
1289 assert(Allowed && "Base subobject externally placed at overlapping offset");
1333 "Having both mac68k and natural alignment on a decl is not allowed.");
2027 bool Allowed = EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset);
2028 (void)Allowed;
2029 assert(Allowed && "Externally-placed field cannot be placed here");
2542 /// The maximum allowed field alignment. This is set by #pragma pack.
3267 // In certain situations, we are allowed to lay out objects in th
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 710 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_exceptions, ARMBuildAttrs::Allowed);
715 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_rounding, ARMBuildAttrs::Allowed);
722 ARMBuildAttrs::Allowed);
1084 "Only instruction which are involved into frame setup code are allowed");
  /src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x 1539 * expread.y (parse_number, [exp]): Allowed for the return of a
1562 and allowed any type to point at this one if it is permanent.
1664 of the right type (after checking to make sure that we are allowed
2049 * expread.y: Allowed a BLOCKNAME to be ok for a variable name (as
3680 (decode_format): Allowed hexadecimal format to make it through /g
  /src/external/gpl3/gdb.old/dist/gdb/
ChangeLog-3.x 1539 * expread.y (parse_number, [exp]): Allowed for the return of a
1562 and allowed any type to point at this one if it is permanent.
1664 of the right type (after checking to make sure that we are allowed
2049 * expread.y: Allowed a BLOCKNAME to be ok for a variable name (as
3680 (decode_format): Allowed hexadecimal format to make it through /g
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 1088 // Floating-point reassociation is not allowed without loose FP math.
7108 /// Because the parts of the expression are not allowed to have more than one
7369 // Check that a store of the wide type is both allowed and fast on the target
7372 bool Allowed = TLI.allowsMemoryAccess(Context, Layout, WideVT,
7374 if (!Allowed || !Fast)
7600 // Check that a load of the wide type is both allowed and fast on the target
7602 bool Allowed =
7605 if (!Allowed || !Fast)
13451 // N0 + -0.0 --> N0 (also allowed with +0.0 and fast-math)
13498 // If allowed, fold (fadd (fneg x), x) -> 0.
    [all...]

Completed in 87 milliseconds