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

/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h38 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain member in struct:llvm::ISD::ArgFlagsTy
81 bool isNest() const { return Flags & Nest; }
/external/llvm/include/llvm/IR/
H A DAttributes.h81 Nest, ///< Nested function static chain enumerator in enum:llvm::Attribute::AttrKind
/external/llvm/lib/IR/
H A DAttributes.cpp182 if (hasAttribute(Attribute::Nest))
369 case Attribute::Nest: return 1 << 8;
1183 .addAttribute(Attribute::Nest)
H A DVerifier.cpp809 !Attrs.hasAttribute(Idx, Attribute::Nest) &&
824 AttrCount += Attrs.hasAttribute(Idx, Attribute::Nest);
894 if (Attrs.hasAttribute(Idx, Attribute::Nest)) {
1573 if (Attrs.hasAttribute(Idx, Attribute::Nest))
1584 if (Attrs.hasAttribute(Idx, Attribute::Nest)) {
H A DFunction.cpp121 hasAttribute(getArgNo()+1, Attribute::Nest);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml87 | Nest Constructor in type:Attribute/t
737 | Attribute.Nest -> Int32.shift_left 1l 8
773 checkattr Attribute.Nest;
H A Dllvm.mli136 | Nest
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1496 if (Attrs.hasAttrSomewhere(Attribute::Nest))
1515 if (NestAttrs.hasAttribute(NestIdx, Attribute::Nest)) {
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp240 if (PAL.hasAttrSomewhere(Attribute::Nest))
H A DXCoreISelLowering.cpp885 SDValue Nest = Op.getOperand(3); // 'nest' parameter value local
923 OutChains[3] = DAG.getStore(Chain, dl, Nest, Addr,
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1875 if (!Attrs.getSlotAttributes(i).hasAttribute(Index, Attribute::Nest))
1879 return Attrs.removeAttribute(C, Index, Attribute::Nest);
1930 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) &&
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2571 F->getAttributes().hasAttribute(Idx, Attribute::Nest))
2773 if (CS.paramHasAttr(AttrInd, Attribute::Nest))
H A DX86ISelLowering.cpp14691 SDValue Nest = Op.getOperand(3); // 'nest' parameter value
14733 OutChains[3] = DAG.getStore(Root, dl, Nest, Addr,
14783 report_fatal_error("Nest register in use - reduce number of inreg"
14815 OutChains[1] = DAG.getStore(Root, dl, Nest, Addr,
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp186 case Attribute::Nest:
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1371 CS.paramHasAttr(AttrInd, Attribute::Nest) ||
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp503 HANDLE_ATTR(Nest);
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1445 CS.paramHasAttr(AttrIdx, Attribute::Nest) ||
H A DPPCISelLowering.cpp1912 SDValue Nest = Op.getOperand(3); // 'nest' parameter value local
1933 Entry.Node = Nest; Args.push_back(Entry);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp574 return Attribute::Nest;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp76 isNest = CS->paramHasAttr(AttrIdx, Attribute::Nest);
H A DSelectionDAGBuilder.cpp7448 if (F.getAttributes().hasAttribute(Idx, Attribute::Nest))
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2339 CS.paramHasAttr(AttrInd, Attribute::Nest) ||
/external/llvm/lib/AsmParser/
H A DLLParser.cpp1289 case lltok::kw_nest: B.addAttribute(Attribute::Nest); break;

Completed in 3331 milliseconds