Searched refs:IE (Results 1 - 25 of 133) sorted by relevance

123456

/external/llvm/lib/Analysis/
H A DOrderedBasicBlock.cpp43 auto IE = BB->end(); local
44 if (LastInstFound != IE)
48 for (; II != IE; ++II) {
55 assert(II != IE && "Instruction not found?");
/external/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h124 IE = Scavenged.end(); I != IE; ++I)
134 IE = Scavenged.end(); I != IE; ++I)
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp200 } else if (InsertElementInst *IE = dyn_cast<InsertElementInst>(I)) {
202 if (IE->getOperand(2) == EI.getOperand(1))
203 return ReplaceInstUsesWith(EI, IE->getOperand(1));
206 if (isa<Constant>(IE->getOperand(2)) && isa<Constant>(EI.getOperand(1))) {
208 EI.setOperand(0, IE->getOperand(0));
391 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) { argument
392 Value *VecOp = IE.getOperand(0);
393 Value *ScalarOp = IE.getOperand(1);
394 Value *IdxOp = IE.getOperand(2);
398 ReplaceInstUsesWith(IE, VecO
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp112 IE = Info.funcinfo_end();
113 I != IE; ++I) {
131 IE = Info.funcinfo_end();
132 I != IE; ++I) {
H A DErlangGCPrinter.cpp60 IE = Info.funcinfo_end();
61 FI != IE; ++FI) {
H A DDwarfCompileUnit.h120 void addImportedEntity(const DIImportedEntity* IE) { argument
121 DIScope *Scope = IE->getScope();
128 ImportedEntities[LocalScope].push_back(IE);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp109 for (iterator I = begin(), IE = end(); I != IE; ++I) {
123 for (iterator I = begin(), IE = end(); I != IE; ++I) {
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
H A DFindUsedTypes.cpp77 for (const_inst_iterator II = inst_begin(F), IE = inst_end(F);
78 II != IE; ++II) {
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeEmitterGen.cpp282 std::map<std::string, std::vector<std::string> >::iterator IE, EE; local
283 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) {
284 const std::string &Case = IE->first;
285 std::vector<std::string> &InstList = IE->second;
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h164 OutputIter __copy(InputIter II, InputIter IE, OutputIter OI) { argument
165 while (II != IE)
188 OutputIter copy(InputIter II, InputIter IE, OutputIter OI) { argument
189 return __copy(II, IE, OI);
222 OutputIter copy_backward(InputIter II, InputIter IE, OutputIter OI) { argument
223 return __copy_backward(II, IE, OI);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp214 } else if (InsertElementInst *IE = dyn_cast<InsertElementInst>(I)) {
216 if (IE->getOperand(2) == EI.getOperand(1))
217 return replaceInstUsesWith(EI, IE->getOperand(1));
220 if (isa<Constant>(IE->getOperand(2)) && isa<Constant>(EI.getOperand(1))) {
222 EI.setOperand(0, IE->getOperand(0));
569 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) { argument
570 Value *VecOp = IE.getOperand(0);
571 Value *ScalarOp = IE.getOperand(1);
572 Value *IdxOp = IE.getOperand(2);
576 replaceInstUsesWith(IE, VecO
[all...]
/external/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp286 std::map<std::string, std::vector<std::string> >::iterator IE, EE; local
287 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) {
288 const std::string &Case = IE->first;
289 std::vector<std::string> &InstList = IE->second;
/external/llvm/lib/ProfileData/
H A DSampleProf.cpp28 std::string message(int IE) const override {
29 sampleprof_error E = static_cast<sampleprof_error>(IE);
H A DInstrProf.cpp81 std::string message(int IE) const override {
82 return getInstrProfErrString(static_cast<instrprof_error>(IE));
95 void SoftInstrProfErrors::addError(instrprof_error IE) { argument
96 if (IE == instrprof_error::success)
100 FirstError = IE;
102 switch (IE) {
342 auto IE = ValueData.end(); local
345 while (I != IE && I->Value < J->Value)
347 if (I != IE && I->Value == J->Value) {
361 for (auto I = ValueData.begin(), IE
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp158 for (auto I = LI->begin(), IE = LI->end(); I != IE; ++I)
184 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end();
185 I != IE; ++I) {
384 IE = Buckets[i].Elements.end(); I != IE; ++I) {
432 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end();
433 I != IE; ++I) {
H A DPPCCTRLoops.cpp494 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end();
495 I != IE; ++I)
506 IE = ExitingBlocks.end(); I != IE; ++I) {
655 for (MachineBasicBlock::iterator IE = MBB->begin();; --I) {
672 if (I == IE)
710 for (MachineFunction::iterator I = MF.begin(), IE = MF.end();
711 I != IE; ++I) {
H A DPPCTLSDynamicCall.cpp57 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end();
58 I != IE;) {
H A DPPCVSXCopy.cpp92 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end();
93 I != IE; ++I) {
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVLowerConstExpr.cpp122 for (auto II = BI->begin(), IE = BI->end(); II != IE; ++II) {
H A DSPIRVRegularizeLLVM.cpp126 for (auto II = BI->begin(), IE = BI->end(); II != IE; ++II) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp188 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end();
189 I != IE; ++I) {
219 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end();
220 I != IE; ++I) {
H A DPartiallyInlineLibCalls.cpp91 for (BasicBlock::iterator II = CurrBB->begin(), IE = CurrBB->end();
92 II != IE; ++II) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DStackProtector.cpp119 II = BB->begin(), IE = BB->end(); II != IE; ++II)
/external/clang/lib/Sema/
H A DScopeInfo.cpp77 const ObjCIvarRefExpr *IE = cast<ObjCIvarRefExpr>(E); local
78 D = IE->getDecl();
79 IsExact = IE->getBase()->isObjCSelfExpr();
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp621 void ExprEngine::VisitInitListExpr(const InitListExpr *IE, argument
628 QualType T = getContext().getCanonicalType(IE->getType());
629 unsigned NumInitElements = IE->getNumInits();
631 if (!IE->isGLValue() &&
640 B.generateNode(IE, Pred, state->BindExpr(IE, LCtx, V));
644 for (InitListExpr::const_reverse_iterator it = IE->rbegin(),
645 ei = IE->rend(); it != ei; ++it) {
650 B.generateNode(IE, Pred,
651 state->BindExpr(IE, LCt
[all...]

Completed in 877 milliseconds

123456