Home
last modified time | relevance | path

Searched defs:MO1 (Results 1 – 20 of 20) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp101 const MCOperand &MO1 = MI->getOperand(1); in printInst() local
124 const MCOperand &MO1 = MI->getOperand(1); in printInst() local
354 const MCOperand &MO1 = MI->getOperand(OpNum); in printThumbLdrLabelOperand() local
421 const MCOperand &MO1 = MI->getOperand(Op); in printAM2PreOrOffsetIndexOp() local
450 const MCOperand &MO1 = MI->getOperand(Op); in printAddrModeTBB() local
462 const MCOperand &MO1 = MI->getOperand(Op); in printAddrModeTBH() local
474 const MCOperand &MO1 = MI->getOperand(Op); in printAddrMode2Operand() local
519 const MCOperand &MO1 = MI->getOperand(Op); in printAM3PreOrOffsetIndexOp() local
548 const MCOperand &MO1 = MI->getOperand(Op); in printAddrMode3Operand() local
1090 const MCOperand &MO1 = MI->getOperand(Op); in printThumbAddrModeRROperand() local
[all …]
H A DARMMCCodeEmitter.cpp595 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); in EncodeAddrModeOpValues() local
930 const MCOperand &MO1 = MI.getOperand(OpIdx); in getThumbAddrModeRegRegOpValue() local
1185 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); in getT2AddrModeImm0_1020s4OpValue() local
1252 const MCOperand &MO1 = MI.getOperand(OpIdx+1); in getLdStSORegOpValue() local
1289 const MCOperand &MO1 = MI.getOperand(OpIdx+1); in getAddrMode2OffsetOpValue() local
1311 const MCOperand &MO1 = MI.getOperand(OpIdx+1); in getPostIdxRegOpValue() local
1325 const MCOperand &MO1 = MI.getOperand(OpIdx+1); in getAddrMode3OffsetOpValue() local
1346 const MCOperand &MO1 = MI.getOperand(OpIdx+1); in getAddrMode3OpValue() local
1593 const MCOperand &MO1 = MI.getOperand(OpNum); in getT2AddrModeSORegOpValue() local
1613 const MCOperand &MO1 = MI.getOperand(OpNum); in getT2AddrModeImmOpValue() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCCodeEmitter.cpp123 const MCOperand &MO1 = MI.getOperand(Op); in getMemOpValue() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp201 static inline bool isIdenticalOp(const MachineOperand &MO1, in isIdenticalOp()
214 static bool isSimilarDispOp(const MachineOperand &MO1, in isSimilarDispOp()
H A DX86RegisterInfo.cpp901 MachineOperand &MO1 = MI->getOperand(1); in getTileShape() local
H A DX86FloatingPoint.cpp1463 const MachineOperand &MO1 = MI.getOperand(1); in handleSpecialFP() local
H A DX86InstrInfo.cpp6359 MachineOperand &MO1 = DataMI->getOperand(1); in unfoldMemoryOperand() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp200 auto MO1 = *L1->memoperands().begin(); in getHazardType() local
H A DARMAsmPrinter.cpp956 const MachineOperand &MO1 = MI->getOperand(1); in emitJumpTableAddrs() local
1002 const MachineOperand &MO1 = MI->getOperand(1); in emitJumpTableInsts() local
1032 const MachineOperand &MO1 = MI->getOperand(1); in emitJumpTableTBInst() local
H A DARMExpandPseudoInsts.cpp2392 const MachineOperand &MO1 = MI.getOperand(1); in ExpandMI() local
2450 const MachineOperand &MO1 = MI.getOperand(1); in ExpandMI() local
H A DARMBaseInstrInfo.cpp1850 const MachineOperand &MO1 = MI1.getOperand(1); in produceSameValue() local
1906 const MachineOperand &MO1 = MI1.getOperand(i); in produceSameValue() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp462 MCOperand &MO1 = MappedInst.getOperand(1); in HexagonProcessInstruction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1234 static MCInst makeCombineInst(int opCode, MCOperand &Rdd, MCOperand &MO1, in makeCombineInst()
1596 MCOperand &MO1 = Inst.getOperand(1); in processInstruction() local
1611 MCOperand &MO1 = Inst.getOperand(1); in processInstruction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp264 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); in getAddSubImmOpValue() local
H A DAArch64InstPrinter.cpp1111 const MCOperand MO1 = MI->getOperand(OpNum + 1); in printAMIndexedWB() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp902 const MachineOperand &MO1 = MI.getOperand(1); in expandMI() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1187 const MachineOperand &MO1 = MI.getOperand(I1); in allocateInstruction() local
H A DMachineVerifier.cpp2562 const MachineOperand &MO1 = Phi.getOperand(I + 1); in checkPHIOps() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp409 auto MO1 = *MI1.memoperands_begin(); in memOpsHaveSameBasePtr() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1114 MachineOperand &MO1 = MI.getOperand(1); in narrowScalar() local