/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMInstPrinter.cpp | 99 const MCOperand &MO2 = MI->getOperand(2); printInst() local 122 const MCOperand &MO2 = MI->getOperand(2); printInst() local 398 const MCOperand &MO2 = MI->getOperand(OpNum + 1); printSORegRegOperand() local 418 const MCOperand &MO2 = MI->getOperand(OpNum + 1); printSORegImmOperand() local 435 const MCOperand &MO2 = MI->getOperand(Op + 1); printAM2PreOrOffsetIndexOp() local 466 const MCOperand &MO2 = MI->getOperand(Op + 1); printAddrModeTBB() local 480 const MCOperand &MO2 = MI->getOperand(Op + 1); printAddrModeTBH() local 515 const MCOperand &MO2 = MI->getOperand(OpNum + 1); printAddrMode2OffsetOperand() local 540 const MCOperand &MO2 = MI->getOperand(Op + 1); printAM3PreOrOffsetIndexOp() local 586 const MCOperand &MO2 = MI->getOperand(OpNum + 1); printAddrMode3OffsetOperand() local 613 const MCOperand &MO2 = MI->getOperand(OpNum + 1); printPostIdxRegOperand() local 633 const MCOperand &MO2 = MI->getOperand(OpNum + 1); printMveAddrModeRQOperand() local 660 const MCOperand &MO2 = MI->getOperand(OpNum + 1); printAddrMode5Operand() local 686 const MCOperand &MO2 = MI->getOperand(OpNum+1); printAddrMode5FP16Operand() local 712 const MCOperand &MO2 = MI->getOperand(OpNum + 1); printAddrMode6Operand() local 1102 const MCOperand &MO2 = MI->getOperand(Op + 1); printThumbAddrModeRROperand() local 1125 const MCOperand &MO2 = MI->getOperand(Op + 1); printThumbAddrModeImm5SOperand() local 1177 const MCOperand &MO2 = MI->getOperand(OpNum + 1); printT2SOOperand() local 1193 const MCOperand &MO2 = MI->getOperand(OpNum + 1); printAddrModeImm12Operand() local 1225 const MCOperand &MO2 = MI->getOperand(OpNum + 1); printT2AddrModeImm8Operand() local 1252 const MCOperand &MO2 = MI->getOperand(OpNum + 1); printT2AddrModeImm8s4Operand() local 1285 const MCOperand &MO2 = MI->getOperand(OpNum + 1); printT2AddrModeImm0_1020s4Operand() local 1335 const MCOperand &MO2 = MI->getOperand(OpNum + 1); printT2AddrModeSoRegOperand() local [all...] |
H A D | ARMMCTargetDesc.cpp | 466 if (!MO1.isReg() || MO1.getReg() != ARM::PC || MO2.getReg() || !MO3.isImm()) in evaluateMemOpAddrForAddrMode3() local 448 const MCOperand &MO2 = Inst.getOperand(MemOpIndex + 1); evaluateMemOpAddrForAddrMode_i12() local 486 const MCOperand &MO2 = Inst.getOperand(MemOpIndex + 1); evaluateMemOpAddrForAddrMode5() local 505 const MCOperand &MO2 = Inst.getOperand(MemOpIndex + 1); evaluateMemOpAddrForAddrMode5FP16() local 525 const MCOperand &MO2 = Inst.getOperand(MemOpIndex + 1); evaluateMemOpAddrForAddrModeT2_i8s4() local [all...] |
H A D | ARMMCCodeEmitter.cpp | 921 const MCOperand &MO2 = MI.getOperand(OpIdx + 1); in getThumbAddrModeRegRegOpValue() local 1275 const MCOperand &MO2 = MI.getOperand(OpIdx+2); in getLdStSORegOpValue() local 1369 const MCOperand &MO2 = MI.getOperand(OpIdx+2); in getAddrMode3OpValue() local 1532 const MCOperand &MO2 = MI.getOperand(OpIdx + 2); in getSORegRegOpValue() local 1616 const MCOperand &MO2 = MI.getOperand(OpNum+1); in getT2AddrModeSORegOpValue() local 1636 const MCOperand &MO2 = MI.getOperand(OpNum+1); in getT2AddrModeImmOpValue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430MCCodeEmitter.cpp | 129 const MCOperand &MO2 = MI.getOperand(Op + 1); in getMemOpValue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 202 const MachineOperand &MO2) { in isIdenticalOp() 214 const MachineOperand &MO2) { in isSimilarDispOp()
|
H A D | X86RegisterInfo.cpp | 1061 MachineOperand &MO2 = MI->getOperand(2); getTileShape() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonAsmPrinter.cpp | 453 MCOperand &MO2 = MappedInst.getOperand(2); HexagonProcessInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 1232 makeCombineInst(int opCode,MCOperand & Rdd,MCOperand & MO1,MCOperand & MO2) makeCombineInst() argument 1594 MCOperand &MO2 = Inst.getOperand(2); processInstruction() local 1615 MCOperand &MO2 = Inst.getOperand(2); processInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchExpandPseudoInsts.cpp | 453 unsigned MO0, MO1, MO2, MO3; expandLargeAddressLoad() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 925 MachineOperand &MO2 = Cond[2]; reverseBranchCondition() local
|
H A D | SIInstrInfo.cpp | 533 if (MO1->getAddrSpace() != MO2->getAddrSpace()) in memOpsHaveSameBasePtr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 2257 auto MO2 = *MI2.memoperands_begin(); memOpsHaveSameBasePtr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 1172 for (const MachineOperand &MO2 : MI.all_defs()) { collectVRegUses() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 733 for (auto MO2 : DefMI->uses()) in getConstantFromConstantPool() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 1577 MachineOperand &MO2 = MI.getOperand(0); narrowScalar() local
|