Home
last modified time | relevance | path

Searched refs:IsLocal (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp426 bool parseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
3701 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm() argument
3730 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()
3734 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
3735 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm()
3764 if (IsLocal) { in parseDirectiveComm()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp706 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference() local
769 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterference()