Searched defs:MI (Results 1 - 25 of 545) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCInstrDesc.cpp21 bool MCInstrDesc::getDeprecatedInfo(MCInst &MI, const MCSubtargetInfo &STI, argument
32 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, argument
53 bool MCInstrDesc::hasDefOfPhysReg(const MCInst &MI, unsigned Reg, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMCInstLower.cpp47 void BPFMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMCInstLower.cpp27 static MCOperand LowerSymbolOperand(const MachineInstr *MI, argument
35 static MCOperand LowerOperand(const MachineInstr *MI, const MachineOperand &MO, argument
58 void llvm::LowerVEMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAntiDepBreaker.h59 void UpdateDbgValue(MachineInstr &MI, unsigned OldReg, unsigned NewReg) { argument
H A DRegUsageInfoPropagate.cpp64 static void setRegMask(MachineInstr &MI, ArrayRef<uint32_t> RegMask) { argument
88 findCalledFunction(const Module &M, const MachineInstr &MI) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.cpp17 NativeCompilandSymbol(NativeSession &Session, SymIndexId SymbolId, DbiModuleDescriptor MI) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp40 MachineInstr *MI = SU->getInstr(); local
45 LLVM_DEBUG(dbgs() << "*** Hazard in cycle " << PacketNum << ", " << *MI); local
70 << *MI); local
109 MachineInstr *MI = SU->getInstr(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp93 void LanaiMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp115 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXProxyRegErasure.cpp94 replaceMachineInstructionUsage(MachineFunction &MF, MachineInstr &MI) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMCInstLower.cpp128 void llvm::LowerRISCVMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp49 MachineInstr &MI = *MBBI; local
84 MachineInstr &MI = *MBBI; local
136 MachineInstr &MI = *MBBI; local
H A DSparcMCInstLower.cpp29 static MCOperand LowerSymbolOperand(const MachineInstr *MI, argument
67 static MCOperand LowerOperand(const MachineInstr *MI, argument
93 void llvm::LowerSparcMachineInstrToMCInst(const MachineInstr *MI, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrBuilder.h27 MachineInstr *MI = MIB; local
H A DSystemZMCInstLower.cpp94 void SystemZMCInstLower::lower(const MachineInstr *MI, MCInst &OutMI) const { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCallIndirectFixup.cpp63 static unsigned getNonPseudoCallIndirectOpcode(const MachineInstr &MI) { argument
97 static bool isPseudoCallIndirect(const MachineInstr &MI) { argument
[all...]
H A DWebAssemblySetP2AlignOperands.cpp57 static void rewriteP2Align(MachineInstr &MI, unsigned OperandNo) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp103 void XCoreMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelChangeObserver.h100 void MF_HandleInsertion(MachineInstr &MI) override { createdInstr(MI); } variable
101 void MF_HandleRemoval(MachineInstr &MI) override { erasingInstr(MI); } variable
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCCodeEmitter.h42 virtual uint64_t getMachineOpValue(const MCInst &MI, const MCOperand &MO, argument
48 virtual unsigned getSOPPBrEncoding(const MCInst &MI, unsigned OpNo, argument
54 virtual unsigned getSDWASrcEncoding(const MCInst &MI, unsigned OpNo, argument
60 virtual unsigned getSDWAVopcDstEncoding(const MCInst &MI, unsigned OpNo, argument
66 virtual unsigned getAVOperandEncoding(const MCInst &MI, unsigned OpNo, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp104 void ARCMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { argument
H A DARCAsmPrinter.cpp49 void ARCAsmPrinter::EmitInstruction(const MachineInstr *MI) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMOptimizeBarriersPass.cpp42 static bool CanMovePastDMB(const MachineInstr *MI) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp62 void AVRMCInstLower::lowerInstruction(const MachineInstr &MI, MCInst &OutMI) const { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp37 combine(GISelChangeObserver &Observer, MachineInstr &MI, MachineIRBuilder &B) const argument

Completed in 222 milliseconds

1234567891011>>