Home
last modified time | relevance | path

Searched refs:setOnlyReadsMemory (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp71 F.setOnlyReadsMemory(); in setOnlyReadsMemory()
276 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()
285 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()
341 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()
350 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()
359 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()
463 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()
473 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()
609 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()
652 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h535 void setOnlyReadsMemory();
H A DInstrTypes.h1966 void setOnlyReadsMemory();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp233 Call->setOnlyReadsMemory(); in makeGEPAndLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1418 F->setOnlyReadsMemory(); in thinLTOFinalizeInModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp813 void Function::setOnlyReadsMemory() { in setOnlyReadsMemory() function in Function
H A DInstructions.cpp629 void CallBase::setOnlyReadsMemory() { in setOnlyReadsMemory() function in CallBase
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp785 slot->setOnlyReadsMemory(); in LookupIMP()
807 slot->setOnlyReadsMemory(); in LookupIMPSuper()
H A DCGStmt.cpp2305 Result.setOnlyReadsMemory(); in UpdateAsmCallInst()