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 | 8081 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 D | Mips16HardFloat.cpp | 412 C, Attribute::getWithMemoryEffects(C, MemoryEffects::none())); in fixupFPReturnAndCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibFunc.cpp | 1122 Ctx, Attribute::getWithMemoryEffects(Ctx, MemoryEffects::readOnly())); in getOrInsertFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 177 LLVM_ABI static Attribute getWithMemoryEffects(LLVMContext &Context,
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 876 addFnAttr(Attribute::getWithMemoryEffects(getContext(), ME)); in setMemoryEffects()
|
| H A D | Attributes.cpp | 281 Attribute Attribute::getWithMemoryEffects(LLVMContext &Context, in getWithMemoryEffects() function in Attribute
|
| H A D | Instructions.cpp | 655 addFnAttr(Attribute::getWithMemoryEffects(getContext(), ME)); in setMemoryEffects()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 1337 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 D | OMPKinds.def | 524 #define MemoryAttr(ME) Attribute::getWithMemoryEffects(Ctx, ME)
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2387 llvm::Attribute MemoryAttr = llvm::Attribute::getWithMemoryEffects( in AdjustMemoryAttribute()
|
| H A D | CGObjCMac.cpp | 706 llvm::Attribute::getWithMemoryEffects( in getLoadClassrefFn()
|