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

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 37 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain
69 bool isNest() const { return Flags & Nest; }
  /external/llvm/lib/VMCore/
Attributes.cpp 53 if (Attrs & Attribute::Nest)
54 Result += "nest ";
106 Incompatible |= ByVal | Nest | NoAlias | StructRet | NoCapture;
Function.cpp 90 /// hasNestAttr - Return true if this argument has the nest attribute on
94 return getParent()->paramHasAttr(getArgNo()+1, Attribute::Nest);
Verifier.cpp 588 if (Attr.Attrs & Attribute::Nest) {
589 Assert1(!SawNest, "More than one parameter has attribute nest!", V);
    [all...]
  /external/llvm/include/llvm/
Attributes.h 107 DECLARE_LLVM_ATTRIBUTE(Nest,1<<8) ///< Nested function static chain
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 102 getAttributes().hasAttrSomewhere(Attribute::Nest);
XCoreISelLowering.cpp 814 SDValue Nest = Op.getOperand(3); // 'nest' parameter value
819 // LDAPF_u10 r11, nest
825 // nest:
826 // .word nest
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 83 | Nest
665 | Attribute.Nest -> Int32.shift_left 1l 8
701 checkattr Attribute.Nest;
    [all...]
llvm.mli 128 | Nest
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 56 STATISTIC(NumNestRemoved , "Number of nest attributes removed");
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 492 HANDLE_ATTR(Nest);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 946 case lltok::kw_nest: Attrs |= Attribute::Nest; break;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 554 milliseconds