Home
last modified time | relevance | path

Searched refs:getWithMemoryEffects (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp414 C, Attribute::getWithMemoryEffects(C, MemoryEffects::none())); in fixupFPReturnAndCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp199 Attribute::getWithMemoryEffects(F.getContext(), ME)); in runIPSCCP()
H A DAttributorAttributes.cpp8005 Attribute::getWithMemoryEffects(F.getContext(), ME)); in manifest()
8044 getIRPosition(), Attribute::getWithMemoryEffects(CB.getContext(), ME)); in manifest()
8355 Attribute::getWithMemoryEffects( in getKnownStateFromValue()
8369 Attribute::getWithMemoryEffects( in getKnownStateFromValue()
8386 Attribute::getWithMemoryEffects(Ctx, MemoryEffects::none())); in getDeducedAttributes()
8388 Attrs.push_back(Attribute::getWithMemoryEffects( in getDeducedAttributes()
8392 Attribute::getWithMemoryEffects(Ctx, MemoryEffects::argMemOnly())); in getDeducedAttributes()
8394 Attrs.push_back(Attribute::getWithMemoryEffects( in getDeducedAttributes()
8412 return A.manifestAttrs(IRP, Attribute::getWithMemoryEffects( in manifest()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h148 static Attribute getWithMemoryEffects(LLVMContext &Context, MemoryEffects ME);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1059 Ctx, Attribute::getWithMemoryEffects(Ctx, MemoryEffects::readOnly())); in getOrInsertFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1336 C, Attribute::getWithMemoryEffects(C, MemoryEffects::readOnly())); in initializeRuntimeFunctions()
1345 C, Attribute::getWithMemoryEffects(C, MemoryEffects::readOnly())); in initializeRuntimeFunctions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp798 addFnAttr(Attribute::getWithMemoryEffects(getContext(), ME)); in setMemoryEffects()
H A DAttributes.cpp215 Attribute Attribute::getWithMemoryEffects(LLVMContext &Context, in getWithMemoryEffects() function in Attribute
H A DInstructions.cpp614 addFnAttr(Attribute::getWithMemoryEffects(getContext(), ME)); in setMemoryEffects()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def515 #define MemoryAttr(ME) Attribute::getWithMemoryEffects(Ctx, ME)
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2302 llvm::Attribute MemoryAttr = llvm::Attribute::getWithMemoryEffects( in AdjustMemoryAttribute()
H A DCGObjCMac.cpp743 llvm::Attribute::getWithMemoryEffects(C, llvm::MemoryEffects::none()), in getLoadClassrefFn()