| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | timing.cpp | 23 ScopedTimer::ScopedTimer(TimingManager &Manager, const Timer &Nest, in ScopedTimer() argument 25 : Timer(Manager.nest(Nest, Name)) { in ScopedTimer()
|
| H A D | timing.h | 81 ScopedTimer(TimingManager &Manager, const Timer &Nest, const char *Name);
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/ |
| H A D | ibm,vas.txt | 4 to directly submit compression and other requests to Nest accelerators (NX)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFLiveness.h | 153 unsigned Nest, unsigned MaxNest);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILPrepare.cpp | 54 Attribute::Nest, in isValidForDXIL()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 312 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 D | X86CallLowering.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86CallLowering.cpp | 284 Arg.hasAttribute(Attribute::Nest) || VRegs[Idx].size() > 1) in lowerFormalArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 667 Attrs.hasParamAttr(I, Attribute::Nest)) in fastLowerArguments() 858 Attrs.hasParamAttr(I, Attribute::Nest)) in selectCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreFrameLowering.cpp | 238 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
|
| H A D | XCoreISelLowering.cpp | 829 SDValue Nest = Op.getOperand(3); // 'nest' parameter value in LowerINIT_TRAMPOLINE() local 868 DAG.getStore(Chain, dl, Nest, Addr, MachinePointerInfo(TrmpAddr, 12)); in LowerINIT_TRAMPOLINE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 2026 if (F.getAttributes().hasAttrSomewhere(Attribute::Nest) && in OptimizeFunctions() 2030 RemoveAttribute(&F, Attribute::Nest); in OptimizeFunctions()
|
| H A D | WholeProgramDevirt.cpp | 1482 JT->addParamAttr(0, Attribute::Nest); in tryICallBranchFunnel() 1563 M.getContext(), Attribute::Nest)})); in applyICallBranchFunnel()
|
| H A D | Attributor.cpp | 2883 if (FnAttributeList.hasAttrSomewhere(Attribute::Nest) || in isValidFunctionSignatureRewrite()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 172 def Nest : EnumAttr<"nest", IntersectPreserve, [ParamAttr]>;
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 270 return hasAttribute(Attribute::Nest); in hasNestAttr()
|
| H A D | Verifier.cpp | 2024 AttrCount += Attrs.hasAttribute(Attribute::Nest); in verifyParameterAttrs() 2237 if (ArgAttrs.hasAttribute(Attribute::Nest)) { in verifyFunctionAttrs() 3764 if (Attrs.hasParamAttr(Idx, Attribute::Nest)) in visitCallBase() 3776 if (ArgAttrs.hasAttribute(Attribute::Nest)) { in visitCallBase()
|
| H A D | Attributes.cpp | 2430 Incompatible.addAttribute(Attribute::Nest) in typeIncompatible()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 47 if (AttrFn(Attribute::Nest)) in addFlagsUsingAttrFn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCallLowering.cpp | 639 Arg.hasAttribute(Attribute::Nest)) in lowerFormalArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 996 case Attribute::Nest: in constructFunctionDeclaration()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 4635 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline() 4652 if (AS.hasAttribute(Attribute::Nest)) { in transformCallThroughTrampoline()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 2425 CI->paramHasAttr(ArgIdx, Attribute::Nest) || in SelectCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 650 case Attribute::Nest: in getAttrKindEncoding()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1848 case Attribute::Nest: return 1 << 8; in getRawAttributeMask() 2088 return Attribute::Nest; in getAttrFromCode()
|