HomeSort by relevance Sort by last modified time
    Searched refs:DI (Results 76 - 100 of 140) sorted by null

1 2 34 5 6

  /external/qemu-pc-bios/vgabios/
vgabios.c 558 mov di,si local
583 static void int10_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
584 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
596 static void int10_func(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
597 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
742 biosfn_read_state_info(BX,ES,DI);
771 vbe_biosfn_return_controller_information(&AX,ES,DI);
774 vbe_biosfn_return_mode_information(&AX,CX,ES,DI);
777 vbe_biosfn_set_mode(&AX,BX,ES,DI);
3428 mov di, ax local
3466 mov di, ax local
3507 mov di, ax local
3553 mov di, ax local
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 329 FunctionDIMap::iterator DI = FunctionDIs.find(&Fn);
330 if (DI != FunctionDIs.end())
331 DI->second.replaceFunction(NF);
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 214 DefInit *DI = dyn_cast<DefInit>(N->getLeafValue());
215 if (DI == 0) {
220 Record *LeafRec = DI->getDef();
578 if (DefInit *DI = dyn_cast<DefInit>(N->getLeafValue())) {
579 Record *Def = DI->getDef();
    [all...]
AsmWriterEmitter.cpp 794 const DagInit *DI = R->getValueAsDag("ResultInst");
795 const DefInit *Op = cast<DefInit>(DI->getOperator());
    [all...]
AsmMatcherEmitter.cpp     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 342 Init *RecordRecTy::convertValue(DefInit *DI) {
343 // Ensure that DI is a subclass of Rec.
344 if (!DI->getDef()->isSubClassOf(Rec))
346 return DI;
649 DefInit *DI = dyn_cast<DefInit>(Values[i]);
650 if (DI == 0)
652 return DI->getDef();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 290 MachineInstr *DI = MRI->getVRegDef(MPhi->getOperand(i).getReg());
291 if (isInductionOperation(DI, DefReg)) {
292 IOps.push_back(DI);
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 94 ENTRY(DI) \
114 ENTRY(DI) \
X86Disassembler.cpp 573 indexReg = MCOperand::CreateReg(X86::DI);
581 indexReg = MCOperand::CreateReg(X86::DI);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 694 DenseMap<SDNode*, SDNode*>::iterator DI = GluedMap.find(OpN);
695 if (DI != GluedMap.end() && DI->second != N)
697 OpN = DI->second;
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
StrongPHIElimination.cpp 264 for (df_iterator<MachineDomTreeNode*> DI = df_begin(DT->getRootNode()),
265 DE = df_end(DT->getRootNode()); DI != DE; ++DI) {
266 SplitInterferencesForBasicBlock(*DI->getBlock(),
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 274 for (DomTreeNode::iterator DI = OldNode->begin(), DE = OldNode->end();
275 DI != DE; ++DI)
276 Children.push_back(*DI);
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 678 for (DeclContext::decl_iterator DI = LSD->decls_begin(),
680 DI != DIEnd; ) {
681 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) {
686 if (isa<ObjCInterfaceDecl>(*DI) &&
687 !cast<ObjCInterfaceDecl>(*DI)->isThisDeclarationADefinition() &&
688 StartLoc == (*DI)->getLocStart())
689 DG.push_back(*DI);
693 ++DI;
694 } while (DI != DIEnd);
700 if (ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>((*DI))) {
    [all...]
RewriteModernObjC.cpp 742 for (DeclContext::decl_iterator DI = LSD->decls_begin(),
744 DI != DIEnd; ) {
745 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) {
750 if (isa<ObjCInterfaceDecl>(*DI) &&
751 !cast<ObjCInterfaceDecl>(*DI)->isThisDeclarationADefinition() &&
752 StartLoc == (*DI)->getLocStart())
753 DG.push_back(*DI);
757 ++DI;
758 } while (DI != DIEnd);
765 ++DI;
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 360 const Decl *DI = SFC->getDecl();
364 if (DI == D) {
372 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI);
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 293 push di
301 mov di, ax local
308 pop di
333 push di
343 mov di, ax local
355 pop di
380 push di
390 mov di, ax local
402 pop di
477 and ax,[di]
784 Bit16u di, si, bp, sp; member in struct:__anon14059::__anon14060::__anon14061
801 Bit16u di, filler1, si, filler2, bp, filler3, sp, filler4; member in struct:__anon14063::__anon14064::__anon14066
2929 mov di, _ata_cmd_data_in.offset + 2[bp] local
2938 sub di, #0x0800 ;; sub 2 kbytes from offset local
4019 xor di, di local
6463 mov di, _int13_harddisk.tempbx + 2 [bp] local
6467 cmp di, #0xfe00 local
6470 sub di, #0x0200 ; sub 512 bytes from offset local
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
CGBlocks.cpp     [all...]
CGClass.cpp 714 if (CGDebugInfo *DI = getDebugInfo())
715 DI->EmitLocation(Builder, Ctor->getLocEnd());
    [all...]
  /external/libffi/src/ia64/
ffi.c 40 typedef void *PTR64 __attribute__((mode(DI)));
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 405 for (df_iterator<BasicBlock*> DI = df_begin(&F.getEntryBlock()),
406 DE = df_end(&F.getEntryBlock()); DI != DE; ++DI) {
407 BasicBlock *BB = *DI;
    [all...]

Completed in 611 milliseconds

1 2 34 5 6