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

123456789

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DAntiDepBreaker.h62 void UpdateDbgValue(MachineInstr *MI, unsigned OldReg, unsigned NewReg) { argument
H A DExpandISelPseudos.cpp55 MachineInstr *MI = MBBI++; local
H A DRegAllocBase.cpp111 MachineInstr *MI; local
H A DDeadMachineInstructionElim.cpp124 MachineInstr *MI = &*MII; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp45 MachineInstr *MI = BuildMI(MBB, MBBI, dl, local
52 MachineInstr *MI = BuildMI(MBB, MBBI, dl, local
H A DNVPTXutil.cpp21 bool isParamLoad(const MachineInstr *MI) argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/InstPrinter/
H A DX86InstComments.cpp29 void llvm::EmitAnyX86InstComments(const MCInst *MI, raw_ostream &OS, argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DUniqueVector.h55 typename std::map<T, unsigned>::const_iterator MI = Map.find(Entry); local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetSubtargetInfo.h52 virtual unsigned resolveSchedClass(unsigned SchedClass, const MachineInstr *MI, argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMHazardRecognizer.cpp19 static bool hasRAWHazard(MachineInstr *DefMI, MachineInstr *MI, argument
38 MachineInstr *MI = SU->getInstr(); local
80 MachineInstr *MI local
[all...]
H A DARMMCInstLower.cpp114 void llvm::LowerARMMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUAsmPrinter.cpp55 void EmitInstruction(const MachineInstr *MI) { argument
63 void printOperand(const MachineInstr *MI, unsigned OpNo, raw_ostream &O) { argument
83 printU7ImmOperand(const MachineInstr *MI, unsigned OpNo, raw_ostream &O) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonInstrInfo.h101 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr* MI, const SmallVectorImpl<unsigned> &Ops, MachineInstr* LoadMI) const argument
[all...]
H A DHexagonMCInst.h31 void setMI(const MachineInstr *MI) { MachineI = MI; } argument
H A DHexagonMCInstLower.cpp41 void llvm::HexagonLowerToMC(const MachineInstr* MI, MCInst& MCI, argument
H A DHexagonExpandPredSpillCode.cpp75 MachineInstr *MI = MII; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.h63 printSymbolHi(const MCInst *MI, unsigned OpNo, raw_ostream &O) const argument
65 printSymbolLo(const MCInst *MI, unsigned OpNo, raw_ostream &O) const argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/InstPrinter/
H A DMBlazeInstPrinter.cpp28 void MBlazeInstPrinter::printInst(const MCInst *MI, raw_ostream &O, argument
34 void MBlazeInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, argument
48 void MBlazeInstPrinter::printFSLImm(const MCInst *MI, int OpNo, argument
57 void MBlazeInstPrinter::printUnsignedImm(const MCInst *MI, int OpNo, argument
66 printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O, const char *Modifier) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MSP430/InstPrinter/
H A DMSP430InstPrinter.cpp28 void MSP430InstPrinter::printInst(const MCInst *MI, raw_ostream &O, argument
34 void MSP430InstPrinter::printPCRelImmOperand(const MCInst *MI, unsigned OpNo, argument
45 void MSP430InstPrinter::printOperand(const MCInst *MI, unsigned OpNo, argument
59 void MSP430InstPrinter::printSrcMemOperand(const MCInst *MI, unsigned OpNo, argument
88 void MSP430InstPrinter::printCCOperand(const MCInst *MI, unsigne argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp109 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeMCInstLower.cpp115 void MBlazeMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMips16RegisterInfo.cpp57 MachineInstr &MI = *II; local
H A DMipsMCInstLower.cpp151 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { argument
H A DMipsRegisterInfo.cpp160 MachineInstr &MI = *II; local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Transforms/Utils/
H A DAddrModeMatcher.h73 AddressingModeMatcher(SmallVectorImpl<Instruction*> &AMI, const TargetLowering &T, Type *AT, Instruction *MI, ExtAddrMode &AM) argument

Completed in 175 milliseconds

123456789