/external/v8/src/asmjs/ |
D | asm-scanner.h | 78 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()
|
D | asm-parser.cc | 220 } 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/ |
D | NaClBitcodeParser.cpp | 73 ProcessAbbreviation(NaClBitCodeAbbrev *Abbrev, bool IsLocal) { in ProcessAbbreviation() argument 79 Parser->ProcessAbbreviation(IsLocal ? Parser->GetBlockID() : GlobalBlockID, in ProcessAbbreviation() 80 Abbrev, IsLocal); in ProcessAbbreviation()
|
D | NaClBitstreamReader.cpp | 257 void NaClBitstreamCursor::ReadAbbrevRecord(bool IsLocal, in ReadAbbrevRecord() argument 310 Listener->ProcessAbbreviation(Abbv, IsLocal); in ReadAbbrevRecord()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 157 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/ |
D | TargetMachine.cpp | 211 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/ |
D | ModuleSummaryIndexYAML.h | 140 bool NotEligibleToImport, Live, IsLocal; 183 io.mapOptional("Local", summary.IsLocal); 227 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal),
|
D | ModuleSummaryIndex.h | 266 bool NotEligibleToImport, bool Live, bool IsLocal) 268 Live(Live), DSOLocal(IsLocal) {}
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 201 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local 202 if (!StaticsInSData && IsLocal) { in isGlobalInSmallSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 226 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local 227 if (!StaticsInSData && IsLocal) { in isGlobalInSmallSection()
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | execute.cc | 245 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/ |
D | RuntimeDyldELF.h | 131 bool IsLocal = false) const;
|
D | RuntimeDyldELF.cpp | 1168 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/ |
D | RuntimeDyldELF.h | 130 bool IsLocal = false) const;
|
D | RuntimeDyldELF.cpp | 979 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/ |
D | NaClBitstreamReader.h | 349 bool IsLocal) = 0; 899 void ReadAbbrevRecord(bool IsLocal,
|
D | NaClBitcodeParser.h | 393 bool IsLocal);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 850 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/ |
D | DWARFAcceleratorTable.h | 480 bool IsLocal; variable
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 496 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/ |
D | AsmParser.cpp | 224 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/ |
D | AsmParser.cpp | 607 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/ |
D | HexagonAsmParser.cpp | 121 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/ |
D | HexagonAsmParser.cpp | 101 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/ |
D | RegAllocGreedy.cpp | 731 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference() local 794 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterference()
|