Home
last modified time | relevance | path

Searched refs:Largest (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/CodeGen/Thumb/
Dlarge-stack.ll8 ; Largest stack for which a single tADDspi/tSUBspi is enough
17 ; Largest stack for which three tADDspi/tSUBspis are enough
/external/llvm/include/llvm/IR/
DComdat.h36 Largest, ///< The linker will choose the largest COMDAT. enumerator
/external/llvm/lib/Linker/
DLinkModules.cpp643 Dst == Comdat::SelectionKind::Largest; in computeResultingSelectionKind()
645 Src == Comdat::SelectionKind::Largest; in computeResultingSelectionKind()
647 if (Dst == Comdat::SelectionKind::Largest || in computeResultingSelectionKind()
648 Src == Comdat::SelectionKind::Largest) in computeResultingSelectionKind()
649 Result = Comdat::SelectionKind::Largest; in computeResultingSelectionKind()
668 case Comdat::SelectionKind::Largest: in computeResultingSelectionKind()
687 } else if (Result == Comdat::SelectionKind::Largest) { in computeResultingSelectionKind()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp435 MVT Largest = Other.TypeVec[Other.TypeVec.size()-1]; in EnforceSmallerThan() local
439 if (OtherVT.isVector() != Largest.isVector()) in EnforceSmallerThan()
443 if (OtherVT.getScalarSizeInBits() >= Largest.getScalarSizeInBits() || in EnforceSmallerThan()
444 OtherVT.getSizeInBits() > Largest.getSizeInBits()) { in EnforceSmallerThan()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp848 case Comdat::Largest: in getSelectionForCOFF()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp545 case Comdat::Largest: in getEncodedComdatSelectionKind()
/external/llvm/lib/IR/
DAsmWriter.cpp3092 case Comdat::Largest: in print()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1561 C->setSelectionKind(llvm::Comdat::Largest); in getAddrOfVTable()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp680 return Comdat::Largest; in getDecodedComdatSelectionKind()
/external/llvm/lib/AsmParser/
DLLParser.cpp483 SK = Comdat::Largest; in parseComdat()