Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp198 Attribute::getWithMemoryEffects(F.getContext(), ME)); in runIPSCCP()
H A DAttributorAttributes.cpp8020 Attribute::getWithMemoryEffects(F.getContext(), ME)); in manifest()
8059 getIRPosition(), Attribute::getWithMemoryEffects(CB.getContext(), ME)); in manifest()
8370 Attribute::getWithMemoryEffects( in getKnownStateFromValue()
8384 Attribute::getWithMemoryEffects( in getKnownStateFromValue()
8401 Attribute::getWithMemoryEffects(Ctx, MemoryEffects::none())); in getDeducedAttributes()
8403 Attrs.push_back(Attribute::getWithMemoryEffects( in getDeducedAttributes()
8407 Attribute::getWithMemoryEffects(Ctx, MemoryEffects::argMemOnly())); in getDeducedAttributes()
8409 Attrs.push_back(Attribute::getWithMemoryEffects( in getDeducedAttributes()
8427 return A.manifestAttrs(IRP, Attribute::getWithMemoryEffects( in manifest()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp414 C, Attribute::getWithMemoryEffects(C, MemoryEffects::none())); in fixupFPReturnAndCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h161 static Attribute getWithMemoryEffects(LLVMContext &Context, MemoryEffects ME);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1059 Ctx, Attribute::getWithMemoryEffects(Ctx, MemoryEffects::readOnly())); in getOrInsertFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1340 C, Attribute::getWithMemoryEffects(C, MemoryEffects::readOnly())); in initializeRuntimeFunctions()
1349 C, Attribute::getWithMemoryEffects(C, MemoryEffects::readOnly())); in initializeRuntimeFunctions()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp859 addFnAttr(Attribute::getWithMemoryEffects(getContext(), ME)); in setMemoryEffects()
H A DAttributes.cpp279 Attribute Attribute::getWithMemoryEffects(LLVMContext &Context, in getWithMemoryEffects() function in Attribute
H A DInstructions.cpp620 addFnAttr(Attribute::getWithMemoryEffects(getContext(), ME)); in setMemoryEffects()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def518 #define MemoryAttr(ME) Attribute::getWithMemoryEffects(Ctx, ME)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2284 llvm::Attribute MemoryAttr = llvm::Attribute::getWithMemoryEffects( in AdjustMemoryAttribute()
H A DCGObjCMac.cpp743 llvm::Attribute::getWithMemoryEffects(C, llvm::MemoryEffects::none()), in getLoadClassrefFn()