Searched refs:InstrEmitter (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 47 unsigned InstrEmitter::CountResults(SDNode *Node) { in CountResults() 88 void InstrEmitter:: 273 Register InstrEmitter::getVR(SDValue Op, in getVR() 473 void InstrEmitter::EmitSubregNode(SDNode *Node, in EmitSubregNode() 676 InstrEmitter::EmitDbgValue(SDDbgValue *SD, in EmitDbgValue() 715 void InstrEmitter::AddDbgValueLocationOps( in AddDbgValueLocationOps() 763 InstrEmitter::EmitDbgInstrRef(SDDbgValue *SD, in EmitDbgInstrRef() 896 InstrEmitter::EmitDbgLabel(SDDbgLabel *SD) { in EmitDbgLabel() 912 void InstrEmitter:: 1131 void InstrEmitter:: [all …]
|
| H A D | InstrEmitter.h | 32 class LLVM_LIBRARY_VISIBILITY InstrEmitter { 156 InstrEmitter(const TargetMachine &TM, MachineBasicBlock *mbb,
|
| H A D | ScheduleDAGSDNodes.cpp | 468 unsigned NumUsed = InstrEmitter::CountResults(N); in AddSchedEdges() 736 ProcessSDDbgValues(SDNode *N, SelectionDAG *DAG, InstrEmitter &Emitter, in ProcessSDDbgValues() 782 ProcessSourceNode(SDNode *N, SelectionDAG *DAG, InstrEmitter &Emitter, in ProcessSourceNode() 851 InstrEmitter Emitter(DAG->getTarget(), BB, InsertPos); in EmitSchedule()
|
| H A D | ScheduleDAGFast.cpp | 763 InstrEmitter Emitter(DAG->getTarget(), BB, InsertPos); in EmitSchedule()
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 388 SRCS_MIN+= CodeGen/SelectionDAG/InstrEmitter.cpp
|