Searched refs:InstrEmitter (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 45 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 D | InstrEmitter.h | 29 class LLVM_LIBRARY_VISIBILITY InstrEmitter { 137 InstrEmitter(MachineBasicBlock *mbb, MachineBasicBlock::iterator insertpos);
|
| H A D | ScheduleDAGSDNodes.cpp | 447 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 D | ScheduleDAGFast.cpp | 763 InstrEmitter Emitter(BB, InsertPos); in EmitSchedule()
|
| /freebsd-12.1/lib/clang/libllvm/ |
| H A D | Makefile | 324 SRCS_MIN+= CodeGen/SelectionDAG/InstrEmitter.cpp
|