Home
last modified time | relevance | path

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

12

/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp398 MO1.getExpr()->print(O, &MAI); in printThumbLdrLabelOperand() local
130 const MCOperand &MO1 = MI->getOperand(1); printInst() local
153 const MCOperand &MO1 = MI->getOperand(1); printInst() local
429 const MCOperand &MO1 = MI->getOperand(OpNum); printSORegRegOperand() local
449 const MCOperand &MO1 = MI->getOperand(OpNum); printSORegImmOperand() local
466 const MCOperand &MO1 = MI->getOperand(Op); printAM2PreOrOffsetIndexOp() local
497 const MCOperand &MO1 = MI->getOperand(Op); printAddrModeTBB() local
511 const MCOperand &MO1 = MI->getOperand(Op); printAddrModeTBH() local
526 const MCOperand &MO1 = MI->getOperand(Op); printAddrMode2Operand() local
546 const MCOperand &MO1 = MI->getOperand(OpNum); printAddrMode2OffsetOperand() local
571 const MCOperand &MO1 = MI->getOperand(Op); printAM3PreOrOffsetIndexOp() local
601 const MCOperand &MO1 = MI->getOperand(Op); printAddrMode3Operand() local
617 const MCOperand &MO1 = MI->getOperand(OpNum); printAddrMode3OffsetOperand() local
644 const MCOperand &MO1 = MI->getOperand(OpNum); printPostIdxRegOperand() local
664 const MCOperand &MO1 = MI->getOperand(OpNum); printMveAddrModeRQOperand() local
691 const MCOperand &MO1 = MI->getOperand(OpNum); printAddrMode5Operand() local
717 const MCOperand &MO1 = MI->getOperand(OpNum); printAddrMode5FP16Operand() local
743 const MCOperand &MO1 = MI->getOperand(OpNum); printAddrMode6Operand() local
758 const MCOperand &MO1 = MI->getOperand(OpNum); printAddrMode7Operand() local
1133 const MCOperand &MO1 = MI->getOperand(Op); printThumbAddrModeRROperand() local
1156 const MCOperand &MO1 = MI->getOperand(Op); printThumbAddrModeImm5SOperand() local
1208 const MCOperand &MO1 = MI->getOperand(OpNum); printT2SOOperand() local
1224 const MCOperand &MO1 = MI->getOperand(OpNum); printAddrModeImm12Operand() local
1256 const MCOperand &MO1 = MI->getOperand(OpNum); printT2AddrModeImm8Operand() local
1283 const MCOperand &MO1 = MI->getOperand(OpNum); printT2AddrModeImm8s4Operand() local
1316 const MCOperand &MO1 = MI->getOperand(OpNum); printT2AddrModeImm0_1020s4Operand() local
1332 const MCOperand &MO1 = MI->getOperand(OpNum); printT2AddrModeImm8OffsetOperand() local
1347 const MCOperand &MO1 = MI->getOperand(OpNum); printT2AddrModeImm8s4OffsetOperand() local
1366 const MCOperand &MO1 = MI->getOperand(OpNum); printT2AddrModeSoRegOperand() local
[all...]
H A DARMMCTargetDesc.cpp446 const MCOperand &MO1 = Inst.getOperand(MemOpIndex); evaluateMemOpAddrForAddrMode_i12() local
464 const MCOperand &MO1 = Inst.getOperand(MemOpIndex); evaluateMemOpAddrForAddrMode3() local
484 const MCOperand &MO1 = Inst.getOperand(MemOpIndex); evaluateMemOpAddrForAddrMode5() local
503 const MCOperand &MO1 = Inst.getOperand(MemOpIndex); evaluateMemOpAddrForAddrMode5FP16() local
523 const MCOperand &MO1 = Inst.getOperand(MemOpIndex); evaluateMemOpAddrForAddrModeT2_i8s4() local
541 const MCOperand &MO1 = Inst.getOperand(MemOpIndex); evaluateMemOpAddrForAddrModeT2_pc() local
[all...]
H A DARMMCCodeEmitter.cpp920 unsigned Rn = CTX.getRegisterInfo()->getEncodingValue(MO1.getReg()); in getThumbAddrModeRegRegOpValue() local
1176 unsigned Imm8 = MO1 in getT2AddrModeImm0_1020s4OpValue() local
585 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); EncodeAddrModeOpValues() local
975 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); getAddrModeImm12OpValue() local
1274 const MCOperand &MO1 = MI.getOperand(OpIdx+1); getLdStSORegOpValue() local
1311 const MCOperand &MO1 = MI.getOperand(OpIdx+1); getAddrMode2OffsetOpValue() local
1333 const MCOperand &MO1 = MI.getOperand(OpIdx+1); getPostIdxRegOpValue() local
1347 const MCOperand &MO1 = MI.getOperand(OpIdx+1); getAddrMode3OffsetOpValue() local
1368 const MCOperand &MO1 = MI.getOperand(OpIdx+1); getAddrMode3OpValue() local
1401 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); getAddrModeThumbSPOpValue() local
1419 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); getAddrModeISOpValue() local
1531 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); getSORegRegOpValue() local
1577 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); getSORegImmOpValue() local
1615 const MCOperand &MO1 = MI.getOperand(OpNum); getT2AddrModeSORegOpValue() local
1635 const MCOperand &MO1 = MI.getOperand(OpNum); getT2AddrModeImmOpValue() local
1660 const MCOperand &MO1 = MI.getOperand(OpNum); getT2AddrModeImm8OffsetOpValue() local
1686 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); getT2SORegOpValue() local
[all...]
/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCCodeEmitter.cpp125 unsigned Reg = Ctx.getRegisterInfo()->getEncodingValue(MO1.getReg()); in getMemOpValue() local
/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp201 static inline bool isIdenticalOp(const MachineOperand &MO1, in isIdenticalOp() argument
213 static bool isSimilarDispOp(const MachineOperand &MO1, in isSimilarDispOp() argument
[all...]
H A DX86RegisterInfo.cpp1065 MachineOperand &MO1 = MI->getOperand(1); getTileShape() local
H A DX86FloatingPoint.cpp1527 const MachineOperand &MO1 = MI.getOperand(1); handleSpecialFP() local
H A DX86InstrInfo.cpp8454 MachineOperand &MO1 = DataMI->getOperand(1); unfoldMemoryOperand() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp202 auto BasePseudoVal1 = MO1->getPseudoValue(); in getHazardType() local
H A DARMAsmPrinter.cpp995 const MachineOperand &MO1 = MI->getOperand(1); emitJumpTableAddrs() local
1041 const MachineOperand &MO1 = MI->getOperand(1); emitJumpTableInsts() local
1071 const MachineOperand &MO1 = MI->getOperand(1); emitJumpTableTBInst() local
H A DARMExpandPseudoInsts.cpp2645 const MachineOperand &MO1 = MI.getOperand(1); ExpandMI() local
2706 const MachineOperand &MO1 = MI.getOperand(1); ExpandMI() local
H A DARMBaseInstrInfo.cpp1877 const MachineOperand &MO1 = MI1.getOperand(1); produceSameValue() local
1930 const MachineOperand &MO1 = MI1.getOperand(i); produceSameValue() local
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp270 const MCOperand &MO1 = MI->getOperand(OpNo + 1); printRegReg() local
H A DRISCVMCCodeEmitter.cpp561 const MCOperand &MO1 = MI.getOperand(OpNo + 1); getRegReg() local
/llvm-project/llvm/unittests/CodeGen/
H A DMachineOperandTest.cpp420 MachineOperand MO1 = MachineOperand::CreateES(SymName1); in TEST() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp465 MCOperand &MO1 = MappedInst.getOperand(1); HexagonProcessInstruction() local
/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1288 makeCombineInst(int opCode,MCOperand & Rdd,MCOperand & MO1,MCOperand & MO2) makeCombineInst() argument
1650 MCOperand &MO1 = Inst.getOperand(1); processInstruction() local
1665 MCOperand &MO1 = Inst.getOperand(1); processInstruction() local
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp509 unsigned MO0, MO1, MO2, MO3; expandLargeAddressLoad() local
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp286 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); getAddSubImmOpValue() local
H A DAArch64InstPrinter.cpp1427 const MCOperand MO1 = MI->getOperand(OpNum + 1); printAMIndexedWB() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1298 const MachineOperand &MO1 = MI.getOperand(1); expandMI() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1338 const MachineOperand &MO1 = MI.getOperand(I1); findAndSortDefOperandIndexes() local
H A DMachineVerifier.cpp3151 const MachineOperand &MO1 = Phi.getOperand(I + 1); checkPHIOps() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2660 auto MO1 = *MI1.memoperands_begin(); memOpsHaveSameBasePtr() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp532 auto MO1 = *MI1.memoperands_begin(); memOpsHaveSameBasePtr() local

12