| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerAlloca.cpp | 102 auto GI = dyn_cast<GetElementPtrInst>(AllocaUse.getUser()); in runOnFunction() local 103 if (GI && GI->getPointerOperand() == allocaInst) { in runOnFunction() 104 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | GlobalMerge.cpp | 297 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { in doMerge() local 298 GlobalVariable *GV = Globals[GI]; in doMerge() 347 CreateGlobalSet().Globals.set(GI); in doMerge() 357 if (UsedGlobalSets[UGSIdx].Globals.test(GI)) { in doMerge() 379 NewUGS.Globals.set(GI); in doMerge()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BPFAdjustOpt.cpp | 289 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in avoidSpeculation() local 292 for (i = 1, e = GI->getNumOperands(); i != e; ++i) { in avoidSpeculation() 293 Value *V = GI->getOperand(i); in avoidSpeculation() 300 PassThroughInfo Info(&I, GI, i); in avoidSpeculation()
|
| H A D | BPFAbstractMemberAccess.cpp | 491 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in traceAICall() local 492 if (GI->hasAllZeroIndices()) in traceAICall() 493 traceGEP(GI, Call, ParentInfo); in traceAICall() 522 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in traceBitCast() local 523 if (GI->hasAllZeroIndices()) in traceBitCast() 524 traceGEP(GI, Parent, ParentInfo); in traceBitCast() 552 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in traceGEP() local 553 if (GI->hasAllZeroIndices()) in traceGEP() 554 traceGEP(GI, Parent, ParentInfo); in traceGEP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 500 [&](MachineBasicBlock *MBB, GraphIter GI, unsigned ParentDepth) { in getGadgetGraph() argument 506 Builder.addEdge(ParentDepth, GI, BeginBB.first); in getGadgetGraph() 511 GI = BeginBB.first; in getGadgetGraph() 515 Builder.addEdge(LoopDepth, GI, Ref->getSecond()); in getGadgetGraph() 516 GI = Ref->getSecond(); in getGadgetGraph() 525 Builder.addEdge(LoopDepth, GI, EndBB.first); in getGadgetGraph() 526 GI = EndBB.first; in getGadgetGraph() 530 TraverseCFG(Succ, GI, LoopDepth); in getGadgetGraph()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | GuardWidening.cpp | 82 if (IntrinsicInst *GI = dyn_cast<IntrinsicInst>(I)) { in getCondition() local 83 assert(GI->getIntrinsicID() == Intrinsic::experimental_guard && in getCondition() 85 return GI->getArgOperand(0); in getCondition() 98 if (IntrinsicInst *GI = dyn_cast<IntrinsicInst>(I)) { in setCondition() local 99 assert(GI->getIntrinsicID() == Intrinsic::experimental_guard && in setCondition() 101 GI->setArgOperand(0, NewCond); in setCondition()
|
| H A D | SimpleLoopUnswitch.cpp | 2455 turnGuardIntoBranch(IntrinsicInst *GI, Loop &L, in turnGuardIntoBranch() argument 2459 LLVM_DEBUG(dbgs() << "Turning " << *GI << " into a branch.\n"); in turnGuardIntoBranch() 2460 BasicBlock *CheckBB = GI->getParent(); in turnGuardIntoBranch() 2473 SplitBlockAndInsertIfThen(GI->getArgOperand(0), GI, true); in turnGuardIntoBranch() 2488 MSSAU->moveAllAfterSpliceBlocks(CheckBB, GuardedBlock, GI); in turnGuardIntoBranch() 2490 GI->moveBefore(DeoptBlockTerm); in turnGuardIntoBranch() 2491 GI->setArgOperand(0, ConstantInt::getFalse(GI->getContext())); in turnGuardIntoBranch() 2508 MemoryDef *MD = cast<MemoryDef>(MSSAU->getMemorySSA()->getMemoryAccess(GI)); in turnGuardIntoBranch()
|
| /netbsd-src/external/gpl2/groff/font/devlj4/ |
| H A D | Makefile | 12 ALBB ALBR AOB AOI AOR CB CBI CI CR GB GBI GI GR \
|
| /netbsd-src/lib/libc/gen/ |
| H A D | unvis.c | 204 #define GI(a) ((uint32_t)(a) >> 24) in unvis() macro 442 is = GI(*astate); /* index in the string */ in unvis()
|
| /netbsd-src/external/gpl2/groff/dist/font/devlj4/ |
| H A D | Makefile.sub | 9 GB GBI GI GR \
|
| H A D | GI | 2 name GI
|
| /netbsd-src/external/gpl2/groff/dist/font/devlj4/generate/ |
| H A D | Makefile | 53 GB GBI GI GR \ 106 GI: $(AUTOFONT)/9nb00066.tfm $(TEXTMAP) target
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 175 GroupInfo &GI = in groupDiagnostics() local 177 GI.Defs.push_back(Group); in groupDiagnostics() 181 GI.SubGroups.push_back( in groupDiagnostics() 327 const GroupInfo &GI = in groupInPedantic() local 329 V.second = GI.SubGroups.size() + GI.DiagsInGroup.size(); in groupInPedantic()
|
| /netbsd-src/share/misc/ |
| H A D | country | 104 Gibraltar GI GIB 292 GI
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 982 for (auto &GI : ILI.second) { in gatherImportedSummariesForModule() local 983 const auto &DS = DefinedGVSummaries.find(GI); in gatherImportedSummariesForModule() 986 SummariesForIndex[GI] = DS->second; in gatherImportedSummariesForModule()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | ISO_3166 | 103 GI Gibraltar
|
| H A D | iso-3166.texi | 161 @item GI
|
| H A D | ISO_3166_de | 93 #GI Gibraltar
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | iso3166.tab | 113 GI Gibraltar
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 2513 GuardInfo *GI = nullptr; in EmitGuardedInit() local 2515 GI = &ThreadLocalGuardVariableMap[D.getDeclContext()]; in EmitGuardedInit() 2517 GI = &GuardVariableMap[D.getDeclContext()]; in EmitGuardedInit() 2519 llvm::GlobalVariable *GuardVar = GI ? GI->Guard : nullptr; in EmitGuardedInit() 2531 GuardNum = GI->BitIndex++; in EmitGuardedInit() 2566 if (GI && !HasPerVariableGuard) in EmitGuardedInit() 2567 GI->Guard = GuardVar; in EmitGuardedInit()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 123 } else if (GetElementPtrInst *GI = dyn_cast<GetElementPtrInst>(U)) { in foldIntegerTypedPHI() local 124 Ptr = GI->getPointerOperand(); in foldIntegerTypedPHI()
|
| /netbsd-src/external/public-domain/xz/dist/po/ |
| H A D | vi.po | 718 " --memlimit-compress=GIỚI_HẠN\n" 719 " --memlimit-decompress=GIỚI_HẠN\n" 720 " -M, --memlimit=GIỚI_HẠN\n" 722 " hoặc cả hai; GIỚI_HẠN có đơn vị là byte, % của RAM,\n"
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 2402 for (const auto &GI : Globals) { in emitDebugPubSection() local 2403 const char *Name = GI.getKeyData(); in emitDebugPubSection() 2404 const DIE *Entity = GI.second; in emitDebugPubSection() 2418 Asm->OutStreamer->emitBytes(StringRef(Name, GI.getKeyLength() + 1)); in emitDebugPubSection()
|
| H A D | CodeViewDebug.cpp | 2821 auto GI = ScopeGlobals.find(Scope.getScopeNode()); in collectLexicalBlockInfo() local 2823 GI != ScopeGlobals.end() ? GI->second.get() : nullptr; in collectLexicalBlockInfo()
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | less.hlp | 88 CCHHAANNGGIINNGG FFIILLEESS
|