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

1 2

  /external/llvm/lib/Target/CellSPU/
SPUTargetMachine.h 32 SPUInstrInfo InstrInfo;
48 return &InstrInfo;
70 return &InstrInfo.getRegisterInfo();
SPUTargetMachine.cpp 42 InstrInfo(*this),
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h 32 HexagonInstrInfo InstrInfo;
45 return &InstrInfo;
51 return &InstrInfo.getRegisterInfo();
HexagonTargetMachine.cpp 59 Subtarget(TT, CPU, FS), InstrInfo(Subtarget), TLInfo(*this),
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetMachine.h 35 MBlazeInstrInfo InstrInfo;
51 { return &InstrInfo; }
66 { return &InstrInfo.getRegisterInfo(); }
MBlazeTargetMachine.cpp 42 InstrInfo(*this),
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.h 35 MSP430InstrInfo InstrInfo;
49 virtual const MSP430InstrInfo *getInstrInfo() const { return &InstrInfo; }
54 return &InstrInfo.getRegisterInfo();
MSP430TargetMachine.cpp 38 InstrInfo(*this), TLInfo(*this), TSInfo(*this),
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.h 30 XCoreInstrInfo InstrInfo;
40 virtual const XCoreInstrInfo *getInstrInfo() const { return &InstrInfo; }
54 return &InstrInfo.getRegisterInfo();
XCoreTargetMachine.cpp 32 InstrInfo(),
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.h 64 ARMInstrInfo InstrInfo;
78 return &InstrInfo.getRegisterInfo();
92 virtual const ARMInstrInfo *getInstrInfo() const { return &InstrInfo; }
106 OwningPtr<ARMBaseInstrInfo> InstrInfo;
122 return &InstrInfo->getRegisterInfo();
135 return InstrInfo.get();
ARMTargetMachine.cpp 62 InstrInfo(Subtarget),
88 InstrInfo(Subtarget.hasThumb2()
  /external/llvm/lib/Target/PTX/
PTXTargetMachine.h 32 PTXInstrInfo InstrInfo;
49 virtual const PTXInstrInfo *getInstrInfo() const { return &InstrInfo; }
51 return &InstrInfo.getRegisterInfo(); }
PTXTargetMachine.cpp 81 InstrInfo(*this),
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 33 PPCInstrInfo InstrInfo;
46 virtual const PPCInstrInfo *getInstrInfo() const { return &InstrInfo; }
58 return &InstrInfo.getRegisterInfo();
PPCTargetMachine.cpp 38 DataLayout(Subtarget.getTargetDataString()), InstrInfo(*this),
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 33 SparcInstrInfo InstrInfo;
41 virtual const SparcInstrInfo *getInstrInfo() const { return &InstrInfo; }
47 return &InstrInfo.getRegisterInfo();
SparcTargetMachine.cpp 37 TLInfo(*this), TSInfo(*this), InstrInfo(Subtarget),
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 33 MipsInstrInfo InstrInfo;
47 { return &InstrInfo; }
59 return &InstrInfo.getRegisterInfo();
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 84 X86InstrInfo InstrInfo;
101 return &InstrInfo;
113 X86InstrInfo InstrInfo;
130 return &InstrInfo;
X86TargetMachine.cpp 48 InstrInfo(*this),
64 InstrInfo(*this),
  /external/llvm/utils/TableGen/
InstrInfoEmitter.h 46 Record *InstrInfo,
  /external/valgrind/main/callgrind/
global.h 273 typedef struct _InstrInfo InstrInfo;
333 InstrInfo instr[0]; /* info on instruction sizes and costs */
658 void (*add_icost)(SimCost, BBCC*, InstrInfo*, ULong);
661 void (*log_1I0D)(InstrInfo*) VG_REGPARM(1);
662 void (*log_2I0D)(InstrInfo*, InstrInfo*) VG_REGPARM(2);
663 void (*log_3I0D)(InstrInfo*, InstrInfo*, InstrInfo*) VG_REGPARM(3);
665 void (*log_1I1Dr)(InstrInfo*, Addr, Word) VG_REGPARM(3)
    [all...]
main.c 105 static void log_global_event(InstrInfo* ii)
132 void log_cond_branch(InstrInfo* ii, Word taken)
162 void log_ind_branch(InstrInfo* ii, UWord actual_dst)
243 InstrInfo* inode;
308 /* The array of InstrInfo's is part of BB struct. */
314 /* Number InstrInfo bins 'used' so far. */
329 VG_(printf)("Ir (InstrInfo %p) at +%d\n",
333 VG_(printf)("Dr (InstrInfo %p) at +%d %d EA=",
339 VG_(printf)("Dw (InstrInfo %p) at +%d %d EA=",
345 VG_(printf)("Dm (InstrInfo %p) at +%d %d EA="
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 135 // Primary data structure #2: InstrInfo table
137 // - table(SB_start_addr, list(InstrInfo))
138 // - For each SB, each InstrInfo in the list holds info about the
143 typedef struct _InstrInfo InstrInfo;
154 InstrInfo instrs[0];
294 void log_1I(InstrInfo* n)
301 void log_2I(InstrInfo* n, InstrInfo* n2)
309 void log_3I(InstrInfo* n, InstrInfo* n2, InstrInfo* n3
    [all...]

Completed in 445 milliseconds

1 2