Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp68 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function
71 F.setOnlyReadsMemory(); in setOnlyReadsMemory()
132 static bool setOnlyReadsMemory(Function &F, unsigned ArgNo) { in setOnlyReadsMemory() function
276 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()
285 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()
299 Changed |= setOnlyReadsMemory(F, 0); in inferNonMandatoryLibFuncAttrs()
308 Changed |= setOnlyReadsMemory(F, 1); in inferNonMandatoryLibFuncAttrs()
323 Changed |= setOnlyReadsMemory(F, 1); in inferNonMandatoryLibFuncAttrs()
332 Changed |= setOnlyReadsMemory(F, 1); in inferNonMandatoryLibFuncAttrs()
341 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h553 void setOnlyReadsMemory();
H A DInstrTypes.h1986 void setOnlyReadsMemory();
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp234 Call->setOnlyReadsMemory(); in makeGEPAndLoad()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1517 F->setOnlyReadsMemory(); in thinLTOFinalizeInModule()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp874 void Function::setOnlyReadsMemory() { in setOnlyReadsMemory() function in Function
H A DInstructions.cpp635 void CallBase::setOnlyReadsMemory() { in setOnlyReadsMemory() function in CallBase
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp784 slot->setOnlyReadsMemory(); in LookupIMP()
806 slot->setOnlyReadsMemory(); in LookupIMPSuper()
H A DCGStmt.cpp2483 Result.setOnlyReadsMemory(); in UpdateAsmCallInst()