/external/llvm-project/polly/test/ScopInfo/ |
D | non-precise-inv-load-1.ll | 6 ; would be &I[-1] = &GI[128 -1] = &GI[127] but in our optimized version 8 ; &I[127 + 1] = &I[128] = &GI[256] which would here also be out-of-bounds. 16 ; int GI[256]; 18 ; int *I = &GI[128]; 25 @GI = common global [256 x i32] zeroinitializer, align 16 39 …tptr inbounds i32, i32* getelementptr inbounds ([256 x i32], [256 x i32]* @GI, i64 0, i64 128), i6…
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAlloca.cpp | 100 auto GI = dyn_cast<GetElementPtrInst>(AllocaUse.getUser()); in runOnBasicBlock() local 101 if (GI && GI->getPointerOperand() == allocaInst) { in runOnBasicBlock() 102 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
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()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | dllimport-constexpr.cpp | 23 template <int *GI> struct TemplateIntPtr { 24 static int getit() { return *GI; } in getit() 26 template <int &GI> struct TemplateIntRef { 27 static int getit() { return GI; } in getit()
|
/external/llvm/lib/Transforms/Utils/ |
D | MetaRenamer.cpp | 93 for (auto GI = M.global_begin(), GE = M.global_end(); GI != GE; ++GI) { in runOnModule() local 94 StringRef Name = GI->getName(); in runOnModule() 98 GI->setName("global"); in runOnModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | MetaRenamer.cpp | 105 for (auto GI = M.global_begin(), GE = M.global_end(); GI != GE; ++GI) { in runOnModule() local 106 StringRef Name = GI->getName(); in runOnModule() 110 GI->setName("global"); in runOnModule()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | MetaRenamer.cpp | 104 for (auto GI = M.global_begin(), GE = M.global_end(); GI != GE; ++GI) { in MetaRename() local 105 StringRef Name = GI->getName(); in MetaRename() 109 GI->setName("global"); in MetaRename()
|
/external/tcpdump/tests/ |
D | ieee802.11_rx-stbc.out | 1 7268us tsft 2462 MHz 11n -51dBm signal antenna 1 150.0 Mb/s MCS 7 40 MHz short GI RX-STBC1 Data IV:… 2 119738173us tsft 2462 MHz 11n -46dBm signal antenna 1 135.0 Mb/s MCS 7 40 MHz long GI RX-STBC2 Data… 3 470382336us tsft 2462 MHz 11n -45dBm signal antenna 1 150.0 Mb/s MCS 7 40 MHz short GI RX-STBC3 Dat…
|
D | ieee802.11_exthdr.out | 25 13355433us tsft 2412 MHz 11n -22dBm signal -86dBm noise antenna 1 19.5 Mb/s MCS 2 20 MHz long GI [b… 26 13454791us tsft 2412 MHz 11n -21dBm signal -86dBm noise antenna 1 52.0 Mb/s MCS 11 20 MHz long GI […
|
/external/llvm-project/clang/test/Sema/ |
D | warn-free-nonheap-object.cpp | 11 int GI; variable 37 free(&GI); // expected-warning {{attempt to call free on non-heap object 'GI'}} in test1() 77 std::free(&GI); // expected-warning {{attempt to call std::free on non-heap object 'GI'}} in test2()
|
D | warn-free-nonheap-object.c | 12 int GI; variable 15 free(&GI); // expected-warning {{attempt to call free on non-heap object 'GI'}} in test()
|
/external/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 277 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { in doMerge() local 278 GlobalVariable *GV = Globals[GI]; in doMerge() 327 CreateGlobalSet().Globals.set(GI); in doMerge() 337 if (UsedGlobalSets[UGSIdx].Globals.test(GI)) { in doMerge() 359 NewUGS.Globals.set(GI); in doMerge()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFAdjustOpt.cpp | 285 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in avoidSpeculation() local 288 for (i = 1, e = GI->getNumOperands(); i != e; ++i) { in avoidSpeculation() 289 Value *V = GI->getOperand(i); in avoidSpeculation() 296 PassThroughInfo Info(&I, GI, i); in avoidSpeculation()
|
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()
|
/external/icu/icu4c/source/data/translit/ |
D | ja_Hrkt_ja_Latn_BGN.txt | 141 ギョウ → gyō ; # KATAKANA LETTER GI + SMALL YO + U 142 ギュウ → gyū ; # KATAKANA LETTER GI + SMALL YU + U 143 ギャ → gya ; # KATAKANA LETTER GI + SMALL YA 144 ギョ → gyo ; # KATAKANA LETTER GI + SMALL YO 145 ギュ → gyu ; # KATAKANA LETTER GI + SMALL YU 146 ギ → gi ; # KATAKANA LETTER GI 284 ぎょう → gyō ; # HIRAGANA LETTER GI + SMALL YO + U 285 ぎゅう → gyū ; # HIRAGANA LETTER GI + SMALL YU + U 286 ぎゃ → gya ; # HIRAGANA LETTER GI + SMALL YA 287 ぎょ → gyo ; # HIRAGANA LETTER GI + SMALL YO [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 295 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { in doMerge() local 296 GlobalVariable *GV = Globals[GI]; in doMerge() 345 CreateGlobalSet().Globals.set(GI); in doMerge() 355 if (UsedGlobalSets[UGSIdx].Globals.test(GI)) { in doMerge() 377 NewUGS.Globals.set(GI); in doMerge()
|
/external/llvm-project/llvm/lib/CodeGen/ |
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()
|
/external/clang/utils/TableGen/ |
D | ClangDiagnosticsEmitter.cpp | 187 GroupInfo &GI = DiagsInGroup[Group->getValueAsString("GroupName")]; in groupDiagnostics() local 189 if (GI.DiagsInGroup.size() > 1) in groupDiagnostics() 190 ImplicitGroups.insert(&GI); in groupDiagnostics() 192 if (GI.ExplicitDef) in groupDiagnostics() 193 assert(GI.ExplicitDef == Group); in groupDiagnostics() 195 GI.ExplicitDef = Group; in groupDiagnostics() 200 GI.SubGroups.push_back(SubGroups[j]->getValueAsString("GroupName")); in groupDiagnostics() 369 const GroupInfo &GI = DiagsInGroup[Group->getValueAsString("GroupName")]; in groupInPedantic() local 370 V.second = GI.SubGroups.size() + GI.DiagsInGroup.size(); in groupInPedantic()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 427 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in traceAICall() local 428 if (GI->hasAllZeroIndices()) in traceAICall() 429 traceGEP(GI, Call, ParentInfo); in traceAICall() 458 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in traceBitCast() local 459 if (GI->hasAllZeroIndices()) in traceBitCast() 460 traceGEP(GI, Parent, ParentInfo); in traceBitCast() 488 } else if (auto *GI = dyn_cast<GetElementPtrInst>(Inst)) { in traceGEP() local 489 if (GI->hasAllZeroIndices()) in traceGEP() 490 traceGEP(GI, Parent, ParentInfo); in traceGEP()
|
/external/llvm-project/llvm/lib/Target/X86/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
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()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
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()
|
/external/icu/icu4c/source/data/coll/ |
D | vi.txt | 26 "&G<gh<<<Gh<<<GH<gi<<<Gi<<<GI"
|
/external/autotest/client/site_tests/network_WiFiCaps/ |
D | control | 15 - Short GI in HT40
|