Home
last modified time | relevance | path

Searched refs:NestAttrs (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1263 const AttrListPtr &NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline() local
1264 if (!NestAttrs.isEmpty()) { in transformCallThroughTrampoline()
1272 if (NestAttrs.paramHasAttr(NestIdx, Attribute::Nest)) { in transformCallThroughTrampoline()
1275 NestAttr = NestAttrs.getParamAttributes(NestIdx); in transformCallThroughTrampoline()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2909 const AttributeSet &NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline() local
2910 if (!NestAttrs.isEmpty()) { in transformCallThroughTrampoline()
2918 if (NestAttrs.hasAttribute(NestIdx, Attribute::Nest)) { in transformCallThroughTrampoline()
2921 NestAttr = NestAttrs.getParamAttributes(NestIdx); in transformCallThroughTrampoline()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4403 AttributeList NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline() local
4404 if (!NestAttrs.isEmpty()) { in transformCallThroughTrampoline()
4413 AttributeSet AS = NestAttrs.getParamAttributes(NestArgNo); in transformCallThroughTrampoline()