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/IR/
Verifier.cpp 663 !Attrs.hasAttribute(Idx, Attribute::Nest) &&
666 "Attribute 'byval', 'nest', 'sret', and 'nocapture' "
671 Attrs.hasAttribute(Idx, Attribute::Nest)) ||
674 (Attrs.hasAttribute(Idx, Attribute::Nest) &&
676 "'byval, nest, and sret' are incompatible!", V);
679 Attrs.hasAttribute(Idx, Attribute::Nest)) ||
682 (Attrs.hasAttribute(Idx, Attribute::Nest) &&
684 "'byval, nest, and inreg' are incompatible!", V);
736 if (Attrs.hasAttribute(i, Attribute::Nest)) {
737 Assert1(!SawNest, "More than one parameter has attribute nest!", V)
    [all...]
Attributes.cpp 170 if (hasAttribute(Attribute::Nest))
171 return "nest";
371 case Attribute::Nest: return 1 << 8;
    [all...]
Function.cpp 93 /// hasNestAttr - Return true if this argument has the nest attribute on
98 hasAttribute(getArgNo()+1, Attribute::Nest);
  /external/llvm/include/llvm/IR/
Attributes.h 75 Nest, ///< Nested function static chain
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 103 if (PAL.hasAttrSomewhere(Attribute::Nest))
XCoreISelLowering.cpp 815 SDValue Nest = Op.getOperand(3); // 'nest' parameter value
820 // LDAPF_u10 r11, nest
826 // nest:
827 // .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/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.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 495 HANDLE_ATTR(Nest);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 707 milliseconds