OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TargetInstrInfo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h
1
//===- llvm/CodeGen/
TargetInstrInfo
.h - Instruction Info --------*- C++ -*-===//
95
///
TargetInstrInfo
- Interface to description of machine instruction set
97
class
TargetInstrInfo
: public MCInstrInfo {
99
TargetInstrInfo
(unsigned CFSetupOpcode = ~0u, unsigned CFDestroyOpcode = ~0u,
104
TargetInstrInfo
(const
TargetInstrInfo
&) = delete;
105
TargetInstrInfo
&operator=(const
TargetInstrInfo
&) = delete;
106
virtual ~
TargetInstrInfo
();
597
/// passed to other
TargetInstrInfo
methods to create new branches
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetInstrInfo.cpp
1
//===--
TargetInstrInfo
.cpp - Target Instruction Information --------------===//
9
// This file implements the
TargetInstrInfo
class.
13
#include "llvm/CodeGen/
TargetInstrInfo
.h"
43
TargetInstrInfo
::~
TargetInstrInfo
() {
47
TargetInstrInfo
::getRegClass(const MCInstrDesc &MCID, unsigned OpNum,
67
void
TargetInstrInfo
::insertNoop(MachineBasicBlock &MBB,
74
void
TargetInstrInfo
::insertNoops(MachineBasicBlock &MBB,
100
unsigned
TargetInstrInfo
::getInlineAsmLength(
141
TargetInstrInfo
::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026