Searched defs:isMVEExpanderSupported (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetInstrInfo.h | 806 virtual bool isMVEExpanderSupported() { return false; } isMVEExpanderSupported() function |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64InstrInfo.cpp | 9681 bool isMVEExpanderSupported() override { return true; } isMVEExpanderSupported() function in __anon20eab7762311::AArch64PipelinerLoopInfo |