Searched refs:returnDoesNotAlias (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/Inputs/ |
D | dllimport.ll | 17 … 1), insts: 1, funcFlags: (readNone: 1, readOnly: 0, noRecurse: 1, returnDoesNotAlias: 0)))) ; gui…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | thinlto-summary.ll | 43 …port: 0, live: 0, dsoLocal: 0), insts: 1, funcFlags: (readOnly: 1, returnDoesNotAlias: 1), calls: … 84 …oLocal: 0), insts: 1, funcFlags: (readNone: 1, readOnly: 0, noRecurse: 1, returnDoesNotAlias: 0)))) 85 … 0), insts: 1, funcFlags: (readNone: 0, readOnly: 1, noRecurse: 0, returnDoesNotAlias: 1), calls: …
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/ |
D | dllimport.ll | 30 … 1), insts: 2, funcFlags: (readNone: 0, readOnly: 0, noRecurse: 1, returnDoesNotAlias: 0), calls: …
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | CallSite.h | 423 bool returnDoesNotAlias() const { in returnDoesNotAlias() function 424 CALLSITE_DELEGATE_GETTER(returnDoesNotAlias()); in returnDoesNotAlias()
|
D | Function.h | 572 bool returnDoesNotAlias() const { in returnDoesNotAlias() function
|
D | Instructions.h | 1727 bool returnDoesNotAlias() const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 365 F.returnDoesNotAlias(), in computeFunctionSummary() 481 F->returnDoesNotAlias()}, in buildModuleSummaryIndex()
|
D | CFLGraph.h | 458 if (Fn == nullptr || !Fn->returnDoesNotAlias()) in visitCallSite()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 879 if (F->returnDoesNotAlias()) in addNoAliasAttrs() 899 if (F->returnDoesNotAlias() || in addNoAliasAttrs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 740 KEYWORD(returnDoesNotAlias); in LexIdentifier()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 477 if (!F->returnDoesNotAlias()) in createMalloc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LangRef.rst | 5934 funcFlags: (readNone: 0, readOnly: 0, noRecurse: 0, returnDoesNotAlias: 0)
|