Searched refs:Nest (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetCallingConv.h37 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain member in struct:llvm::ISD::ArgFlagsTy
69 bool isNest() const { return Flags & Nest; }
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DAttributes.cpp108 Incompatible |= Attribute::ByVal | Attribute::Nest | Attribute::NoAlias |
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DAttributes.h67 DECLARE_LLVM_ATTRIBUTE(Nest,1<<8) ///< Nested function static chain
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreFrameLowering.cpp102 getAttributes().hasAttrSomewhere(Attribute::Nest);
H A DXCoreISelLowering.cpp814 SDValue Nest = Op.getOperand(3); // 'nest' parameter value local
852 OutChains[3] = DAG.getStore(Chain, dl, Nest, Addr,
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/llvm/
H A Dllvm.ml83 | Nest
665 | Attribute.Nest -> Int32.shift_left 1l 8
701 checkattr Attribute.Nest;
H A Dllvm.mli128 | Nest
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1266 if (Attrs.hasAttrSomewhere(Attribute::Nest))
1285 if (NestAttrs.paramHasAttr(NestIdx, Attribute::Nest)) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DGlobalOpt.cpp2066 if ((Attrs.getSlot(i).Attrs & Attribute::Nest) == 0)
2070 return Attrs.removeAttr(Attrs.getSlot(i).Index, Attribute::Nest);
2111 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) &&
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CppBackend/
H A DCPPBackend.cpp492 HANDLE_ATTR(Nest);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86FastISel.cpp1646 if (CS.paramHasAttr(AttrInd, Attribute::Nest))
H A DX86ISelLowering.cpp10412 SDValue Nest = Op.getOperand(3); // 'nest' parameter value local
10453 OutChains[3] = DAG.getStore(Root, dl, Nest, Addr,
10503 report_fatal_error("Nest register in use - reduce number of inreg"
10535 OutChains[1] = DAG.getStore(Root, dl, Nest, Addr,
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1490 SDValue Nest = Op.getOperand(3); // 'nest' parameter value local
1511 Entry.Node = Nest; Args.push_back(Entry);
/macosx-10.9.5/llvmCore-3425.0.33/lib/AsmParser/
H A DLLParser.cpp936 case lltok::kw_nest: Attrs |= Attribute::Nest; break;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMFastISel.cpp2336 CS.paramHasAttr(AttrInd, Attribute::Nest) ||
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5349 Entry.isNest = CS.paramHasAttr(attrInd, Attribute::Nest);
6747 if (F.paramHasAttr(Idx, Attribute::Nest))

Completed in 405 milliseconds