/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource7.js | 160 var isGlobal = context.scopeChain.container == context.checker.gloMod; variable 181 context.checker.errorReporter, isExported || isGlobal, true, false); 183 context.checker.errorReporter, isExported || isGlobal, false, false); 194 var isGlobal = context.scopeChain.container == context.checker.gloMod; variable 226 context.checker.errorReporter, isExported || isGlobal, true, isAmbient); 228 context.checker.errorReporter, isExported || isGlobal, false, isAmbient); 301 var isGlobal = context.scopeChain.container == context.checker.gloMod; variable 331 context.checker.errorReporter, isExported || isGlobal, true, isAmbient); 376 context.checker.errorReporter, isExported || isGlobal, true, isAmbient); 380 context.checker.errorReporter, isExported || isGlobal, fals 426 var isGlobal = context.scopeChain.container == context.checker.gloMod; global() variable 504 var isGlobal = context.scopeChain.container == context.checker.gloMod; global() variable 595 var isGlobal = containerSym == context.checker.gloMod; global() variable [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 454 } else if (CalleeMO.isGlobal()) { in LowerPATCHPOINT() 688 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in EmitInstruction() 746 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in EmitInstruction() 775 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in EmitInstruction() 805 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in EmitInstruction() 836 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in EmitInstruction() 842 MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal()); in EmitInstruction() 876 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || in EmitInstruction() 881 (!MO.isGlobal() || Subtarget->isGVIndirectSymbol(MO.getGlobal())) && in EmitInstruction() 908 assert((MO.isGlobal() || M in EmitInstruction() [all...] |
H A D | PPCMCInstLower.cpp | 51 if (!MO.isGlobal()) { in GetSymbolFromOperand() 70 assert(MO.isGlobal() && "Extern symbol not handled yet"); in GetSymbolFromOperand()
|
/third_party/node/src/ |
H A D | js_native_api_v8.h | 69 isGlobal(retained), in JSVM_Data__() 74 if (isGlobal) { in ToV8Local() 82 bool isGlobal = false; member 210 if (!data->isGlobal) { in ReleaseJsvmData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 336 /// isGlobal - Tests if this is a MO_GlobalAddress operand. 337 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function 562 assert(isGlobal() && "Wrong MachineOperand accessor"); in getGlobal() 599 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() || in getOffset() 669 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CFGuardLongjmp.cpp | 84 if (!MO.isGlobal()) in runOnMachineFunction()
|
H A D | RegUsageInfoPropagate.cpp | 91 if (MO.isGlobal()) in findCalledFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyUtilities.cpp | 53 assert(MO.isGlobal() || MO.isSymbol()); in mayThrow()
|
H A D | WebAssemblyLateEHPrepare.cpp | 263 if (CalleeOp.isGlobal() && CalleeOp.getGlobal()->getName() == in addExceptionExtraction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonCopyToCombine.cpp | 671 if (HiOperand.isGlobal()) { in emitCombineII() 678 if (LoOperand.isGlobal()) { in emitCombineII() 768 if (HiOperand.isGlobal()) { in emitCombineIR() 816 if (LoOperand.isGlobal()) { in emitCombineRI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 210 MO.isGlobal() || MO.isBlockAddress() || MO.isMCSymbol() || MO.isMBB(); in isValidDispOp() 223 (MO1.isGlobal() && MO2.isGlobal() && in isSimilarDispOp()
|
H A D | X86IndirectBranchTracking.cpp | 88 if (!MOp.isGlobal()) in IsCallReturnTwice()
|
H A D | X86InstrBuilder.h | 111 if (Op3.isGlobal()) in getAddressFromInstr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 53 assert(FoldOp->isReg() || FoldOp->isGlobal()); in FoldCandidate() 70 bool isGlobal() const { return Kind == MachineOperand::MO_GlobalAddress; } in isGlobal() function 240 if ((Fold.isImm() || Fold.isFI() || Fold.isGlobal()) && Fold.needsShrink()) { in updateOperand() 289 if (Fold.isGlobal()) { in updateOperand() 402 (OpToFold->isImm() || OpToFold->isFI() || OpToFold->isGlobal())) { in tryAddToFoldList() 632 OpToFold.isImm() || OpToFold.isFI() || OpToFold.isGlobal(); in foldOperand() 1144 bool FoldingImm = OpToFold.isImm() || OpToFold.isFI() || OpToFold.isGlobal(); in foldInstOperand() 1523 OpToFold.isImm() || OpToFold.isFI() || OpToFold.isGlobal(); in runOnMachineFunction()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_form_hard_clauses.cpp | 86 } else if (instr->isScratch() || instr->isGlobal()) { in form_hard_clauses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCSymbolWasm.h | 45 bool isGlobal() const { return Type == wasm::WASM_SYMBOL_TYPE_GLOBAL; } in isGlobal() function in llvm::MCSymbolWasm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRMCInstLower.cpp | 39 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | LeonPasses.cpp | 89 if (MO.isGlobal()) { in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyTargetStreamer.cpp | 71 assert(Sym->isGlobal()); in emitGlobalType()
|
H A D | WebAssemblyWasmObjectWriter.cpp | 96 if (SymA.isGlobal()) in getRelocType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXReplaceImageHandles.cpp | 169 assert(TexHandleDef.getOperand(1).isGlobal() && "Load is not a global!"); in findIndexForHandle()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 630 assert(MO.isGlobal() && "caller should check MO.isGlobal"); in PrintSymbolOperand() 661 if (MO.isGlobal()) { in PrintAsmOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 965 if (MO.isGlobal()) { in processReloc() 1020 if (MO.isGlobal()) { in beginInstruction() 1138 if (MO.isGlobal()) { in InstLower() 1154 if (MO.isGlobal()) { in InstLower()
|
H A D | BPFMISimplifyPatchable.cpp | 265 if (MO.isGlobal()) { in removeLD()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | IRSymtab.h | 204 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } in isGlobal() function
|