Home
last modified time | relevance | path

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

123456789

/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
/external/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp112 IE = Info.funcinfo_end(); in finishAssembly() local
131 IE = Info.funcinfo_end(); in finishAssembly() local
DErlangGCPrinter.cpp60 IE = Info.funcinfo_end(); in finishAssembly() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp116 IE = Info.funcinfo_end(); in finishAssembly() local
135 IE = Info.funcinfo_end(); in finishAssembly() local
DErlangGCPrinter.cpp56 IE = Info.funcinfo_end(); in finishAssembly() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
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
DPPCTLSDynamicCall.cpp54 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end(); in processBlock() local
/external/llvm/lib/Target/PowerPC/
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
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
DPPCTLSDynamicCall.cpp57 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end(); in processBlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterScavenging.h139 IE = Scavenged.end(); I != IE; ++I) in isScavengingFrameIndex() local
149 IE = Scavenged.end(); I != IE; ++I) in getScavengingFrameIndices() local
/external/llvm/include/llvm/CodeGen/
DRegisterScavenging.h124 IE = Scavenged.end(); I != IE; ++I) in isScavengingFrameIndex() local
134 IE = Scavenged.end(); I != IE; ++I) in getScavengingFrameIndices() local
/external/llvm/lib/Analysis/
DOrderedBasicBlock.cpp43 auto IE = BB->end(); in comesBefore() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DOrderedBasicBlock.cpp44 auto IE = BB->end(); in comesBefore() local
/external/llvm/lib/Transforms/Scalar/
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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVStripWSuffix.cpp69 for (auto I = MBB.begin(), IE = MBB.end(); I != IE; ++I) { in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp53 IE = Info.funcinfo_end(); in finishAssembly() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
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
/external/llvm/lib/CodeGen/
DRegisterScavenging.cpp44 IE = Scavenged.end(); I != IE; ++I) { in initRegState() local
177 IE = Scavenged.end(); I != IE; ++I) { in forward() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCCTRLoopsVerify.cpp116 for (MachineBasicBlock::iterator IE = MBB->begin();; --I) { in verifyCTRBranch() local
DPPCTLSDynamicCall.cpp55 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end(); in processBlock() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp70 for (BasicBlock::iterator II = BI->begin(), IE = BI->end(); II != IE; in runOnFunction() local
/external/llvm/lib/Target/AMDGPU/
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

123456789