Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp414 C, Attribute::getWithMemoryEffects(C, MemoryEffects::none())); in fixupFPReturnAndCall()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSCCP.cpp194 Attribute::getWithMemoryEffects(F.getContext(), ME)); in runIPSCCP()
H A DAttributorAttributes.cpp7960 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 DAttributes.h150 static Attribute getWithMemoryEffects(LLVMContext &Context, MemoryEffects ME);
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp997 Ctx, Attribute::getWithMemoryEffects(Ctx, MemoryEffects::readOnly())); in getOrInsertFunction()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1325 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 DAttributes.cpp214 Attribute Attribute::getWithMemoryEffects(LLVMContext &Context, in getWithMemoryEffects() function in Attribute
H A DFunction.cpp759 addFnAttr(Attribute::getWithMemoryEffects(getContext(), ME)); in setMemoryEffects()
H A DInstructions.cpp565 addFnAttr(Attribute::getWithMemoryEffects(getContext(), ME)); in setMemoryEffects()
/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def496 #define MemoryAttr(ME) Attribute::getWithMemoryEffects(Ctx, ME)
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp743 llvm::Attribute::getWithMemoryEffects(C, llvm::MemoryEffects::none()), in getLoadClassrefFn()