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.cpp8081 Attribute::getWithMemoryEffects(F.getContext(), ME)); in manifest()
8120 getIRPosition(), Attribute::getWithMemoryEffects(CB.getContext(), ME)); in manifest()
8431 Attribute::getWithMemoryEffects( in getKnownStateFromValue()
8445 Attribute::getWithMemoryEffects( in getKnownStateFromValue()
8462 Attribute::getWithMemoryEffects(Ctx, MemoryEffects::none())); in getDeducedAttributes()
8464 Attrs.push_back(Attribute::getWithMemoryEffects( in getDeducedAttributes()
8468 Attribute::getWithMemoryEffects(Ctx, MemoryEffects::argMemOnly())); in getDeducedAttributes()
8470 Attrs.push_back(Attribute::getWithMemoryEffects( in getDeducedAttributes()
8488 return A.manifestAttrs(IRP, Attribute::getWithMemoryEffects( in manifest()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp412 C, Attribute::getWithMemoryEffects(C, MemoryEffects::none())); in fixupFPReturnAndCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1122 Ctx, Attribute::getWithMemoryEffects(Ctx, MemoryEffects::readOnly())); in getOrInsertFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h177 LLVM_ABI static Attribute getWithMemoryEffects(LLVMContext &Context,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp876 addFnAttr(Attribute::getWithMemoryEffects(getContext(), ME)); in setMemoryEffects()
H A DAttributes.cpp281 Attribute Attribute::getWithMemoryEffects(LLVMContext &Context, in getWithMemoryEffects() function in Attribute
H A DInstructions.cpp655 addFnAttr(Attribute::getWithMemoryEffects(getContext(), ME)); in setMemoryEffects()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1337 C, Attribute::getWithMemoryEffects(C, MemoryEffects::readOnly())); in initializeRuntimeFunctions()
1346 C, Attribute::getWithMemoryEffects(C, MemoryEffects::readOnly())); in initializeRuntimeFunctions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def524 #define MemoryAttr(ME) Attribute::getWithMemoryEffects(Ctx, ME)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2387 llvm::Attribute MemoryAttr = llvm::Attribute::getWithMemoryEffects( in AdjustMemoryAttribute()
H A DCGObjCMac.cpp706 llvm::Attribute::getWithMemoryEffects( in getLoadClassrefFn()