OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MachineBasicBlock
(Results
401 - 425
of
436
) sorted by null
<<
11
12
13
14
15
16
17
18
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
[
all
...]
ARMISelLowering.cpp
29
#include "llvm/CodeGen/
MachineBasicBlock
.h"
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp
212
// Create an initial
MachineBasicBlock
for each LLVM BasicBlock in F. This
237
MachineBasicBlock
*MBB = mf.CreateMachineBasicBlock(&*BB);
552
MachineBasicBlock
*MBB) {
InstrEmitter.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp
373
const
MachineBasicBlock
&MBB = *MI.getParent();
374
MachineBasicBlock
::const_iterator MII(MI);
AArch64FastISel.cpp
[
all
...]
/external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp
266
for (const
MachineBasicBlock
&MBB : MF) {
330
for (const
MachineBasicBlock
&MBB : MF) {
R600ISelLowering.cpp
193
static inline bool isEOP(
MachineBasicBlock
::iterator I) {
197
MachineBasicBlock
* R600TargetLowering::EmitInstrWithCustomInserter(
198
MachineInstr * MI,
MachineBasicBlock
* BB) const {
201
MachineBasicBlock
::iterator I = *MI;
539
for (
MachineBasicBlock
::iterator NextExportInst = std::next(I),
[
all
...]
/external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp
270
MachineBasicBlock
::const_instr_iterator I = MI->getIterator();
271
MachineBasicBlock
::const_instr_iterator E = MI->getParent()->instr_end();
SparcISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp
263
eliminateFrameIndex(
MachineBasicBlock
::iterator II, int SPAdj,
MipsSEISelDAGToDAG.cpp
135
MachineBasicBlock
&MBB = MF.front();
136
MachineBasicBlock
::iterator I = MBB.begin();
225
for (
MachineBasicBlock
::iterator I = MFI->begin(); I != MFI->end(); ++I) {
[
all
...]
MipsFastISel.cpp
900
MachineBasicBlock
*BrBB = FuncInfo.MBB;
908
MachineBasicBlock
*TBB = FuncInfo.MBBMap[BI->getSuccessor(0)];
909
MachineBasicBlock
*FBB = FuncInfo.MBBMap[BI->getSuccessor(1)];
[
all
...]
/external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h
41
class
MachineBasicBlock
;
506
template <> struct TypeMap<
MachineBasicBlock
> {
507
typedef
MachineBasicBlock
BlockT;
514
/// \brief Get the name of a
MachineBasicBlock
.
516
/// Get the name of a
MachineBasicBlock
. It's templated so that including from
520
///
MachineBasicBlock
::getFullName(), but skips the name of the function.
540
/// light-weight way, deferring to the \a BasicBlock or \a
MachineBasicBlock
547
/// that relies on \c
MachineBasicBlock
is defined in the header.
662
/// type of graph being modelled (BasicBlock vs.
MachineBasicBlock
), and
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
X86MCInstLower.cpp
[
all
...]
/external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
PPCFastISel.cpp
751
MachineBasicBlock
*BrBB = FuncInfo.MBB;
752
MachineBasicBlock
*TBB = FuncInfo.MBBMap[BI->getSuccessor(0)];
753
MachineBasicBlock
*FBB = FuncInfo.MBBMap[BI->getSuccessor(1)];
784
MachineBasicBlock
*Target = (Imm == 0) ? FBB : TBB;
[
all
...]
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
44
class
MachineBasicBlock
;
[
all
...]
MachineRegisterInfo.h
744
void EmitLiveInCopies(
MachineBasicBlock
*EntryMBB,
[
all
...]
SelectionDAG.h
502
SDValue getBasicBlock(
MachineBasicBlock
*MBB);
503
SDValue getBasicBlock(
MachineBasicBlock
*MBB, SDLoc dl);
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringBase.cpp
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp
419
const
MachineBasicBlock
&MBB) const {
429
const
MachineBasicBlock
*PMBB = *I;
444
void NVPTXAsmPrinter::EmitBasicBlockStart(const
MachineBasicBlock
&MBB) const {
[
all
...]
Completed in 909 milliseconds
<<
11
12
13
14
15
16
17
18