HomeSort by relevance Sort by last modified time
    Searched refs:Nest (Results 1 - 23 of 23) sorted by null

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 38 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain
81 bool isNest() const { return Flags & Nest; }
  /external/llvm/include/llvm/IR/
Attributes.h 81 Nest, ///< Nested function static chain
  /external/llvm/lib/IR/
Attributes.cpp 182 if (hasAttribute(Attribute::Nest))
183 return "nest";
369 case Attribute::Nest: return 1 << 8;
    [all...]
Verifier.cpp 809 !Attrs.hasAttribute(Idx, Attribute::Nest) &&
814 "Attributes 'byval', 'inalloca', 'nest', 'sret', 'nocapture', and "
824 AttrCount += Attrs.hasAttribute(Idx, Attribute::Nest);
825 Assert1(AttrCount <= 1, "Attributes 'byval', 'inalloca', 'inreg', 'nest', "
    [all...]
Function.cpp 116 /// hasNestAttr - Return true if this argument has the nest attribute on
121 hasAttribute(getArgNo()+1, Attribute::Nest);
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 87 | Nest
737 | Attribute.Nest -> Int32.shift_left 1l 8
773 checkattr Attribute.Nest;
    [all...]
llvm.mli 136 | Nest
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 240 if (PAL.hasAttrSomewhere(Attribute::Nest))
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 63 STATISTIC(NumNestRemoved , "Number of nest attributes removed");
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 186 case Attribute::Nest:
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 503 HANDLE_ATTR(Nest);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 574 return Attribute::Nest;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 76 isNest = CS->paramHasAttr(AttrIdx, Attribute::Nest);
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1003 milliseconds