/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMInstPrinter.cpp | 130 const MCOperand &MO1 = MI->getOperand(1); in printInst() local 153 const MCOperand &MO1 = MI->getOperand(1); in printInst() local 398 const MCOperand &MO1 = MI->getOperand(OpNum); in printThumbLdrLabelOperand() local 429 const MCOperand &MO1 = MI->getOperand(OpNum); in printSORegRegOperand() local 449 const MCOperand &MO1 = MI->getOperand(OpNum); in printSORegImmOperand() local 466 const MCOperand &MO1 = MI->getOperand(Op); in printAM2PreOrOffsetIndexOp() local 497 const MCOperand &MO1 = MI->getOperand(Op); in printAddrModeTBB() local 511 const MCOperand &MO1 = MI->getOperand(Op); in printAddrModeTBH() local 526 const MCOperand &MO1 = MI->getOperand(Op); in printAddrMode2Operand() local 546 const MCOperand &MO1 = MI->getOperand(OpNum); in printAddrMode2OffsetOperand() local [all …]
|
H A D | ARMMCTargetDesc.cpp | 445 const MCOperand &MO1 = Inst.getOperand(MemOpIndex); in evaluateMemOpAddrForAddrMode_i12() local 463 const MCOperand &MO1 = Inst.getOperand(MemOpIndex); in evaluateMemOpAddrForAddrMode3() local 483 const MCOperand &MO1 = Inst.getOperand(MemOpIndex); in evaluateMemOpAddrForAddrMode5() local 502 const MCOperand &MO1 = Inst.getOperand(MemOpIndex); in evaluateMemOpAddrForAddrMode5FP16() local 522 const MCOperand &MO1 = Inst.getOperand(MemOpIndex); in evaluateMemOpAddrForAddrModeT2_i8s4() local 540 const MCOperand &MO1 = Inst.getOperand(MemOpIndex); in evaluateMemOpAddrForAddrModeT2_pc() local
|
H A D | ARMMCCodeEmitter.cpp | 596 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); EncodeAddrModeOpValues() local 931 const MCOperand &MO1 = MI.getOperand(OpIdx); getThumbAddrModeRegRegOpValue() local 986 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); getAddrModeImm12OpValue() local 1187 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); getT2AddrModeImm0_1020s4OpValue() local 1285 const MCOperand &MO1 = MI.getOperand(OpIdx+1); getLdStSORegOpValue() local 1322 const MCOperand &MO1 = MI.getOperand(OpIdx+1); getAddrMode2OffsetOpValue() local 1344 const MCOperand &MO1 = MI.getOperand(OpIdx+1); getPostIdxRegOpValue() local 1358 const MCOperand &MO1 = MI.getOperand(OpIdx+1); getAddrMode3OffsetOpValue() local 1379 const MCOperand &MO1 = MI.getOperand(OpIdx+1); getAddrMode3OpValue() local 1412 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); getAddrModeThumbSPOpValue() local 1430 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); getAddrModeISOpValue() local 1542 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); getSORegRegOpValue() local 1588 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); getSORegImmOpValue() local 1626 const MCOperand &MO1 = MI.getOperand(OpNum); getT2AddrModeSORegOpValue() local 1646 const MCOperand &MO1 = MI.getOperand(OpNum); getT2AddrModeImmOpValue() local 1671 const MCOperand &MO1 = MI.getOperand(OpNum); getT2AddrModeImm8OffsetOpValue() local 1697 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); getT2SORegOpValue() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430MCCodeEmitter.cpp | 124 const MCOperand &MO1 = MI.getOperand(Op); getMemOpValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 201 static inline bool isIdenticalOp(const MachineOperand &MO1, in isIdenticalOp() 213 static bool isSimilarDispOp(const MachineOperand &MO1, in isSimilarDispOp()
|
H A D | X86RegisterInfo.cpp | 1065 MachineOperand &MO1 = MI->getOperand(1); in getTileShape() local
|
H A D | X86FloatingPoint.cpp | 1527 const MachineOperand &MO1 = MI.getOperand(1); in handleSpecialFP() local
|
H A D | X86InstrInfo.cpp | 8454 MachineOperand &MO1 = DataMI->getOperand(1); in unfoldMemoryOperand() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMHazardRecognizer.cpp | 202 auto MO1 = *L1->memoperands().begin(); in getHazardType() local
|
H A D | ARMAsmPrinter.cpp | 995 const MachineOperand &MO1 = MI->getOperand(1); in emitJumpTableAddrs() local 1041 const MachineOperand &MO1 = MI->getOperand(1); in emitJumpTableInsts() local 1071 const MachineOperand &MO1 = MI->getOperand(1); in emitJumpTableTBInst() local
|
H A D | ARMExpandPseudoInsts.cpp | 2645 const MachineOperand &MO1 = MI.getOperand(1); in ExpandMI() local 2706 const MachineOperand &MO1 = MI.getOperand(1); in ExpandMI() local
|
H A D | ARMBaseInstrInfo.cpp | 1877 const MachineOperand &MO1 = MI1.getOperand(1); in produceSameValue() local 1930 const MachineOperand &MO1 = MI1.getOperand(i); in produceSameValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVInstPrinter.cpp | 273 const MCOperand &MO1 = MI->getOperand(OpNo + 1); in printRegReg() local
|
H A D | RISCVMCCodeEmitter.cpp | 566 const MCOperand &MO1 = MI.getOperand(OpNo + 1); in getRegReg() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonAsmPrinter.cpp | 465 MCOperand &MO1 = MappedInst.getOperand(1); in HexagonProcessInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 1288 static MCInst makeCombineInst(int opCode, MCOperand &Rdd, MCOperand &MO1, in makeCombineInst() 1650 MCOperand &MO1 = Inst.getOperand(1); in processInstruction() local 1665 MCOperand &MO1 = Inst.getOperand(1); in processInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchExpandPseudoInsts.cpp | 509 unsigned MO0, MO1, MO2, MO3; in expandLargeAddressLoad() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCCodeEmitter.cpp | 280 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); getAddSubImmOpValue() local
|
H A D | AArch64InstPrinter.cpp | 1414 const MCOperand MO1 = MI->getOperand(OpNum + 1); printAMIndexedWB() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandPseudoInsts.cpp | 1298 const MachineOperand &MO1 = MI.getOperand(1); in expandMI() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocFast.cpp | 1338 const MachineOperand &MO1 = MI.getOperand(I1); in findAndSortDefOperandIndexes() local
|
H A D | MachineVerifier.cpp | 3212 const MachineOperand &MO1 = Phi.getOperand(I + 1); in checkPHIOps() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 2663 auto MO1 = *MI1.memoperands_begin(); memOpsHaveSameBasePtr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 531 auto MO1 = *MI1.memoperands_begin(); in memOpsHaveSameBasePtr() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 1624 MachineOperand &MO1 = MI.getOperand(1); in narrowScalar() local
|