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

1 2 3 4 5 6

  /external/llvm/lib/ProfileData/
InstrProf.cpp 23 std::string message(int IE) const override {
24 instrprof_error E = static_cast<instrprof_error>(IE);
  /external/llvm/include/llvm/CodeGen/
RegisterScavenging.h 135 IE = Scavenged.end(); I != IE; ++I)
145 IE = Scavenged.end(); I != IE; ++I)
  /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 76 for (const_inst_iterator II = inst_begin(F), IE = inst_end(F);
77 II != IE; ++II) {
CallGraph.cpp 79 for (BasicBlock::iterator II = BB->begin(), IE = BB->end(); II != IE;
112 // functions (ie, there are no edges in it's CGN). The easiest way to do this
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiParser.java 42 class IE {
51 private static final int WPA_IE_VENDOR_TYPE = 0x0050f201; //WFA WPA vendor IE OUI/type
60 * It parses the ieee beacon's capability field, WPA and RSNE IE as per spec, but build the
67 static public String parse_akm(IE full_IE[], BitSet ieee_cap) {
82 for (IE ie : full_IE) {
84 if (ie.id == IEEE_RSN_IE) {
88 ByteBuffer buf = ByteBuffer.wrap(ie.data);
90 int total_len = ie.data.length;
118 security = "[WPA2"; //found the RSNE IE, hence start building the capability strin
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 247 } else if (InsertElementInst *IE = dyn_cast<InsertElementInst>(I)) {
249 if (IE->getOperand(2) == EI.getOperand(1))
250 return ReplaceInstUsesWith(EI, IE->getOperand(1));
253 if (isa<Constant>(IE->getOperand(2)) && isa<Constant>(EI.getOperand(1))) {
255 EI.setOperand(0, IE->getOperand(0));
528 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) {
529 Value *VecOp = IE.getOperand(0);
530 Value *ScalarOp = IE.getOperand(1);
531 Value *IdxOp = IE.getOperand(2);
535 ReplaceInstUsesWith(IE, VecOp)
    [all...]
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 305 std::map<std::string, std::vector<std::string> >::iterator IE, EE;
306 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) {
307 const std::string &Case = IE->first;
308 std::vector<std::string> &InstList = IE->second;
  /external/llvm/lib/Target/NVPTX/
NVPTXFavorNonGenericAddrSpaces.cpp 180 for (BasicBlock::iterator I = B->begin(), IE = B->end(); I != IE; ++I) {
NVPTXLowerAggrCopies.cpp 116 for (BasicBlock::iterator II = BI->begin(), IE = BI->end(); II != IE;
  /external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 68 for (BasicBlock::iterator II = CurrBB->begin(), IE = CurrBB->end();
69 II != IE; ++II) {
LoopRerollPass.cpp 371 IE = Header->getFirstInsertionPt(); I != IE; ++I) {
444 IE = Header->getFirstInsertionPt(); I != IE; ++I) {
515 IE = Roots.end(); I != IE; ++I)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 585 void ExprEngine::VisitInitListExpr(const InitListExpr *IE,
592 QualType T = getContext().getCanonicalType(IE->getType());
593 unsigned NumInitElements = IE->getNumInits();
595 if (!IE->isGLValue() &&
604 B.generateNode(IE, Pred, state->BindExpr(IE, LCtx, V));
608 for (InitListExpr::const_reverse_iterator it = IE->rbegin(),
609 ei = IE->rend(); it != ei; ++it) {
614 B.generateNode(IE, Pred,
615 state->BindExpr(IE, LCtx
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp 114 if (const InitListExpr *IE =
116 ArgE = dyn_cast<Expr>(*(IE->begin()));
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 108 OutputIter copy(InputIter II, InputIter IE, OutputIter OI) {
109 while (II != IE)
  /external/llvm/lib/Support/
SpecialCaseList.cpp 150 IE = I->second.end();
151 II != IE; ++II) {
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 204 for (unsigned i = 0, ie = CIV.size(); i < ie; ++i) {
427 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end();
428 I != IE; ++I)
439 IE = ExitingBlocks.end(); I != IE; ++I) {
589 for (MachineBasicBlock::iterator IE = MBB->begin();; --I) {
606 if (I == IE)
644 for (MachineFunction::iterator I = MF.begin(), IE = MF.end();
645 I != IE; ++I)
    [all...]
  /external/clang/lib/Sema/
ScopeInfo.cpp 69 const ObjCIvarRefExpr *IE = cast<ObjCIvarRefExpr>(E);
70 D = IE->getDecl();
71 IsExact = IE->getBase()->isObjCSelfExpr();
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 49 IE = Scavenged.end(); I != IE; ++I) {
186 IE = Scavenged.end(); I != IE; ++I) {
  /external/chromium_org/v8/test/mjsunit/
for-in-null-or-undefined.js 28 // At least Spidermonkey and IE allow for-in iteration over null and
  /external/llvm/lib/IR/
BasicBlock.cpp 351 for (iterator II = Succ->begin(), IE = Succ->end(); II != IE; ++II) {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 91 IE = 2,
113 case IE: return "ie";
  /external/llvm/lib/Target/
TargetMachineC.cpp 62 IE = TargetRegistry::end(); IT != IE; ++IT) {
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 326 // would have happened in the callee anyway (ie, there is a load in the entry
363 for (User::op_iterator II = GEP->idx_begin(), IE = GEP->idx_end();
364 II != IE; ++II)
571 for (User::op_iterator II = UI->op_begin() + 1, IE = UI->op_end();
572 II != IE; ++II)
700 IE = SI->end(); II != IE; ++II) {
    [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 480 const InsertElementInst * IE = cast<InsertElementInst>(I);
481 ConstantInt *CI = dyn_cast<ConstantInt>(IE->getOperand(2));
486 IE->getType(), Idx);

Completed in 509 milliseconds

1 2 3 4 5 6