Searched refs:getWithMemoryEffects (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SCCP.cpp | 198 Attribute::getWithMemoryEffects(F.getContext(), ME)); in runIPSCCP()
|
H A D | AttributorAttributes.cpp | 8020 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 D | Mips16HardFloat.cpp | 414 C, Attribute::getWithMemoryEffects(C, MemoryEffects::none())); in fixupFPReturnAndCall()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.h | 161 static Attribute getWithMemoryEffects(LLVMContext &Context, MemoryEffects ME);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 1059 Ctx, Attribute::getWithMemoryEffects(Ctx, MemoryEffects::readOnly())); in getOrInsertFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 1340 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 D | Function.cpp | 859 addFnAttr(Attribute::getWithMemoryEffects(getContext(), ME)); in setMemoryEffects()
|
H A D | Attributes.cpp | 279 Attribute Attribute::getWithMemoryEffects(LLVMContext &Context, in getWithMemoryEffects() function in Attribute
|
H A D | Instructions.cpp | 620 addFnAttr(Attribute::getWithMemoryEffects(getContext(), ME)); in setMemoryEffects()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPKinds.def | 518 #define MemoryAttr(ME) Attribute::getWithMemoryEffects(Ctx, ME)
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 2284 llvm::Attribute MemoryAttr = llvm::Attribute::getWithMemoryEffects( in AdjustMemoryAttribute()
|
H A D | CGObjCMac.cpp | 743 llvm::Attribute::getWithMemoryEffects(C, llvm::MemoryEffects::none()), in getLoadClassrefFn()
|