HomeSort by relevance Sort by last modified time
    Searched refs:setOnlyReadsMemory (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 50 static bool setOnlyReadsMemory(Function &F) {
53 F.setOnlyReadsMemory();
82 static bool setOnlyReadsMemory(Function &F, unsigned n) {
85 F.setOnlyReadsMemory(n);
117 Changed |= setOnlyReadsMemory(F);
123 Changed |= setOnlyReadsMemory(F);
135 Changed |= setOnlyReadsMemory(F, 1);
145 Changed |= setOnlyReadsMemory(F, 2);
151 Changed |= setOnlyReadsMemory(F, 2);
160 Changed |= setOnlyReadsMemory(F)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 217 void setOnlyReadsMemory(bool onlyReadsMemory = true) {
218 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory(onlyReadsMemory));
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 420 void setOnlyReadsMemory() {
421 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory());
Function.h 297 void setOnlyReadsMemory() {
429 void setOnlyReadsMemory(unsigned n) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 320 void setOnlyReadsMemory() {
452 void setOnlyReadsMemory(unsigned n) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 433 void setOnlyReadsMemory() {
434 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory());
Function.h 342 void setOnlyReadsMemory() {
474 void setOnlyReadsMemory(unsigned n) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 433 void setOnlyReadsMemory() {
434 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory());
Function.h 342 void setOnlyReadsMemory() {
474 void setOnlyReadsMemory(unsigned n) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 433 void setOnlyReadsMemory() {
434 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory());
Function.h 342 void setOnlyReadsMemory() {
474 void setOnlyReadsMemory(unsigned n) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 433 void setOnlyReadsMemory() {
434 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory());
Function.h 342 void setOnlyReadsMemory() {
474 void setOnlyReadsMemory(unsigned n) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 433 void setOnlyReadsMemory() {
434 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory());
Function.h 342 void setOnlyReadsMemory() {
474 void setOnlyReadsMemory(unsigned n) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 433 void setOnlyReadsMemory() {
434 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory());
Function.h 342 void setOnlyReadsMemory() {
474 void setOnlyReadsMemory(unsigned n) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 433 void setOnlyReadsMemory() {
434 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory());
Function.h 342 void setOnlyReadsMemory() {
474 void setOnlyReadsMemory(unsigned n) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 433 void setOnlyReadsMemory() {
434 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory());
Function.h 342 void setOnlyReadsMemory() {
474 void setOnlyReadsMemory(unsigned n) {
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 231 void setOnlyReadsMemory(bool OnlyReadsMemory = true) {
Instructions.h     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]

Completed in 1413 milliseconds

1 2