Home
last modified time | relevance | path

Searched defs:IE (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/server/
Dincoming.rs20 pub(crate) fn tcp_incoming<IO, IE, L>( in tcp_incoming() argument
21 incoming: impl Stream<Item = Result<IO, IE>>, in tcp_incoming() argument
38 pub(crate) fn tcp_incoming<IO, IE, L>( in tcp_incoming() argument
39 incoming: impl Stream<Item = Result<IO, IE>>, in tcp_incoming() argument
Dmod.rs489 pub(crate) async fn serve_with_shutdown<S, I, F, IO, IE, ResBody>( in serve_with_shutdown() argument
500 I: Stream<Item = Result<IO, IE>>, in serve_with_shutdown() argument
666 pub async fn serve_with_incoming<I, IO, IE, ResBody>( in serve_with_incoming() argument
671 I: Stream<Item = Result<IO, IE>>, in serve_with_incoming() argument
699 pub async fn serve_with_incoming_shutdown<I, IO, IE, F, ResBody>( in serve_with_incoming_shutdown() argument
705 I: Stream<Item = Result<IO, IE>>, in serve_with_incoming_shutdown() argument
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp158 for (auto I = LI->begin(), IE = LI->end(); I != IE; ++I) in runOnFunction() local
184 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in runOnLoop() local
384 IE = Buckets[i].Elements.end(); I != IE; ++I) { in runOnLoop() local
432 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in runOnLoop() local
H A DPPCCTRLoops.cpp494 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in convertToCTRLoop() local
506 IE = ExitingBlocks.end(); I != IE; ++I) { in convertToCTRLoop() local
655 for (MachineBasicBlock::iterator IE = MBB->begin();; --I) { in verifyCTRBranch() local
710 for (MachineFunction::iterator I = MF.begin(), IE = MF.end(); in runOnMachineFunction() local
H A DPPCInstrInfo.cpp1282 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end(); in MBBDefinesCTR() local
1471 IE = RC->end(); I != IE; ++I) in DefinesPredicate() local
1598 IE = MRI->use_instr_end(); I != IE; ++I) { in optimizeCompareInstr() local
1729 I = MRI->use_instr_begin(CRReg), IE = MRI->use_instr_end(); in optimizeCompareInstr() local
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp112 IE = Info.funcinfo_end(); in finishAssembly() local
131 IE = Info.funcinfo_end(); in finishAssembly() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp116 IE = Info.funcinfo_end(); in finishAssembly() local
135 IE = Info.funcinfo_end(); in finishAssembly() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp147 for (MachineBasicBlock::iterator IE = MBB->begin();; --I) { in verifyCTRBranch() local
202 for (MachineFunction::iterator I = MF.begin(), IE = MF.end(); in runOnMachineFunction() local
H A DPPCLoopInstrFormPrep.cpp301 for (auto I = LI->begin(), IE = LI->end(); I != IE; ++I) in runOnFunction() local
620 IE = BucketChain.Elements.end(); I != IE; ++I) { in rewriteLoadStores() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h139 IE = Scavenged.end(); I != IE; ++I) in isScavengingFrameIndex() local
149 IE = Scavenged.end(); I != IE; ++I) in getScavengingFrameIndices() local
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h124 IE = Scavenged.end(); I != IE; ++I) in isScavengingFrameIndex() local
134 IE = Scavenged.end(); I != IE; ++I) in getScavengingFrameIndices() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp188 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in runOnLoop() local
219 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in runOnLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp60 for (unsigned II = 0, IE = Size; II != IE; II++) { in emitInst() local
72 for (unsigned II = 0, IE = Size; II != IE; II = II + 2) { in emitInst() local
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp507 for (User::op_iterator II = GEP->idx_begin(), IE = GEP->idx_end(); in isSafeToPromoteArgument() local
712 for (User::op_iterator II = UI->op_begin() + 1, IE = UI->op_end(); in DoPromotion() local
986 for (User::op_iterator II = GEP->idx_begin(), IE = GEP->idx_end(); in DoPromotion() local
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp244 for (RecIter II = ItinRWDefs.begin(), IE = ItinRWDefs.end(); II != IE; ++II) { in collectSchedRW() local
746 II = InstDefs.begin(), IE = InstDefs.end(); II != IE; ++II) { in createInstRWClass() local
823 for (RecIter II = ItinRWDefs.begin(), IE = ItinRWDefs.end(); II != IE; ++II) { in collectProcItinRW() local
874 for (RecIter II = PM.ItinRWDefs.begin(), IE = PM.ItinRWDefs.end(); in inferFromItinClass() local
898 RecIter II = InstDefs->begin(), IE = InstDefs->end(); in inferFromInstRWs() local
1607 for (RecIter II = PM.ItinRWDefs.begin(), IE = PM.ItinRWDefs.end(); in collectItinProcResources() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp44 IE = Scavenged.end(); I != IE; ++I) { in initRegState() local
177 IE = Scavenged.end(); I != IE; ++I) { in forward() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp62 for (unsigned II = 0, IE = Size; II != IE; II++) { in emitInst() local
74 for (unsigned II = 0, IE = Size; II != IE; II = II + 2) { in emitInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp180 for (User::op_iterator II = UI->op_begin() + 1, IE = UI->op_end(); in doPromotion() local
442 for (User::op_iterator II = GEP->idx_begin(), IE = GEP->idx_end(); in doPromotion() local
636 for (User::op_iterator II = GEP->idx_begin(), IE = GEP->idx_end(); in isSafeToPromoteArgument() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProf.cpp184 void SoftInstrProfErrors::addError(instrprof_error IE) { in addError()
509 auto IE = ValueData.end(); in overlap() local
607 auto IE = ValueData.end(); in merge() local
626 for (auto I = ValueData.begin(), IE = ValueData.end(); I != IE; ++I) { in scale() local
/aosp_15_r20/external/llvm/lib/ProfileData/
H A DInstrProf.cpp95 void SoftInstrProfErrors::addError(instrprof_error IE) { in addError()
342 auto IE = ValueData.end(); in merge() local
361 for (auto I = ValueData.begin(), IE = ValueData.end(); I != IE; ++I) { in scale() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp157 for (auto II = MBB.begin(), IE = MBB.end(); II != IE; ++II) { in scanInstructions() local
382 auto II = MBB.getFirstNonPHI(), IE = MBB.end(); in processBlock() local
/aosp_15_r20/external/llvm/lib/IR/
H A DAttributes.cpp655 IE = ASN->end(); II != IE; ++II) { in Raw() local
929 IE = Attrs.pImpl->end(I); II != IE; ++II) in addAttributes() local
1117 IE = pImpl->end(I); II != IE; ++II) in hasAttrSomewhere() local
1247 IE = pImpl->end(I); II != IE; ++II) in AttrBuilder() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp49 for (BasicBlock::const_iterator II = BB->begin(), IE = BB->end(); in CloneBasicBlock() local
278 for (BasicBlock::const_iterator II = StartingInst, IE = --BB->end(); in CloneBlock() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DOrderedBasicBlock.cpp43 auto IE = BB->end(); in comesBefore() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp328 for (auto II = MBB.begin(), IE = MBB.end(); II != IE; ++II) { in scanInstructions() local
715 auto II = MBB.getFirstNonPHI(), IE = MBB.end(); in processBlock() local

12345678910>>...18