Searched defs:TargetInstrInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h1 //===-- llvm/Target/TargetInstrInfo.h - Instruction Info --------*- C++ -*-===//
50 /// TargetInstrInfo - Interface to description of machine instruction set
52 class TargetInstrInfo : public MCInstrInfo { class in namespace:llvm
53 TargetInstrInfo(const TargetInstrInfo &) = delete;
54 void operator=(const TargetInstrInfo &) = delete;
56 TargetInstrInfo(int CFSetupOpcode = -1, int CFDestroyOpcode = -1) function in class:llvm::TargetInstrInfo
61 virtual ~TargetInstrInfo();
373 /// passed to other TargetInstrInfo methods to create new branches.
377 /// 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"
39 TargetInstrInfo::~TargetInstrInfo() {
43 TargetInstrInfo::getRegClass(const MCInstrDesc &MCID, unsigned OpNum,
63 void TargetInstrInfo::insertNoop(MachineBasicBlock &MBB,
76 unsigned TargetInstrInfo::getInlineAsmLength(const char *Str,
102 TargetInstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
122 MachineInstr *TargetInstrInfo
[all...]

Completed in 911 milliseconds