HomeSort by relevance Sort by last modified time
    Searched refs:IE (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 109 for (iterator I = begin(), IE = end(); I != IE; ++I) {
123 for (iterator I = begin(), IE = end(); I != IE; ++I) {
  /external/llvm/lib/Analysis/IPA/
FindUsedTypes.cpp 77 for (const_inst_iterator II = inst_begin(F), IE = inst_end(F);
78 II != IE; ++II) {
CallGraph.cpp 141 for (BasicBlock::iterator II = BB->begin(), IE = BB->end();
142 II != IE; ++II) {
212 // functions (ie, there are no edges in it's CGN). The easiest way to do this
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 74 for (BasicBlock::iterator II = BI->begin(), IE = BI->end(); II != IE;
ArgumentPromotion.cpp 323 // would have happened in the callee anyway (ie, there is a load in the entry
357 for (User::op_iterator II = GEP->idx_begin(), IE = GEP->idx_end();
358 II != IE; ++II)
561 for (User::op_iterator II = User->op_begin() + 1, IE = User->op_end();
562 II != IE; ++II)
691 IE = SI->end(); II != IE; ++II) {
    [all...]
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 285 std::map<std::string, std::vector<std::string> >::iterator IE, EE;
286 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) {
287 const std::string &Case = IE->first;
288 std::vector<std::string> &InstList = IE->second;
AsmWriterEmitter.cpp 748 II = Aliases.begin(), IE = Aliases.end(); II != IE; ++II) {
851 II = IAPs.begin(), IE = IAPs.end(); II != IE; ++II) {
871 II = UniqueIAPs.begin(), IE = UniqueIAPs.end(); II != IE; ++II) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 159 } else if (InsertElementInst *IE = dyn_cast<InsertElementInst>(I)) {
161 if (IE->getOperand(2) == EI.getOperand(1))
162 return ReplaceInstUsesWith(EI, IE->getOperand(1));
165 if (isa<Constant>(IE->getOperand(2)) && isa<Constant>(EI.getOperand(1))) {
167 EI.setOperand(0, IE->getOperand(0));
354 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) {
355 Value *VecOp = IE.getOperand(0);
356 Value *ScalarOp = IE.getOperand(1);
357 Value *IdxOp = IE.getOperand(2);
361 ReplaceInstUsesWith(IE, VecOp)
    [all...]
  /external/webkit/LayoutTests/fast/url/script-tests/
file-http-base.js 9 // CanonicalizeFileURL supports absolute Windows style paths for IE
20 // We should preserve the number of slashes after the colon for IE
25 // Three slashes should be non-UNC, even if there is no drive spec (IE
file.js 9 // CanonicalizeFileURL supports absolute Windows style paths for IE
20 // We should preserve the number of slashes after the colon for IE
25 // Three slashes should be non-UNC, even if there is no drive spec (IE
query.js 19 // URL is echoed in content. Firefox does this, IE doesn't.
relative-win.js 13 // IE doesn't support drive specs starting with two slashes. It fails
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 490 void ExprEngine::VisitInitListExpr(const InitListExpr *IE,
497 QualType T = getContext().getCanonicalType(IE->getType());
498 unsigned NumInitElements = IE->getNumInits();
507 B.generateNode(IE, Pred, state->BindExpr(IE, LCtx, V));
511 for (InitListExpr::const_reverse_iterator it = IE->rbegin(),
512 ei = IE->rend(); it != ei; ++it) {
517 B.generateNode(IE, Pred,
518 state->BindExpr(IE, LCtx,
524 assert(IE->getNumInits() == 1)
    [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 119 II = BB->begin(), IE = BB->end(); II != IE; ++II)
LexicalScopes.cpp 67 for (MachineBasicBlock::const_iterator II = I->begin(), IE = I->end();
68 II != IE; ++II) {
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 435 DiagList::iterator II, IE;
436 for (II = Right.begin(), IE = Right.end(); II != IE; ++II) {
445 if (II == IE) {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 91 IE = 2,
113 case IE: return "ie";
  /external/llvm/lib/VMCore/
BasicBlock.cpp 347 for (iterator II = Succ->begin(), IE = Succ->end(); II != IE; ++II) {
  /external/v8/test/mjsunit/
for-in-null-or-undefined.js 28 // At least Spidermonkey and IE allow for-in iteration over null and
string-split.js 74 * IE: a,b
86 * IE: a,b
html-string-funcs.js 28 // Spidermonkey and IE has some string functions useable for building
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 47 for (BasicBlock::const_iterator II = BB->begin(), IE = BB->end();
48 II != IE; ++II) {
259 for (BasicBlock::const_iterator II = BB->begin(), IE = --BB->end();
260 II != IE; ++II) {
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 49 'filter:alpha(opacity=0.5);', // IE
67 // For non-IE
71 // For IE,
92 // IE-compatible variants
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 59 // function literals in IE.
61 // object, in IE.
129 // here because of a bug in the FF and IE implementations of
270 // NOTE(mesch): Neither in IE nor in Firefox, HTML DOM attributes
272 // null localName and namespaceURI attribute values. In IE, we even
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 59 // function literals in IE.
61 // object, in IE.
129 // here because of a bug in the FF and IE implementations of
270 // NOTE(mesch): Neither in IE nor in Firefox, HTML DOM attributes
272 // null localName and namespaceURI attribute values. In IE, we even

Completed in 281 milliseconds

1 2 3