HomeSort by relevance Sort by last modified time
    Searched defs:InstrInfo (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Target/MSP430/
MSP430Subtarget.h 37 MSP430InstrInfo InstrInfo;
55 const MSP430InstrInfo *getInstrInfo() const { return &InstrInfo; }
58 return &InstrInfo.getRegisterInfo();
  /external/llvm/lib/Target/XCore/
XCoreSubtarget.h 35 XCoreInstrInfo InstrInfo;
51 const XCoreInstrInfo *getInstrInfo() const { return &InstrInfo; }
56 return &InstrInfo.getRegisterInfo();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h 35 const AMDGPUInstrInfo * InstrInfo;
53 virtual const AMDGPUInstrInfo *getInstrInfo() const {return InstrInfo;}
56 return &InstrInfo->getRegisterInfo();
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h 35 const AMDGPUInstrInfo * InstrInfo;
53 virtual const AMDGPUInstrInfo *getInstrInfo() const {return InstrInfo;}
56 return &InstrInfo->getRegisterInfo();
  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.h 61 DenseMap<MCSymbol *, InstrInfoTy> InstrInfo;
109 InstrInfo.clear();
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 42 SparcInstrInfo InstrInfo;
52 const SparcInstrInfo *getInstrInfo() const { return &InstrInfo; }
55 return &InstrInfo.getRegisterInfo();
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 47 SystemZInstrInfo InstrInfo;
59 const SystemZInstrInfo *getInstrInfo() const { return &InstrInfo; }
62 return &InstrInfo.getRegisterInfo();
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 59 AArch64InstrInfo InstrInfo;
81 const AArch64InstrInfo *getInstrInfo() const { return &InstrInfo; }
  /external/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 49 HexagonInstrInfo InstrInfo;
62 const HexagonInstrInfo *getInstrInfo() const { return &InstrInfo; }
64 return &InstrInfo.getRegisterInfo();
  /external/llvm/lib/Target/NVPTX/
NVPTXSubtarget.h 45 NVPTXInstrInfo InstrInfo;
61 const NVPTXInstrInfo *getInstrInfo() const { return &InstrInfo; }
64 return &InstrInfo.getRegisterInfo();
  /external/llvm/lib/Target/R600/
AMDGPUSubtarget.h 32 std::unique_ptr<AMDGPUInstrInfo> InstrInfo;
66 return InstrInfo.get();
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 56 Record *InstrInfo,
354 Record *InstrInfo = Target.getInstructionSet();
392 emitRecord(*Inst, Num++, InstrInfo, EmittedLists, OperandInfoIDs, OS);
462 Record *InstrInfo,
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 114 PPCInstrInfo InstrInfo;
150 const PPCInstrInfo *getInstrInfo() const { return &InstrInfo; }
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 152 std::unique_ptr<const MipsInstrInfo> InstrInfo;
295 const MipsInstrInfo *getInstrInfo() const { return InstrInfo.get(); }
300 return &InstrInfo->getRegisterInfo();
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 269 const ARMBaseInstrInfo *getInstrInfo() const { return InstrInfo.get(); }
273 return &InstrInfo->getRegisterInfo();
281 std::unique_ptr<ARMBaseInstrInfo> InstrInfo;
  /external/llvm/lib/Target/X86/
X86Subtarget.h 234 X86InstrInfo InstrInfo;
248 const X86InstrInfo *getInstrInfo() const { return &InstrInfo; }
  /external/valgrind/main/cachegrind/
cg_main.c 141 // Primary data structure #2: InstrInfo table
143 // - table(SB_start_addr, list(InstrInfo))
144 // - For each SB, each InstrInfo in the list holds info about the
149 typedef struct _InstrInfo InstrInfo;
160 InstrInfo instrs[0];
313 void log_1Ir(InstrInfo* n)
320 void log_2Ir(InstrInfo* n, InstrInfo* n2)
328 void log_3Ir(InstrInfo* n, InstrInfo* n2, InstrInfo* n3
    [all...]
  /external/valgrind/main/callgrind/
global.h 279 typedef struct _InstrInfo InstrInfo;
339 InstrInfo instr[0]; /* info on instruction sizes and costs */
665 void (*add_icost)(SimCost, BBCC*, InstrInfo*, ULong);
668 void (*log_1I0D)(InstrInfo*) VG_REGPARM(1);
669 void (*log_2I0D)(InstrInfo*, InstrInfo*) VG_REGPARM(2);
670 void (*log_3I0D)(InstrInfo*, InstrInfo*, InstrInfo*) VG_REGPARM(3);
672 void (*log_1I1Dr)(InstrInfo*, Addr, Word) VG_REGPARM(3)
    [all...]

Completed in 303 milliseconds