Searched defs:OI (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp195 ObjectMap::iterator OI = LoadedObjectMap.find(ObjData); local
196 if (OI == LoadedObjectMap.end())
198 MethodAddressVector& Functions = OI->second;
215 LoadedObjectMap.erase(OI);
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h108 OutputIter copy(InputIter II, InputIter IE, OutputIter OI) { argument
110 *OI++ = *II++;
111 return OI;
/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h35 void (OpcodeDecoder::*Routine)(const uint8_t *Opcodes, unsigned &OI);
39 void Decode_00xxxxxx(const uint8_t *Opcodes, unsigned &OI);
40 void Decode_01xxxxxx(const uint8_t *Opcodes, unsigned &OI);
41 void Decode_1000iiii_iiiiiiii(const uint8_t *Opcodes, unsigned &OI);
42 void Decode_10011101(const uint8_t *Opcodes, unsigned &OI);
43 void Decode_10011111(const uint8_t *Opcodes, unsigned &OI);
44 void Decode_1001nnnn(const uint8_t *Opcodes, unsigned &OI);
45 void Decode_10100nnn(const uint8_t *Opcodes, unsigned &OI);
46 void Decode_10101nnn(const uint8_t *Opcodes, unsigned &OI);
47 void Decode_10110000(const uint8_t *Opcodes, unsigned &OI);
95 Decode_00xxxxxx(const uint8_t *Opcodes, unsigned &OI) argument
100 Decode_01xxxxxx(const uint8_t *Opcodes, unsigned &OI) argument
105 Decode_1000iiii_iiiiiiii(const uint8_t *Opcodes, unsigned &OI) argument
118 Decode_10011101(const uint8_t *Opcodes, unsigned &OI) argument
122 Decode_10011111(const uint8_t *Opcodes, unsigned &OI) argument
126 Decode_1001nnnn(const uint8_t *Opcodes, unsigned &OI) argument
130 Decode_10100nnn(const uint8_t *Opcodes, unsigned &OI) argument
136 Decode_10101nnn(const uint8_t *Opcodes, unsigned &OI) argument
142 Decode_10110000(const uint8_t *Opcodes, unsigned &OI) argument
146 Decode_10110001_0000iiii(const uint8_t *Opcodes, unsigned &OI) argument
158 Decode_10110010_uleb128(const uint8_t *Opcodes, unsigned &OI) argument
175 Decode_10110011_sssscccc(const uint8_t *Opcodes, unsigned &OI) argument
185 Decode_101101nn(const uint8_t *Opcodes, unsigned &OI) argument
189 Decode_10111nnn(const uint8_t *Opcodes, unsigned &OI) argument
195 Decode_11000110_sssscccc(const uint8_t *Opcodes, unsigned &OI) argument
205 Decode_11000111_0000iiii(const uint8_t *Opcodes, unsigned &OI) argument
216 Decode_11001000_sssscccc(const uint8_t *Opcodes, unsigned &OI) argument
226 Decode_11001001_sssscccc(const uint8_t *Opcodes, unsigned &OI) argument
236 Decode_11001yyy(const uint8_t *Opcodes, unsigned &OI) argument
240 Decode_11000nnn(const uint8_t *Opcodes, unsigned &OI) argument
246 Decode_11010nnn(const uint8_t *Opcodes, unsigned &OI) argument
252 Decode_11xxxyyy(const uint8_t *Opcodes, unsigned &OI) argument
[all...]
/external/llvm/include/llvm/Support/
H A DGenericDomTree.h356 typename DomTreeNodeMapType::const_iterator OI = local
358 if (OI == OtherDomTreeNodes.end())
362 DomTreeNodeBase<NodeT> &OtherNd = *OI->second;
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1075 DenseSet<OverDefinedPairTy>::iterator OI = local
1077 if (OI == OverDefinedCache.end()) continue;
1085 OverDefinedCache.erase(OI);
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp648 ClassInfo *getOperandClass(const CGIOperandList::OperandInfo &OI,
1021 AsmMatcherInfo::getOperandClass(const CGIOperandList::OperandInfo &OI, argument
1023 Record *Rec = OI.Rec;
1025 Rec = cast<DefInit>(OI.MIOperandInfo->getArg(SubOpIdx))->getDef();
H A DCodeGenDAGPatterns.cpp2887 static bool checkOperandClass(CGIOperandList::OperandInfo &OI, argument
2889 if (OI.Rec == Leaf)
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp2054 OverloadInfo &OI = OverloadMap[Name]; local
2055 OI.Mask |= Mask;
2056 OI.PtrArgNum |= PtrArgNum;
2057 OI.HasConstPtr = HasConstPtr;
2062 OverloadInfo &OI = I.second; local
2065 OS << "mask = 0x" << utohexstr(OI.Mask) << "ULL";
2066 if (OI.PtrArgNum >= 0)
2067 OS << "; PtrArgNum = " << OI.PtrArgNum;
2068 if (OI.HasConstPtr)
/external/llvm/lib/IR/
H A DConstants.cpp1157 User::const_op_iterator OI = std::next(this->op_begin()); local
1161 ++OI;
1165 for (; GEPI != E; ++GEPI, ++OI) {
1166 ConstantInt *CI = dyn_cast<ConstantInt>(*OI);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp3042 OI= overrides.begin(), OE= overrides.end(); OI!=OE; ++OI) {
3043 ObjCMethodDecl *SuperOverridden = *OI;
3479 void Sema::CollectIvarsToConstructOrDestruct(ObjCInterfaceDecl *OI, argument
3481 for (ObjCIvarDecl *Iv = OI->all_declared_ivar_begin(); Iv;
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2330 MachineInstr *OI) {
2333 (OI->getOpcode() == ARM::SUBrr ||
2334 OI->getOpcode() == ARM::t2SUBrr) &&
2335 ((OI->getOperand(1).getReg() == SrcReg &&
2336 OI->getOperand(2).getReg() == SrcReg2) ||
2337 (OI->getOperand(1).getReg() == SrcReg2 &&
2338 OI->getOperand(2).getReg() == SrcReg)))
2343 (OI->getOpcode() == ARM::SUBri ||
2344 OI->getOpcode() == ARM::t2SUBri) &&
2345 OI
2328 isRedundantFlagInstr(MachineInstr *CmpI, unsigned SrcReg, unsigned SrcReg2, int ImmValue, MachineInstr *OI) argument
[all...]
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4131 MachineInstr *OI) {
4133 OI->getOpcode() == X86::SUB64rr) ||
4135 OI->getOpcode() == X86::SUB32rr)||
4137 OI->getOpcode() == X86::SUB16rr)||
4139 OI->getOpcode() == X86::SUB8rr)) &&
4140 ((OI->getOperand(1).getReg() == SrcReg &&
4141 OI->getOperand(2).getReg() == SrcReg2) ||
4142 (OI->getOperand(1).getReg() == SrcReg2 &&
4143 OI->getOperand(2).getReg() == SrcReg)))
4147 OI
4129 isRedundantFlagInstr(MachineInstr *FlagI, unsigned SrcReg, unsigned SrcReg2, int ImmValue, MachineInstr *OI) argument
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp821 for (User::op_iterator OI = I->op_begin(), E = I->op_end(); OI != E; ++OI)
822 if (Instruction *U = dyn_cast<Instruction>(*OI)) {
823 *OI = nullptr;
2441 /// by an AddRec in this loop) within [OI,OE) or returns OE. If IVUsers mapped
2444 findIVOperand(User::op_iterator OI, User::op_iterator OE, argument
2446 for(; OI != OE; ++OI) {
2447 if (Instruction *Oper = dyn_cast<Instruction>(*OI)) {
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp937 llvm::Constant *BuildIvarLayout(const ObjCImplementationDecl *OI,
945 void BuildAggrIvarLayout(const ObjCImplementationDecl *OI,
4453 void CGObjCCommonMac::BuildAggrIvarLayout(const ObjCImplementationDecl *OI, argument
4477 ComputeIvarBaseOffset(CGM, OI, cast<ObjCIvarDecl>(FirstField));
4490 ComputeIvarBaseOffset(CGM, OI, cast<ObjCIvarDecl>(Field)) - FirstFieldDelta;
4768 const ObjCInterfaceDecl *OI = OMD->getClassInterface(); local
4771 for (const ObjCIvarDecl *IVD = OI->all_declared_ivar_begin();
4777 CGM.getContext().DeepCollectObjCIvars(OI, true, Ivars);
/external/clang/lib/AST/
H A DASTContext.cpp1838 void ASTContext::DeepCollectObjCIvars(const ObjCInterfaceDecl *OI, argument
1841 if (const ObjCInterfaceDecl *SuperClass = OI->getSuperClass())
1844 for (const auto *I : OI->ivars())
1847 ObjCInterfaceDecl *IDecl = const_cast<ObjCInterfaceDecl *>(OI);
1858 if (const ObjCInterfaceDecl *OI = dyn_cast<ObjCInterfaceDecl>(CDecl)) {
1861 for (auto *Proto : OI->all_referenced_protocols()) {
1870 for (const auto *Cat : OI->visible_categories())
1873 if (ObjCInterfaceDecl *SD = OI->getSuperClass())
1893 unsigned ASTContext::CountNonClassIvars(const ObjCInterfaceDecl *OI) const {
1896 for (const auto *Ext : OI
5574 ObjCInterfaceDecl *OI = OIT->getDecl(); local
5638 ObjCInterfaceDecl *OI = OPT->getInterfaceDecl(); local
[all...]

Completed in 687 milliseconds