Home
last modified time | relevance | path

Searched refs:GI (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/external/llvm-project/polly/test/ScopInfo/
Dnon-precise-inv-load-1.ll6 ; 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/
DNVPTXLowerAlloca.cpp100 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/
DNVPTXLowerAlloca.cpp102 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/
DNVPTXLowerAlloca.cpp102 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/
Ddllimport-constexpr.cpp23 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/
DMetaRenamer.cpp93 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/
DMetaRenamer.cpp105 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/
DMetaRenamer.cpp104 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/
Dieee802.11_rx-stbc.out1 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…
Dieee802.11_exthdr.out25 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/
Dwarn-free-nonheap-object.cpp11 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()
Dwarn-free-nonheap-object.c12 int GI; variable
15 free(&GI); // expected-warning {{attempt to call free on non-heap object 'GI'}} in test()
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp277 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/
DBPFAdjustOpt.cpp285 } 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()
DBPFAbstractMemberAccess.cpp491 } 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/
Dja_Hrkt_ja_Latn_BGN.txt141 ギョウ → 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/
DGlobalMerge.cpp295 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/
DGlobalMerge.cpp297 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/
DClangDiagnosticsEmitter.cpp187 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/
DBPFAbstractMemberAccess.cpp427 } 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/
DX86LoadValueInjectionLoadHardening.cpp500 [&](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/
DGuardWidening.cpp82 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/
DGuardWidening.cpp82 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/
Dvi.txt26 "&G<gh<<<Gh<<<GH<gi<<<Gi<<<GI"
/external/autotest/client/site_tests/network_WiFiCaps/
Dcontrol15 - Short GI in HT40

12345678910>>...17