Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp43 unsigned InstrEmitter::CountResults(SDNode *Node) { in CountResults()
268 Register InstrEmitter::getVR(SDValue Op, in getVR()
475 void InstrEmitter::EmitSubregNode(SDNode *Node, in EmitSubregNode()
678 InstrEmitter::EmitDbgValue(SDDbgValue *SD, in EmitDbgValue()
728 void InstrEmitter::AddDbgValueLocationOps( in AddDbgValueLocationOps()
761 InstrEmitter::EmitDbgInstrRef(SDDbgValue *SD, in EmitDbgInstrRef()
903 InstrEmitter::EmitDbgValueList(SDDbgValue *SD, in EmitDbgValueList()
954 InstrEmitter::EmitDbgLabel(SDDbgLabel *SD) { in EmitDbgLabel()
970 void InstrEmitter::
1201 void InstrEmitter::
[all …]
H A DInstrEmitter.h32 class LLVM_LIBRARY_VISIBILITY InstrEmitter {
158 InstrEmitter(const TargetMachine &TM, MachineBasicBlock *mbb,
H A DScheduleDAGSDNodes.cpp469 unsigned NumUsed = InstrEmitter::CountResults(N); in AddSchedEdges()
737 ProcessSDDbgValues(SDNode *N, SelectionDAG *DAG, InstrEmitter &Emitter, in ProcessSDDbgValues()
783 ProcessSourceNode(SDNode *N, SelectionDAG *DAG, InstrEmitter &Emitter, in ProcessSourceNode()
852 InstrEmitter Emitter(DAG->getTarget(), BB, InsertPos); in EmitSchedule()
H A DScheduleDAGFast.cpp773 InstrEmitter Emitter(DAG->getTarget(), BB, InsertPos); in EmitSchedule()
/freebsd/lib/clang/libllvm/
H A DMakefile435 SRCS_MIN+= CodeGen/SelectionDAG/InstrEmitter.cpp