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

/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h1 //===-- llvm/Target/TargetInstrInfo.h - Instruction Info --------*- C++ -*-===//
47 /// TargetInstrInfo - Interface to description of machine instruction set
49 class TargetInstrInfo : public MCInstrInfo { class in namespace:llvm
50 TargetInstrInfo(const TargetInstrInfo &) LLVM_DELETED_FUNCTION;
51 void operator=(const TargetInstrInfo &) LLVM_DELETED_FUNCTION;
53 TargetInstrInfo(int CFSetupOpcode = -1, int CFDestroyOpcode = -1) function in class:llvm::TargetInstrInfo
58 virtual ~TargetInstrInfo();
285 /// passed to other TargetInstrInfo methods to create new branches.
289 /// condition. These operands can be passed to other TargetInstrInfo
[all...]
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1 //===-- TargetInstrInfo.cpp - Target Instruction Information --------------===//
10 // This file implements the TargetInstrInfo class.
14 #include "llvm/Target/TargetInstrInfo.h"
38 TargetInstrInfo::~TargetInstrInfo() {
42 TargetInstrInfo::getRegClass(const MCInstrDesc &MCID, unsigned OpNum,
62 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB,
75 unsigned TargetInstrInfo::getInlineAsmLength(const char *Str,
101 TargetInstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
121 MachineInstr *TargetInstrInfo
[all...]

Completed in 102 milliseconds