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

  /external/llvm/lib/Target/
TargetInstrInfo.cpp 1 //===-- TargetInstrInfo.cpp - Target Instruction Information --------------===//
10 // This file implements the TargetInstrInfo class.
14 #include "llvm/Target/TargetInstrInfo.h"
24 // TargetInstrInfo
27 TargetInstrInfo::~TargetInstrInfo() {
31 TargetInstrInfo::getRegClass(const MCInstrDesc &MCID, unsigned OpNum,
49 TargetInstrInfo::getNumMicroOps(const InstrItineraryData *ItinData,
65 TargetInstrInfo::getOperandLatency(const InstrItineraryData *ItinData,
77 TargetInstrInfo::getOperandLatency(const InstrItineraryData *ItinData
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 1 //===-- llvm/Target/TargetInstrInfo.h - Instruction Info --------*- C++ -*-===//
42 /// TargetInstrInfo - Interface to description of machine instruction set
44 class TargetInstrInfo : public MCInstrInfo {
45 TargetInstrInfo(const TargetInstrInfo &); // DO NOT IMPLEMENT
46 void operator=(const TargetInstrInfo &); // DO NOT IMPLEMENT
48 TargetInstrInfo(int CFSetupOpcode = -1, int CFDestroyOpcode = -1)
53 virtual ~TargetInstrInfo();
257 /// passed to other TargetInstrInfo methods to create new branches.
261 /// condition. These operands can be passed to other TargetInstrInfo
    [all...]

Completed in 40 milliseconds