Home
last modified time | relevance | path

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

12345678910

/external/llvm-project/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/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-project/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.cpp55 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/llvm-project/llvm/include/llvm/CodeGen/
DRegisterScavenging.h130 IE = Scavenged.end(); I != IE; ++I) in isScavengingFrameIndex() local
140 IE = Scavenged.end(); I != IE; ++I) in getScavengingFrameIndices() 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-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-project/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-10.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp70 for (BasicBlock::iterator II = BI->begin(), IE = BI->end(); II != IE; in runOnFunction() local
/external/llvm-project/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

12345678910