Searched refs:emitInstruction (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h128 void emitInstruction(MachineInstr *MI, bool TakenBranch = false);
H A DSystemZMachineScheduler.cpp70 HazardRec->emitInstruction(&*I);
114 HazardRec->emitInstruction(&*I, TakenBranch);
H A DSystemZHazardRecognizer.cpp410 void SystemZHazardRecognizer::emitInstruction(MachineInstr *MI, function in class:SystemZHazardRecognizer
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.h98 void emitInstruction(uint64_t Val, unsigned Size, const MCSubtargetInfo &STI,
H A DAVRMCCodeEmitter.cpp269 void AVRMCCodeEmitter::emitInstruction(uint64_t Val, unsigned Size, function in class:llvm::AVRMCCodeEmitter
291 emitInstruction(BinaryOpCode, Size, STI, OS);

Completed in 122 milliseconds