Searched refs:InstrEmitter (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 43 unsigned InstrEmitter::CountResults(SDNode *Node) { in CountResults() 84 void InstrEmitter:: 269 Register InstrEmitter::getVR(SDValue Op, in getVR() 476 void InstrEmitter::EmitSubregNode(SDNode *Node, in EmitSubregNode() 679 InstrEmitter::EmitDbgValue(SDDbgValue *SD, in EmitDbgValue() 718 void InstrEmitter::AddDbgValueLocationOps( in AddDbgValueLocationOps() 766 InstrEmitter::EmitDbgInstrRef(SDDbgValue *SD, in EmitDbgInstrRef() 917 InstrEmitter::EmitDbgLabel(SDDbgLabel *SD) { in EmitDbgLabel() 933 void InstrEmitter:: 1152 void InstrEmitter:: [all …]
|
| H A D | InstrEmitter.h | 32 class LLVM_LIBRARY_VISIBILITY InstrEmitter { 156 InstrEmitter(const TargetMachine &TM, MachineBasicBlock *mbb,
|
| H A D | CMakeLists.txt | 5 InstrEmitter.cpp
|
| H A D | ScheduleDAGSDNodes.cpp | 465 unsigned NumUsed = InstrEmitter::CountResults(N); in AddSchedEdges() 731 ProcessSDDbgValues(SDNode *N, SelectionDAG *DAG, InstrEmitter &Emitter, in ProcessSDDbgValues() 777 ProcessSourceNode(SDNode *N, SelectionDAG *DAG, InstrEmitter &Emitter, in ProcessSourceNode() 846 InstrEmitter Emitter(DAG->getTarget(), BB, InsertPos, in EmitSchedule()
|
| H A D | ScheduleDAGFast.cpp | 780 InstrEmitter Emitter(DAG->getTarget(), BB, InsertPos, in EmitSchedule()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | BUILD.gn | 16 "InstrEmitter.cpp",
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | callbr-asm-outputs-pred-succ.ll | 1 ; Tests that InstrEmitter::EmitMachineNode correctly sets predecessors and
|
| H A D | crash.ll | 395 ; Avoid emitting wrong kill flags from InstrEmitter. 396 ; InstrEmitter::EmitSubregNode() may steal virtual registers from already
|