Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp101 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function
185 static bool setOnlyReadsMemory(Function &F, unsigned ArgNo) { in setOnlyReadsMemory() function
332 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()
342 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()
358 Changed |= setOnlyReadsMemory(F, 0); in inferNonMandatoryLibFuncAttrs()
368 Changed |= setOnlyReadsMemory(F, 1); in inferNonMandatoryLibFuncAttrs()
384 Changed |= setOnlyReadsMemory(F, 1); in inferNonMandatoryLibFuncAttrs()
394 Changed |= setOnlyReadsMemory(F, 1); in inferNonMandatoryLibFuncAttrs()
404 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()
413 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp460 CI->setOnlyReadsMemory(); in setDXILAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h561 void setOnlyReadsMemory();
H A DInstrTypes.h1926 LLVM_ABI void setOnlyReadsMemory();
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp232 Call->setOnlyReadsMemory(); in makeGEPAndLoad()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp891 void Function::setOnlyReadsMemory() { in setOnlyReadsMemory() function in Function
H A DInstructions.cpp670 void CallBase::setOnlyReadsMemory() { in setOnlyReadsMemory() function in CallBase
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1682 F->setOnlyReadsMemory(); in thinLTOFinalizeInModule()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp785 slot->setOnlyReadsMemory(); in LookupIMP()
807 slot->setOnlyReadsMemory(); in LookupIMPSuper()
H A DCGStmt.cpp2650 Result.setOnlyReadsMemory(); in UpdateAsmCallInst()