/external/capstone/arch/ARM/ |
D | ARMInstPrinter.c | 478 MCOperand *MO2 = MCInst_getOperand(MI, 2); in ARM_printInst() local 541 MCOperand *MO2 = MCInst_getOperand(MI, 2); in ARM_printInst() local 680 MCOperand *MO2 = MCInst_getOperand(MI, 4); in ARM_printInst() local 947 MCOperand *MO2 = MCInst_getOperand(MI, OpNum+1); in printSORegRegOperand() local 979 MCOperand *MO2 = MCInst_getOperand(MI, OpNum+1); in printSORegImmOperand() local 1003 MCOperand *MO2 = MCInst_getOperand(MI, Op + 1); in printAM2PreOrOffsetIndexOp() local 1053 MCOperand *MO2 = MCInst_getOperand(MI, Op+1); in printAddrModeTBB() local 1070 MCOperand *MO2 = MCInst_getOperand(MI, Op+1); in printAddrModeTBH() local 1104 MCOperand *MO2 = MCInst_getOperand(MI, OpNum+1); in printAddrMode2OffsetOperand() local 1146 MCOperand *MO2 = MCInst_getOperand(MI, Op+1); in printAM3PreOrOffsetIndexOp() local [all …]
|
/external/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 82 const MCOperand &MO2 = MI->getOperand(2); in printInst() local 105 const MCOperand &MO2 = MI->getOperand(2); in printInst() local 346 const MCOperand &MO2 = MI->getOperand(OpNum + 1); in printSORegRegOperand() local 366 const MCOperand &MO2 = MI->getOperand(OpNum + 1); in printSORegImmOperand() local 383 const MCOperand &MO2 = MI->getOperand(Op + 1); in printAM2PreOrOffsetIndexOp() local 412 const MCOperand &MO2 = MI->getOperand(Op + 1); in printAddrModeTBB() local 424 const MCOperand &MO2 = MI->getOperand(Op + 1); in printAddrModeTBH() local 456 const MCOperand &MO2 = MI->getOperand(OpNum + 1); in printAddrMode2OffsetOperand() local 481 const MCOperand &MO2 = MI->getOperand(Op + 1); in printAM3PreOrOffsetIndexOp() local 526 const MCOperand &MO2 = MI->getOperand(OpNum + 1); in printAddrMode3OffsetOperand() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMInstPrinter.cpp | 102 const MCOperand &MO2 = MI->getOperand(2); in printInst() local 125 const MCOperand &MO2 = MI->getOperand(2); in printInst() local 385 const MCOperand &MO2 = MI->getOperand(OpNum + 1); in printSORegRegOperand() local 405 const MCOperand &MO2 = MI->getOperand(OpNum + 1); in printSORegImmOperand() local 422 const MCOperand &MO2 = MI->getOperand(Op + 1); in printAM2PreOrOffsetIndexOp() local 451 const MCOperand &MO2 = MI->getOperand(Op + 1); in printAddrModeTBB() local 463 const MCOperand &MO2 = MI->getOperand(Op + 1); in printAddrModeTBH() local 495 const MCOperand &MO2 = MI->getOperand(OpNum + 1); in printAddrMode2OffsetOperand() local 520 const MCOperand &MO2 = MI->getOperand(Op + 1); in printAM3PreOrOffsetIndexOp() local 565 const MCOperand &MO2 = MI->getOperand(OpNum + 1); in printAddrMode3OffsetOperand() local [all …]
|
D | ARMMCCodeEmitter.cpp | 937 const MCOperand &MO2 = MI.getOperand(OpIdx + 1); in getThumbAddrModeRegRegOpValue() local 1255 const MCOperand &MO2 = MI.getOperand(OpIdx+2); in getLdStSORegOpValue() local 1349 const MCOperand &MO2 = MI.getOperand(OpIdx+2); in getAddrMode3OpValue() local 1512 const MCOperand &MO2 = MI.getOperand(OpIdx + 2); in getSORegRegOpValue() local 1596 const MCOperand &MO2 = MI.getOperand(OpNum+1); in getT2AddrModeSORegOpValue() local 1616 const MCOperand &MO2 = MI.getOperand(OpNum+1); in getT2AddrModeImmOpValue() local
|
/external/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 182 const MachineOperand &MO2) { in isIdenticalOp() 196 const MachineOperand &MO2) { in isSimilarDispOp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 202 const MachineOperand &MO2) { in isIdenticalOp() 215 const MachineOperand &MO2) { in isSimilarDispOp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/ |
D | MSP430MCCodeEmitter.cpp | 127 const MCOperand &MO2 = MI.getOperand(Op + 1); in getMemOpValue() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCCodeEmitter.cpp | 864 const MCOperand &MO2 = MI.getOperand(OpIdx + 1); in getThumbAddrModeRegRegOpValue() local 1071 const MCOperand &MO2 = MI.getOperand(OpIdx+2); in getLdStSORegOpValue() local 1165 const MCOperand &MO2 = MI.getOperand(OpIdx+2); in getAddrMode3OpValue() local 1328 const MCOperand &MO2 = MI.getOperand(OpIdx + 2); in getSORegRegOpValue() local 1412 const MCOperand &MO2 = MI.getOperand(OpNum+1); in getT2AddrModeSORegOpValue() local 1431 const MCOperand &MO2 = MI.getOperand(OpNum+1); in getT2AddrModeImm8OpValue() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 402 MCOperand &MO2 = MappedInst.getOperand(2); in HexagonProcessInstruction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 452 MCOperand &MO2 = MappedInst.getOperand(2); in HexagonProcessInstruction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1224 MCOperand &MO2) { in makeCombineInst() 1585 MCOperand &MO2 = Inst.getOperand(2); in processInstruction() local 1606 MCOperand &MO2 = Inst.getOperand(2); in processInstruction() local
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1461 MCOperand &MO1, MCOperand &MO2) { in makeCombineInst() 1809 MCOperand &MO2 = Inst.getOperand(2); in processInstruction() local 1830 MCOperand &MO2 = Inst.getOperand(2); in processInstruction() local
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 706 for (const MachineOperand &MO2 : MI->operands()) { in collectVRegUses() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 952 MachineOperand &MO2 = Cond[2]; in reverseBranchCondition() local
|
D | SIInstrInfo.cpp | 417 auto MO2 = *MI2.memoperands_begin(); in memOpsHaveSameBasePtr() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 964 MachineOperand &MO2 = Cond[2]; in ReverseBranchCondition() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 948 for (const MachineOperand &MO2 : MI.operands()) { in collectVRegUses() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 1004 MachineOperand &MO2 = MI.getOperand(0); in narrowScalar() local
|