Home
last modified time | relevance | path

Searched refs:MLK (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributorAttributes.cpp8284 AAMemoryLocation::MemoryLocationsKind MLK) { in getMemoryLocationsAsStr() argument
8285 if (0 == (MLK & AAMemoryLocation::NO_LOCATIONS)) in getMemoryLocationsAsStr()
8287 if (MLK == AAMemoryLocation::NO_LOCATIONS) in getMemoryLocationsAsStr()
8290 if (0 == (MLK & AAMemoryLocation::NO_LOCAL_MEM)) in getMemoryLocationsAsStr()
8292 if (0 == (MLK & AAMemoryLocation::NO_CONST_MEM)) in getMemoryLocationsAsStr()
8294 if (0 == (MLK & AAMemoryLocation::NO_GLOBAL_INTERNAL_MEM)) in getMemoryLocationsAsStr()
8296 if (0 == (MLK & AAMemoryLocation::NO_GLOBAL_EXTERNAL_MEM)) in getMemoryLocationsAsStr()
8298 if (0 == (MLK & AAMemoryLocation::NO_ARGUMENT_MEM)) in getMemoryLocationsAsStr()
8300 if (0 == (MLK & AAMemoryLocation::NO_INACCESSIBLE_MEM)) in getMemoryLocationsAsStr()
8302 if (0 == (MLK & AAMemoryLocation::NO_MALLOCED_MEM)) in getMemoryLocationsAsStr()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDAttributor.h4807 bool isAssumedSpecifiedMemOnly(MemoryLocationsKind MLK) const {
4808 return isAssumed(MLK);
4829 static std::string getMemoryLocationsAsStr(MemoryLocationsKind MLK);
4848 MemoryLocationsKind MLK) const = 0;