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

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCInstrInfo.cpp15 bool MCInstrInfo::getDeprecatedInfo(MCInst &MI, const MCSubtargetInfo &STI, argument
H A DMCInstrDesc.cpp20 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, argument
40 bool MCInstrDesc::hasDefOfPhysReg(const MCInst &MI, unsigned Reg, argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIFixup.cpp90 static bool isPrologueCFIInstruction(const MachineInstr &MI) { argument
H A DRegUsageInfoPropagate.cpp61 static void setRegMask(MachineInstr &MI, ArrayRef<uint32_t> RegMask) { argument
85 findCalledFunction(const Module &M, const MachineInstr &MI) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMCInstLower.cpp47 void BPFMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVMCInstLower.cpp23 void SPIRVMCInstLower::lower(const MachineInstr *MI, MCInst &OutMI, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.h116 printAdrLabelOperand(const MCInst *MI, uint64_t , unsigned OpNum, const MCSubtargetInfo &STI, raw_ostream &O) argument
218 printThumbLdrLabelOperand(const MCInst *MI, uint64_t , unsigned OpNum, const MCSubtargetInfo &STI, raw_ostream &O) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.h85 inline ARMVCC::VPTCodes getVPTInstrPredicate(const MachineInstr &MI) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.h42 void printOperand(const MCInst *MI, uint64_t /*Address*/, unsigned OpNum, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLostDebugLocObserver.cpp77 createdInstr(MachineInstr &MI) argument
93 erasingInstr(MachineInstr &MI) argument
102 changingInstr(MachineInstr &MI) argument
111 changedInstr(MachineInstr &MI) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrBuilder.h26 MachineInstr *MI = MIB; local
H A DSystemZMCInstLower.cpp94 void SystemZMCInstLower::lower(const MachineInstr *MI, MCInst &OutMI) const { argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Index/
H A DDeclOccurrence.h34 DeclOccurrence(SymbolRoleSet R, unsigned Offset, const IdentifierInfo *Name, const MacroInfo *MI) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp93 void LanaiMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/
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-current/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMCInstLower.cpp28 static MCOperand LowerSymbolOperand(const MachineInstr *MI, argument
43 static MCOperand LowerOperand(const MachineInstr *MI, const MachineOperand &MO, argument
77 void llvm::LowerVEMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertWait.cpp58 static bool isX87ControlInstruction(MachineInstr &MI) { argument
82 static bool isX87NonWaitingControlInstruction(MachineInstr &MI) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp103 void XCoreMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp115 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMulMulBugPass.cpp77 static bool isFirstMul(const MachineInstr &MI) { argument
89 static bool isSecondMulOrBranch(const MachineInstr &MI) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp79 MachineInstr *MI = ReturnMBB.getParent()->CloneMachineInstr(&*I); local
92 MachineInstr *MI = ReturnMBB.getParent()->CloneMachineInstr(&*I); local
109 MachineInstr *MI = ReturnMBB.getParent()->CloneMachineInstr(&*I); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYMCInstLower.cpp27 void CSKYMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp104 void ARCMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.cpp15 NativeCompilandSymbol(NativeSession &Session, SymIndexId SymbolId, DbiModuleDescriptor MI) argument
/freebsd-current/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
65 << *MI); local
105 isNewStore(MachineInstr &MI) argument
113 MachineInstr *MI = SU->getInstr(); local
[all...]

Completed in 142 milliseconds

1234567891011>>