Home
last modified time | relevance | path

Searched defs:hasMinSize (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DFunction.h641 bool hasMinSize() const { return hasFnAttribute(Attribute::MinSize); } in hasMinSize() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h630 bool hasMinSize() const { return hasFnAttribute(Attribute::MinSize); } in hasMinSize() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMSubtarget.h419 bool hasMinSize() const { return OptMinSize; } in hasMinSize() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.h766 bool hasMinSize() const { return OptMinSize; } in hasMinSize() function