Searched defs:MCID (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrBuilder.h31 const MCInstrDesc &MCID = MI->getDesc(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp22 const MCInstrDesc &MCID = MI->getDesc(); local
43 const MCInstrDesc &MCID = MI->getDesc(); local
H A DThumb2ITBlockPass.cpp155 const MCInstrDesc &MCID = MI->getDesc(); local
H A DMLxExpansionPass.cpp187 const MCInstrDesc &MCID = MI->getDesc(); local
344 const MCInstrDesc &MCID = MI->getDesc(); local
H A DARMBaseRegisterInfo.cpp595 const MCInstrDesc &MCID = TII.get(ADDriOpc); local
H A DThumb2SizeReduction.cpp220 static bool HasImplicitCPSRDef(const MCInstrDesc &MCID) { argument
567 const MCInstrDesc &MCID = MI->getDesc(); local
717 const MCInstrDesc &MCID = MI->getDesc(); local
780 const MCInstrDesc &MCID = MI->getDesc(); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp129 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); local
185 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); local
H A DExecutionDepsFix.cpp511 const MCInstrDesc &MCID = MI->getDesc(); local
H A DMIRPrinter.cpp513 const MCInstrDesc &MCID = MI.getDesc(); local
H A DRegAllocFast.cpp812 const MCInstrDesc &MCID = MI->getDesc(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp181 const MCInstrDesc &MCID = HexagonMCInstrInfo::getDesc(*MCII, HMI); local
H A DHexagonMCChecker.cpp58 const MCInstrDesc& MCID = HexagonMCInstrInfo::getDesc(MCII, MCI); local
H A DHexagonMCCodeEmitter.cpp257 const MCInstrDesc &MCID = HexagonMCInstrInfo::getDesc(MCII, MI); local
418 const MCInstrDesc &MCID = HexagonMCInstrInfo::getDesc(MCII, MI); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXReplaceImageHandles.cpp81 const MCInstrDesc &MCID = MI.getDesc(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp31 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); local
57 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); local
87 bool PPCDispatchGroupSBHazardRecognizer::mustComeFirst(const MCInstrDesc *MCID, argument
149 const MCInstrDesc *MCID local
176 const MCInstrDesc *MCID = DAG->getInstrDesc(SU); local
282 const MCInstrDesc &MCID = DAG.TII->get(Opcode); local
[all...]
H A DPPCRegisterInfo.cpp992 const MCInstrDesc &MCID = TII.get(ADDriOpc); local
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp324 const MCInstrDesc &MCID = MIB->getDesc(); local
H A DScheduleDAGFast.cpp257 const MCInstrDesc &MCID = TII->get(N->getMachineOpcode()); local
440 const MCInstrDesc &MCID = TII->get(N->getMachineOpcode()); local
519 const MCInstrDesc &MCID = TII->get(Node->getMachineOpcode()); local
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h74 const MCInstrDesc *MCID; // Instruction descriptor. member in class:llvm::MachineInstr
[all...]
H A DMachineInstrBuilder.h238 BuildMI(MachineFunction &MF, DebugLoc DL, const MCInstrDesc &MCID) argument
246 BuildMI(MachineFunction &MF, DebugLoc DL, const MCInstrDesc &MCID, unsigned DestReg) argument
257 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::iterator I, DebugLoc DL, const MCInstrDesc &MCID, unsigned DestReg) argument
268 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::instr_iterator I, DebugLoc DL, const MCInstrDesc &MCID, unsigned DestReg) argument
279 BuildMI(MachineBasicBlock &BB, MachineInstr *I, DebugLoc DL, const MCInstrDesc &MCID, unsigned DestReg) argument
296 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::iterator I, DebugLoc DL, const MCInstrDesc &MCID) argument
306 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::instr_iterator I, DebugLoc DL, const MCInstrDesc &MCID) argument
316 BuildMI(MachineBasicBlock &BB, MachineInstr *I, DebugLoc DL, const MCInstrDesc &MCID) argument
331 BuildMI(MachineBasicBlock *BB, DebugLoc DL, const MCInstrDesc &MCID) argument
340 BuildMI(MachineBasicBlock *BB, DebugLoc DL, const MCInstrDesc &MCID, unsigned DestReg) argument
351 BuildMI(MachineFunction &MF, DebugLoc DL, const MCInstrDesc &MCID, bool IsIndirect, unsigned Reg, unsigned Offset, const MDNode *Variable, const MDNode *Expr) argument
378 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::iterator I, DebugLoc DL, const MCInstrDesc &MCID, bool IsIndirect, unsigned Reg, unsigned Offset, const MDNode *Variable, const MDNode *Expr) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp327 const MCInstrDesc &MCID = TII->get(AArch64::ADDXri); local
H A DAArch64ConditionalCompares.cpp593 const MCInstrDesc &MCID = TII->get(Opc); local
650 const MCInstrDesc &MCID = TII->get(Opc); local
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86InstrBuilder.h153 const MCInstrDesc &MCID = MI->getDesc(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp101 const MCInstrDesc &MCID = get(Opc); local
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h92 namespace MCID { namespace in namespace:llvm
[all...]

Completed in 244 milliseconds

12