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++ -*-===//
51 /// TargetInstrInfo - Interface to description of machine instruction set
53 class TargetInstrInfo : public MCInstrInfo {
54 TargetInstrInfo(const TargetInstrInfo &) = delete;
55 void operator=(const TargetInstrInfo &) = delete;
57 TargetInstrInfo(unsigned CFSetupOpcode = ~0u, unsigned CFDestroyOpcode = ~0u,
63 virtual ~TargetInstrInfo();
443 /// passed to other TargetInstrInfo methods to create new branches.
447 /// 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"
40 TargetInstrInfo::~TargetInstrInfo() {
44 TargetInstrInfo::getRegClass(const MCInstrDesc &MCID, unsigned OpNum,
64 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB,
77 unsigned TargetInstrInfo::getInlineAsmLength(const char *Str,
103 TargetInstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
121 MachineInstr *TargetInstrInfo::commuteInstructionImpl(MachineInstr *MI
    [all...]

Completed in 78 milliseconds