Home
last modified time | relevance | path

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

12

/external/v8/src/asmjs/
Dasm-scanner.h78 bool IsLocal() const { return IsLocal(Token()); } in IsLocal() function
80 static bool IsLocal(token_t token) { return token <= kLocalsStart; } in IsLocal() function
85 DCHECK(IsLocal(token)); in LocalIndex()
Dasm-parser.cc220 } else if (AsmJsScanner::IsLocal(token)) { in GetVarInfo()
629 if (!scanner_.IsGlobal() && !scanner_.IsLocal()) { in ValidateExport()
828 if (!scanner_.IsLocal()) { in ValidateFunctionParams()
889 if (!scanner_.IsLocal()) { in ValidateFunctionLocals()
1056 if (scanner_.IsGlobal() || scanner_.IsLocal()) { in ExpressionStatement()
1245 if (scanner_.IsGlobal() || scanner_.IsLocal()) { in BreakStatement()
1262 if (scanner_.IsGlobal() || scanner_.IsLocal()) { in ContinueStatement()
1276 DCHECK(scanner_.IsGlobal() || scanner_.IsLocal()); in LabelledStatement()
1421 if (scanner_.IsLocal()) { in Identifier()
1453 } else if (scanner_.IsLocal() || scanner_.IsGlobal()) { in CallExpression()
[all …]
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp73 ProcessAbbreviation(NaClBitCodeAbbrev *Abbrev, bool IsLocal) { in ProcessAbbreviation() argument
79 Parser->ProcessAbbreviation(IsLocal ? Parser->GetBlockID() : GlobalBlockID, in ProcessAbbreviation()
80 Abbrev, IsLocal); in ProcessAbbreviation()
DNaClBitstreamReader.cpp257 void NaClBitstreamCursor::ReadAbbrevRecord(bool IsLocal, in ReadAbbrevRecord() argument
310 Listener->ProcessAbbreviation(Abbv, IsLocal); in ReadAbbrevRecord()
/external/llvm/lib/Target/
DTargetMachine.cpp157 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); in getTLSModel() local
161 if (IsLocal) in getTLSModel()
166 if (IsLocal) in getTLSModel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetMachine.cpp211 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); in getTLSModel() local
215 if (IsLocal) in getTLSModel()
220 if (IsLocal) in getTLSModel()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h140 bool NotEligibleToImport, Live, IsLocal;
183 io.mapOptional("Local", summary.IsLocal);
227 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal),
DModuleSummaryIndex.h266 bool NotEligibleToImport, bool Live, bool IsLocal)
268 Live(Live), DSOLocal(IsLocal) {}
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp201 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local
202 if (!StaticsInSData && IsLocal) { in isGlobalInSmallSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp226 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local
227 if (!StaticsInSData && IsLocal) { in isGlobalInSmallSection()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc245 bool IsLocal(EagerContext* ctx, tensorflow::Device* d) { in IsLocal() function
898 bool op_is_local = IsLocal(op->EagerContext(), op->Device()); in EagerExecute()
1135 bool sender_is_local = IsLocal(ctx, send_device); in EagerCopyToDevice()
1140 bool recver_is_local = IsLocal(ctx, recv_device); in EagerCopyToDevice()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h131 bool IsLocal = false) const;
DRuntimeDyldELF.cpp1168 bool IsLocal) const { in getMatchingLoRelocation()
1171 if (IsLocal) in getMatchingLoRelocation()
1177 if (IsLocal) in getMatchingLoRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h130 bool IsLocal = false) const;
DRuntimeDyldELF.cpp979 bool IsLocal) const { in getMatchingLoRelocation()
982 if (IsLocal) in getMatchingLoRelocation()
988 if (IsLocal) in getMatchingLoRelocation()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h349 bool IsLocal) = 0;
899 void ReadAbbrevRecord(bool IsLocal,
DNaClBitcodeParser.h393 bool IsLocal);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp850 if (IsLocal || CurrentIndex == &CurrentIndex->Section.NameIndices.back()) { in next()
862 : CurrentIndex(AccelTable.NameIndices.begin()), IsLocal(false), Key(Key) { in ValueIterator()
868 : CurrentIndex(&NI), IsLocal(true), Key(Key) { in ValueIterator()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h480 bool IsLocal; variable
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp496 bool parseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
4202 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm() argument
4231 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()
4235 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
4236 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm()
4265 if (IsLocal) { in parseDirectiveComm()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp224 bool ParseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
2063 bool AsmParser::ParseDirectiveComm(bool IsLocal) { in ParseDirectiveComm() argument
2122 if (IsLocal) { in ParseDirectiveComm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp607 bool parseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
4700 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm() argument
4730 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()
4734 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
4735 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm()
4764 if (IsLocal) { in parseDirectiveComm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp121 bool ParseDirectiveComm(bool IsLocal, SMLoc L);
730 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm() argument
799 if (IsLocal) { in ParseDirectiveComm()
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp101 bool ParseDirectiveComm(bool IsLocal, SMLoc L);
976 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm() argument
1045 if (IsLocal) { in ParseDirectiveComm()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp731 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference() local
794 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterference()

12