HomeSort by relevance Sort by last modified time
    Searched refs:InstrEmitter (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
Android.mk 7 InstrEmitter.cpp \
InstrEmitter.h 1 //===- InstrEmitter.h - Emit MachineInstrs for the SelectionDAG -*- C++ -*--==//
29 class LLVM_LIBRARY_VISIBILITY InstrEmitter {
132 /// InstrEmitter - Construct an InstrEmitter and set it to start inserting
134 InstrEmitter(MachineBasicBlock *mbb, MachineBasicBlock::iterator insertpos);
InstrEmitter.cpp 1 //==--- InstrEmitter.cpp - Emit MachineInstrs for the SelectionDAG class ---==//
16 #include "InstrEmitter.h"
44 unsigned InstrEmitter::CountResults(SDNode *Node) {
85 void InstrEmitter::
190 unsigned InstrEmitter::getDstOfOnlyCopyToRegUse(SDNode *Node,
206 void InstrEmitter::CreateVirtualRegisters(SDNode *Node,
283 unsigned InstrEmitter::getVR(SDValue Op,
311 InstrEmitter::AddRegisterOperand(MachineInstrBuilder &MIB,
345 // conservative approximation. InstrEmitter does trivial coalescing
373 void InstrEmitter::AddOperand(MachineInstrBuilder &MIB
    [all...]
ScheduleDAGSDNodes.cpp 16 #include "InstrEmitter.h"
448 unsigned NumUsed = InstrEmitter::CountResults(N);
701 ProcessSDDbgValues(SDNode *N, SelectionDAG *DAG, InstrEmitter &Emitter,
731 ProcessSourceNode(SDNode *N, SelectionDAG *DAG, InstrEmitter &Emitter,
799 InstrEmitter Emitter(BB, InsertPos);
    [all...]
ScheduleDAGFast.cpp 15 #include "InstrEmitter.h"
772 InstrEmitter Emitter(BB, InsertPos);

Completed in 373 milliseconds