Home
last modified time | relevance | path

Searched refs:InstrEmitter (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp45 unsigned InstrEmitter::CountResults(SDNode *Node) { in CountResults()
86 void InstrEmitter::
284 unsigned InstrEmitter::getVR(SDValue Op, in getVR()
493 void InstrEmitter::EmitSubregNode(SDNode *Node, in EmitSubregNode()
626 InstrEmitter::EmitCopyToRegClassNode(SDNode *Node, in EmitCopyToRegClassNode()
646 void InstrEmitter::EmitRegSequence(SDNode *Node, in EmitRegSequence()
695 InstrEmitter::EmitDbgValue(SDDbgValue *SD, in EmitDbgValue()
784 InstrEmitter::EmitDbgLabel(SDDbgLabel *SD) { in EmitDbgLabel()
800 void InstrEmitter::
995 void InstrEmitter::
[all …]
H A DInstrEmitter.h29 class LLVM_LIBRARY_VISIBILITY InstrEmitter {
137 InstrEmitter(MachineBasicBlock *mbb, MachineBasicBlock::iterator insertpos);
H A DScheduleDAGSDNodes.cpp447 unsigned NumUsed = InstrEmitter::CountResults(N); in AddSchedEdges()
714 ProcessSDDbgValues(SDNode *N, SelectionDAG *DAG, InstrEmitter &Emitter, in ProcessSDDbgValues()
742 ProcessSourceNode(SDNode *N, SelectionDAG *DAG, InstrEmitter &Emitter, in ProcessSourceNode()
811 InstrEmitter Emitter(BB, InsertPos); in EmitSchedule()
H A DScheduleDAGFast.cpp763 InstrEmitter Emitter(BB, InsertPos); in EmitSchedule()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile324 SRCS_MIN+= CodeGen/SelectionDAG/InstrEmitter.cpp