Home
last modified time | relevance | path

Searched refs:Nest (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.cpp23 ScopedTimer::ScopedTimer(TimingManager &Manager, const Timer &Nest, in ScopedTimer() argument
25 : Timer(Manager.nest(Nest, Name)) { in ScopedTimer()
H A Dtiming.h77 ScopedTimer(TimingManager &Manager, const Timer &Nest, const char *Name);
/freebsd/sys/contrib/device-tree/Bindings/powerpc/
H A Dibm,vas.txt4 to directly submit compression and other requests to Nest accelerators (NX)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h153 unsigned Nest, unsigned MaxNest);
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp52 Attribute::Nest, in isValidForDXIL()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp312 unsigned Nest, unsigned MaxNest) { in getAllReachingDefsRecImpl() argument
313 if (Nest > MaxNest) in getAllReachingDefsRecImpl()
345 Nest + 1, MaxNest); in getAllReachingDefsRecImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.cpp285 Arg.hasAttribute(Attribute::Nest) || VRegs[Idx].size() > 1) in lowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp661 Attrs.hasParamAttr(I, Attribute::Nest)) in fastLowerArguments()
852 Attrs.hasParamAttr(I, Attribute::Nest)) in selectCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp240 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
H A DXCoreISelLowering.cpp856 SDValue Nest = Op.getOperand(3); // 'nest' parameter value in LowerINIT_TRAMPOLINE() local
895 DAG.getStore(Chain, dl, Nest, Addr, MachinePointerInfo(TrmpAddr, 12)); in LowerINIT_TRAMPOLINE()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td146 def Nest : EnumAttr<"nest", [ParamAttr]>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1427 JT->addParamAttr(0, Attribute::Nest); in tryICallBranchFunnel()
1510 M.getContext(), Attribute::Nest)})); in applyICallBranchFunnel()
H A DGlobalOpt.cpp2024 if (F.getAttributes().hasAttrSomewhere(Attribute::Nest) && in OptimizeFunctions()
2028 RemoveAttribute(&F, Attribute::Nest); in OptimizeFunctions()
H A DAttributor.cpp2894 if (FnAttributeList.hasAttrSomewhere(Attribute::Nest) || in isValidFunctionSignatureRewrite()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp48 if (AttrFn(Attribute::Nest)) in addFlagsUsingAttrFn()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp637 Arg.hasAttribute(Attribute::Nest)) in lowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp984 case Attribute::Nest: in constructFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1949 AttrCount += Attrs.hasAttribute(Attribute::Nest); in verifyParameterAttrs()
2158 if (ArgAttrs.hasAttribute(Attribute::Nest)) { in verifyFunctionAttrs()
3617 if (Attrs.hasParamAttr(Idx, Attribute::Nest)) in visitCallBase()
3629 if (ArgAttrs.hasAttribute(Attribute::Nest)) { in visitCallBase()
H A DFunction.cpp277 return hasAttribute(Attribute::Nest); in hasNestAttr()
H A DAttributes.cpp2131 Incompatible.addAttribute(Attribute::Nest) in typeIncompatible()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4354 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline()
4371 if (AS.hasAttribute(Attribute::Nest)) { in transformCallThroughTrampoline()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2359 CI->paramHasAttr(ArgIdx, Attribute::Nest) || in SelectCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp641 case Attribute::Nest: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1806 case Attribute::Nest: return 1 << 8; in getRawAttributeMask()
2041 return Attribute::Nest; in getAttrFromCode()

12