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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 209 void setDoesNotAccessMemory(bool doesNotAccessMemory = true) {
210 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory(doesNotAccessMemory));
  /external/llvm/include/llvm/IR/
CallSite.h 412 void setDoesNotAccessMemory() {
413 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 289 void setDoesNotAccessMemory() {
421 void setDoesNotAccessMemory(unsigned n) {
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 312 void setDoesNotAccessMemory() {
444 void setDoesNotAccessMemory(unsigned n) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 425 void setDoesNotAccessMemory() {
426 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 334 void setDoesNotAccessMemory() {
466 void setDoesNotAccessMemory(unsigned n) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 425 void setDoesNotAccessMemory() {
426 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 334 void setDoesNotAccessMemory() {
466 void setDoesNotAccessMemory(unsigned n) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 425 void setDoesNotAccessMemory() {
426 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 334 void setDoesNotAccessMemory() {
466 void setDoesNotAccessMemory(unsigned n) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 425 void setDoesNotAccessMemory() {
426 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 334 void setDoesNotAccessMemory() {
466 void setDoesNotAccessMemory(unsigned n) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 425 void setDoesNotAccessMemory() {
426 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 334 void setDoesNotAccessMemory() {
466 void setDoesNotAccessMemory(unsigned n) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 425 void setDoesNotAccessMemory() {
426 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 334 void setDoesNotAccessMemory() {
466 void setDoesNotAccessMemory(unsigned n) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 425 void setDoesNotAccessMemory() {
426 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 334 void setDoesNotAccessMemory() {
466 void setDoesNotAccessMemory(unsigned n) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 425 void setDoesNotAccessMemory() {
426 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 334 void setDoesNotAccessMemory() {
466 void setDoesNotAccessMemory(unsigned n) {
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 222 void setDoesNotAccessMemory(bool DoesNotAccessMemory = true) {
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 42 static bool setDoesNotAccessMemory(Function &F) {
45 F.setDoesNotAccessMemory();
584 Changed |= setDoesNotAccessMemory(F);
699 Changed |= setDoesNotAccessMemory(F);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]

Completed in 912 milliseconds

1 2