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

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

Completed in 85 milliseconds