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

  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 1 //===-- llvm/Target/TargetInstrInfo.h - Instruction Info --------*- C++ -*-===//
45 /// TargetInstrInfo - Interface to description of machine instruction set
47 class TargetInstrInfo : public MCInstrInfo {
48 TargetInstrInfo(const TargetInstrInfo &) LLVM_DELETED_FUNCTION;
49 void operator=(const TargetInstrInfo &) LLVM_DELETED_FUNCTION;
51 TargetInstrInfo(int CFSetupOpcode = -1, int CFDestroyOpcode = -1)
56 virtual ~TargetInstrInfo();
249 /// passed to other TargetInstrInfo methods to create new branches.
253 /// condition. These operands can be passed to other TargetInstrInfo
    [all...]
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 1 //===-- TargetInstrInfo.cpp - Target Instruction Information --------------===//
10 // This file implements the TargetInstrInfo class.
14 #include "llvm/Target/TargetInstrInfo.h"
35 TargetInstrInfo::~TargetInstrInfo() {
39 TargetInstrInfo::getRegClass(const MCInstrDesc &MCID, unsigned OpNum,
59 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB,
72 unsigned TargetInstrInfo::getInlineAsmLength(const char *Str,
98 TargetInstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
118 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr *MI
    [all...]

Completed in 47 milliseconds