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

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h142 unsigned Nest, unsigned MaxNest);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp276 NodeSet &Visited, const NodeSet &Defs, unsigned Nest, unsigned MaxNest) {
277 if (Nest > MaxNest)
310 Nest+1, MaxNest);
275 getAllReachingDefsRecImpl(RegisterRef RefRR, NodeAddr<RefNode*> RefA, NodeSet &Visited, const NodeSet &Defs, unsigned Nest, unsigned MaxNest) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp115 if (Attrs.hasAttribute(OpIdx, Attribute::Nest))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.cpp351 Arg.hasAttribute(Attribute::Nest) || VRegs[Idx].size() > 1)
H A DX86FastISel.cpp3088 Arg.hasAttribute(Attribute::Nest))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp313 if (hasAttribute(Attribute::Nest))
1708 .addAttribute(Attribute::Nest)
H A DVerifier.cpp1605 AttrCount += Attrs.hasAttribute(Attribute::Nest);
1703 !RetAttrs.hasAttribute(Attribute::Nest) &&
1735 if (ArgAttrs.hasAttribute(Attribute::Nest)) {
2947 if (Attrs.hasParamAttribute(Idx, Attribute::Nest))
2959 if (ArgAttrs.hasAttribute(Attribute::Nest)) {
H A DFunction.cpp153 return hasAttribute(Attribute::Nest);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp650 Attrs.hasParamAttribute(I, Attribute::Nest))
844 Attrs.hasParamAttribute(I, Attribute::Nest))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp622 Arg.hasAttribute(Attribute::Nest))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp241 if (PAL.hasAttrSomewhere(Attribute::Nest))
H A DXCoreISelLowering.cpp865 SDValue Nest = Op.getOperand(3); // 'nest' parameter value local
904 DAG.getStore(Chain, dl, Nest, Addr, MachinePointerInfo(TrmpAddr, 12));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1078 JT->addAttribute(1, Attribute::Nest);
1152 M.getContext(), Attribute::Nest)}));
H A DGlobalOpt.cpp2359 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) &&
2363 RemoveAttribute(F, Attribute::Nest);
H A DAttributor.cpp4234 if (hasAttr({Attribute::InAlloca, Attribute::StructRet, Attribute::Nest},
6197 if (FnAttributeList.hasAttrSomewhere(Attribute::Nest) ||
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp864 case Attribute::Nest:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4836 if (Attrs.hasAttrSomewhere(Attribute::Nest))
4853 if (AS.hasAttribute(Attribute::Nest)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1230 case Attribute::Nest: return 1 << 8;
1447 return Attribute::Nest;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2361 CS.paramHasAttr(ArgIdx, Attribute::Nest) ||
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2086 Attrs.addAttribute(llvm::Attribute::Nest);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp633 case Attribute::Nest:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2975 Arg.hasAttribute(Attribute::Nest))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp111 IsNest = Call->paramHasAttr(ArgIdx, Attribute::Nest);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1636 case lltok::kw_nest: B.addAttribute(Attribute::Nest); break;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3217 SDValue Nest = Op.getOperand(3); // 'nest' parameter value local
3236 Entry.Node = Nest; Args.push_back(Entry);
5350 "Nest parameter is not supported on AIX.");
6890 report_fatal_error("Nest arguments are unimplemented.");

Completed in 842 milliseconds

12