/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 | 77 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 | 52 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 | 285 Arg.hasAttribute(Attribute::Nest) || VRegs[Idx].size() > 1) in lowerFormalArguments()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 661 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 D | XCoreFrameLowering.cpp | 240 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
|
H A D | XCoreISelLowering.cpp | 856 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 D | Attributes.td | 146 def Nest : EnumAttr<"nest", [ParamAttr]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1427 JT->addParamAttr(0, Attribute::Nest); in tryICallBranchFunnel() 1510 M.getContext(), Attribute::Nest)})); in applyICallBranchFunnel()
|
H A D | GlobalOpt.cpp | 2024 if (F.getAttributes().hasAttrSomewhere(Attribute::Nest) && in OptimizeFunctions() 2028 RemoveAttribute(&F, Attribute::Nest); in OptimizeFunctions()
|
H A D | Attributor.cpp | 2894 if (FnAttributeList.hasAttrSomewhere(Attribute::Nest) || in isValidFunctionSignatureRewrite()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 48 if (AttrFn(Attribute::Nest)) in addFlagsUsingAttrFn()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCallLowering.cpp | 637 Arg.hasAttribute(Attribute::Nest)) in lowerFormalArguments()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 984 case Attribute::Nest: in constructFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 1949 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 D | Function.cpp | 277 return hasAttribute(Attribute::Nest); in hasNestAttr()
|
H A D | Attributes.cpp | 2131 Incompatible.addAttribute(Attribute::Nest) in typeIncompatible()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 4354 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 D | ARMFastISel.cpp | 2359 CI->paramHasAttr(ArgIdx, Attribute::Nest) || in SelectCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 641 case Attribute::Nest: in getAttrKindEncoding()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1806 case Attribute::Nest: return 1 << 8; in getRawAttributeMask() 2041 return Attribute::Nest; in getAttrFromCode()
|