Searched refs:getWithMemoryEffects (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 414 C, Attribute::getWithMemoryEffects(C, MemoryEffects::none())); in fixupFPReturnAndCall()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | SCCP.cpp | 194 Attribute::getWithMemoryEffects(F.getContext(), ME)); in runIPSCCP()
|
H A D | AttributorAttributes.cpp | 7960 A, getIRPosition(), Attribute::getWithMemoryEffects(F.getContext(), ME), in manifest() 8022 Attribute::getWithMemoryEffects(CB.getContext(), ME), in manifest() 8323 Attribute::getWithMemoryEffects(IRP.getAnchorValue().getContext(), in getKnownStateFromValue() 8338 Attribute::getWithMemoryEffects(IRP.getAnchorValue().getContext(), in getKnownStateFromValue() 8355 Attribute::getWithMemoryEffects(Ctx, MemoryEffects::none())); in getDeducedAttributes() 8357 Attrs.push_back(Attribute::getWithMemoryEffects( in getDeducedAttributes() 8361 Attribute::getWithMemoryEffects(Ctx, MemoryEffects::argMemOnly())); in getDeducedAttributes() 8363 Attrs.push_back(Attribute::getWithMemoryEffects( in getDeducedAttributes() 8395 Attribute::getWithMemoryEffects(IRP.getAnchorValue().getContext(), ME), in manifest()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Attributes.h | 150 static Attribute getWithMemoryEffects(LLVMContext &Context, MemoryEffects ME);
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 997 Ctx, Attribute::getWithMemoryEffects(Ctx, MemoryEffects::readOnly())); in getOrInsertFunction()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 1325 C, Attribute::getWithMemoryEffects(C, MemoryEffects::readOnly())); in initializeRuntimeFunctions() 1334 C, Attribute::getWithMemoryEffects(C, MemoryEffects::readOnly())); in initializeRuntimeFunctions()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Attributes.cpp | 214 Attribute Attribute::getWithMemoryEffects(LLVMContext &Context, in getWithMemoryEffects() function in Attribute
|
H A D | Function.cpp | 759 addFnAttr(Attribute::getWithMemoryEffects(getContext(), ME)); in setMemoryEffects()
|
H A D | Instructions.cpp | 565 addFnAttr(Attribute::getWithMemoryEffects(getContext(), ME)); in setMemoryEffects()
|
/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPKinds.def | 496 #define MemoryAttr(ME) Attribute::getWithMemoryEffects(Ctx, ME)
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 743 llvm::Attribute::getWithMemoryEffects(C, llvm::MemoryEffects::none()), in getLoadClassrefFn()
|