Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDBuildLibCalls.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-head/contrib/llvm-project/llvm/include/llvm/IR/
HDFunction.h553 void setOnlyReadsMemory();
HDInstrTypes.h1986 void setOnlyReadsMemory();
/freebsd-head/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFPreserveStaticOffset.cpp234 Call->setOnlyReadsMemory(); in makeGEPAndLoad()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDFunctionImport.cpp1517 F->setOnlyReadsMemory(); in thinLTOFinalizeInModule()
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDFunction.cpp874 void Function::setOnlyReadsMemory() { in setOnlyReadsMemory() function in Function
HDInstructions.cpp635 void CallBase::setOnlyReadsMemory() { in setOnlyReadsMemory() function in CallBase
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCGNU.cpp784 slot->setOnlyReadsMemory(); in LookupIMP()
806 slot->setOnlyReadsMemory(); in LookupIMPSuper()
HDCGStmt.cpp2483 Result.setOnlyReadsMemory(); in UpdateAsmCallInst()