Searched refs:AMK (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1066 TTI::AddressingModeKind AMK = TTI::AMK_None; member in __anon6fa033cb0811::Cost 1071 TTI::AddressingModeKind AMK) : in Cost() argument 1072 L(L), SE(&SE), TTI(&TTI), AMK(AMK) { in Cost() 1290 if (isExistingPhi(AR, *SE) && AMK != TTI::AMK_PostIndexed) in RateRegister() 1311 if (AMK == TTI::AMK_PreIndexed) { in RateRegister() 1315 } else if (AMK == TTI::AMK_PostIndexed) { in RateRegister() 1965 TTI::AddressingModeKind AMK; member in __anon6fa033cb0a11::LSRInstance 3688 if (AMK == TTI::AMK_PostIndexed && mayUsePostIncMode(TTI, LU, BaseReg, L, SE)) in GenerateReassociationsImpl() 3922 if (AMK == TTI::AMK_PreIndexed && LU.Kind == LSRUse::Address) { in GenerateConstantOffsetsImpl() 4364 if (AMK == TTI::AMK_PostIndexed && in GenerateCrossUseConstantOffsets() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 2434 bool IsStrict, StringRef Replacement, AvailabilityMergeKind AMK, in mergeAvailabilityAttr() argument 2441 switch (AMK) { in mergeAvailabilityAttr() 2517 << (AMK == AMK_Override); in mergeAvailabilityAttr() 2518 } else if (Which != 1 && AMK == AMK_OptionalProtocolImplementation) { in mergeAvailabilityAttr() 2532 << (AMK == AMK_Override); in mergeAvailabilityAttr() 2534 if (AMK == AMK_Override) in mergeAvailabilityAttr()
|
| H A D | SemaDecl.cpp | 2877 Sema::AvailabilityMergeKind AMK) { in mergeDeclAttribute() argument 2895 AA->getMessage(), AA->getStrict(), AA->getReplacement(), AMK, in mergeDeclAttribute() 2939 (AMK == Sema::AMK_Override || in mergeDeclAttribute() 2940 AMK == Sema::AMK_ProtocolImplementation || in mergeDeclAttribute() 2941 AMK == Sema::AMK_OptionalProtocolImplementation)) in mergeDeclAttribute() 3169 AvailabilityMergeKind AMK) { in mergeDeclAttributes() argument 3288 switch (AMK) { in mergeDeclAttributes() 3296 LocalAMK = AMK; in mergeDeclAttributes()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 3638 AvailabilityMergeKind AMK, int Priority); 3687 AvailabilityMergeKind AMK = AMK_Redeclaration);
|