/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 816 MCInst TmpInst; in ProcessInstruction() local 823 Inst = TmpInst; in ProcessInstruction() 828 MCInst TmpInst; in ProcessInstruction() local 833 Inst = TmpInst; in ProcessInstruction() 838 MCInst TmpInst; in ProcessInstruction() local 843 Inst = TmpInst; in ProcessInstruction() 861 MCInst TmpInst; in ProcessInstruction() local 866 Inst = TmpInst; in ProcessInstruction() 870 MCInst TmpInst; in ProcessInstruction() local 875 Inst = TmpInst; in ProcessInstruction() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYMCCodeEmitter.cpp | 74 MCInst TmpInst; in expandJBTF() local 78 TmpInst = in expandJBTF() 86 TmpInst = MCInstBuilder(CSKY::BR32) in expandJBTF() 100 MCInst TmpInst; in expandNEG() local 122 MCInst TmpInst; in expandRSUBI() local 146 MCInst TmpInst; in encodeInstruction() local 150 TmpInst = MI; in encodeInstruction() 177 TmpInst = MCInstBuilder(CSKY::BT16) in encodeInstruction() 182 TmpInst = MCInstBuilder(CSKY::BT32) in encodeInstruction() 187 TmpInst = MCInstBuilder(CSKY::BF16) in encodeInstruction() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonAsmPrinter.cpp | 335 MCInst TmpInst; in HexagonProcessInstruction() local 352 MCInst TmpInst; in HexagonProcessInstruction() local 433 MCInst TmpInst; in HexagonProcessInstruction() local 446 TmpInst.addOperand( in HexagonProcessInstruction() 460 MCInst TmpInst; in HexagonProcessInstruction() local 482 TmpInst.addOperand( in HexagonProcessInstruction() 496 MCInst TmpInst; in HexagonProcessInstruction() local 509 TmpInst.addOperand( in HexagonProcessInstruction() 517 MCInst TmpInst; in HexagonProcessInstruction() local 608 MCInst TmpInst; in HexagonProcessInstruction() local [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 8737 MCInst TmpInst; in processInstruction() local 8746 Inst = TmpInst; in processInstruction() 8753 MCInst TmpInst; in processInstruction() local 8766 Inst = TmpInst; in processInstruction() 8775 MCInst TmpInst; in processInstruction() local 8784 Inst = TmpInst; in processInstruction() 8793 MCInst TmpInst; in processInstruction() local 8821 Inst = TmpInst; in processInstruction() 8827 MCInst TmpInst; in processInstruction() local 8835 Inst = TmpInst; in processInstruction() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsTargetStreamer.cpp | 177 MCInst TmpInst; in emitR() local 180 TmpInst.setLoc(IDLoc); in emitR() 186 MCInst TmpInst; in emitRX() local 190 TmpInst.setLoc(IDLoc); in emitRX() 206 MCInst TmpInst; in emitII() local 217 MCInst TmpInst; in emitRRX() local 235 MCInst TmpInst; in emitRRRX() local 255 MCInst TmpInst; in emitRRIII() local 1175 MCInst TmpInst; in emitDirectiveCpLoad() local 1186 TmpInst.clear(); in emitDirectiveCpLoad() [all …]
|
H A D | MipsMCCodeEmitter.cpp | 159 MCInst TmpInst = MI; in encodeInstruction() local 166 LowerLargeShift(TmpInst); in encodeInstruction() 177 LowerCompactBranch(TmpInst); in encodeInstruction() 181 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in encodeInstruction() 186 const unsigned Opcode = TmpInst.getOpcode(); in encodeInstruction() 209 TmpInst.setOpcode (NewOpcode); in encodeInstruction() 210 Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in encodeInstruction() 220 const MCInstrDesc &Desc = MCII.get(TmpInst.getOpcode()); in encodeInstruction()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 1235 MCInst TmpInst; in makeCombineInst() local 1241 return TmpInst; in makeCombineInst() 1627 MCInst TmpInst; in processInstruction() local 1642 Inst = TmpInst; in processInstruction() 1647 MCInst TmpInst; in processInstruction() local 1662 Inst = TmpInst; in processInstruction() 1667 MCInst TmpInst; in processInstruction() local 1682 Inst = TmpInst; in processInstruction() 1690 MCInst TmpInst; in processInstruction() local 1711 Inst = TmpInst; in processInstruction() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiAsmPrinter.cpp | 175 MCInst TmpInst; in emitCallInstruction() local 176 MCInstLowering.Lower(MI, TmpInst); in emitCallInstruction() 177 TmpInst.setOpcode(Lanai::BT); in emitCallInstruction() 178 OutStreamer->emitInstruction(TmpInst, STI); in emitCallInstruction() 192 MCInst TmpInst; in customEmitInstruction() local 193 MCInstLowering.Lower(MI, TmpInst); in customEmitInstruction() 194 OutStreamer->emitInstruction(TmpInst, STI); in customEmitInstruction()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 658 MCInst TmpInst; in emitInstruction() local 813 TmpInst.setOpcode(PPC::LWZ); in emitInstruction() 824 TmpInst.getOperand(1) = in emitInstruction() 826 TmpInst.getOperand(0) = TR; in emitInstruction() 832 TmpInst.getOperand(1) = TR; in emitInstruction() 922 TmpInst.setOpcode(PPC::LWZ); in emitInstruction() 997 TmpInst.getOperand(1) = TmpInst.getOperand(2); in emitInstruction() 1010 TmpInst.setOpcode(PPC::LD); in emitInstruction() 1047 TmpInst.setOpcode(PPC::ADDIS); in emitInstruction() 1079 TmpInst.setOpcode(PPC::LWZ); in emitInstruction() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 1493 MCInst TmpInst; in emitInstruction() local 1519 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction() 1524 MCInst TmpInst; in emitInstruction() local 1849 MCInst TmpInst; in emitInstruction() local 1852 TmpInst.setOpcode(Opc); in emitInstruction() 1866 MCInst TmpInst; in emitInstruction() local 1867 TmpInst.setOpcode(ARM::LDRi12); in emitInstruction() 1879 MCInst TmpInst; in emitInstruction() local 1880 TmpInst.setOpcode(ARM::LDRrs); in emitInstruction() 2322 MCInst TmpInst; in emitInstruction() local [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/ARC/ |
H A D | ARCAsmPrinter.cpp | 64 MCInst TmpInst; in emitInstruction() local 65 MCInstLowering.Lower(MI, TmpInst); in emitInstruction() 66 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFAsmPrinter.cpp | 144 MCInst TmpInst; in emitInstruction() local 146 if (!BTF || !BTF->InstLower(MI, TmpInst)) { in emitInstruction() 148 MCInstLowering.Lower(MI, TmpInst); in emitInstruction() 150 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCCodeEmitter.cpp | 106 MCInst TmpInst; in expandFunctionCall() local 129 TmpInst = MCInstBuilder(RISCV::AUIPC).addReg(Ra).addExpr(CallExpr); in expandFunctionCall() 130 Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandFunctionCall() 136 TmpInst = MCInstBuilder(RISCV::JALR).addReg(RISCV::X0).addReg(Ra).addImm(0); in expandFunctionCall() 139 TmpInst = MCInstBuilder(RISCV::JALR).addReg(Ra).addReg(Ra).addImm(0); in expandFunctionCall() 140 Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandFunctionCall() 174 MCInst TmpInst = MCInstBuilder(RISCV::ADD) in expandAddTPRel() local 178 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandAddTPRel()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600MCInstLower.cpp | 69 MCInst TmpInst; in emitInstruction() local 70 MCInstLowering.lower(MI, TmpInst); in emitInstruction() 71 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
|
H A D | AMDGPUMCInstLower.cpp | 271 MCInst TmpInst; in emitInstruction() local 272 MCInstLowering.lower(MI, TmpInst); in emitInstruction() 273 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction() 292 InstEmitter->encodeInstruction(TmpInst, CodeStream, Fixups, STI); in emitInstruction() 306 InstPrinter.printInst(&TmpInst, 0, StringRef(), STI, DisasmStream); in emitInstruction() 314 TmpInst, CodeStream, Fixups, MF->getSubtarget<MCSubtargetInfo>()); in emitInstruction()
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchAsmPrinter.cpp | 38 MCInst TmpInst; in emitInstruction() local 39 if (!lowerLoongArchMachineInstrToMCInst(MI, TmpInst, *this)) in emitInstruction() 40 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
|
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430AsmPrinter.cpp | 157 MCInst TmpInst; in emitInstruction() local 158 MCInstLowering.Lower(MI, TmpInst); in emitInstruction() 159 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVAsmPrinter.cpp | 221 MCInst TmpInst; in outputInstruction() local 222 MCInstLowering.lower(MI, TmpInst, MAI); in outputInstruction() 223 outputMCInst(TmpInst); in outputInstruction() 313 MCInst TmpInst; in outputEntryPoints() local 314 MCInstLowering.lower(MI, TmpInst, MAI); in outputEntryPoints() 317 TmpInst.addOperand(MCOperand::createReg(Reg)); in outputEntryPoints() 319 outputMCInst(TmpInst); in outputEntryPoints()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 1363 MCInst TmpInst; in emitInstruction() local 1412 MCInst TmpInst; in emitInstruction() local 1413 TmpInst.setOpcode(AArch64::BR); in emitInstruction() 1415 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction() 1421 MCInst TmpInst; in emitInstruction() local 1422 TmpInst.setOpcode(AArch64::B); in emitInstruction() 1423 TmpInst.addOperand(Dest); in emitInstruction() 1424 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction() 1683 MCInst TmpInst; in emitInstruction() local 1684 MCInstLowering.Lower(MI, TmpInst); in emitInstruction() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 609 MCInst TmpInst; in expandSET() local 611 TmpInst.setLoc(IDLoc); in expandSET() 612 TmpInst.setOpcode(SP::SETHIi); in expandSET() 613 TmpInst.addOperand(MCRegOp); in expandSET() 615 Instructions.push_back(TmpInst); in expandSET() 630 MCInst TmpInst; in expandSET() local 636 TmpInst.setLoc(IDLoc); in expandSET() 637 TmpInst.setOpcode(SP::ORri); in expandSET() 638 TmpInst.addOperand(MCRegOp); in expandSET() 639 TmpInst.addOperand(PrevReg); in expandSET() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreAsmPrinter.cpp | 290 MCInst TmpInst; in emitInstruction() local 291 MCInstLowering.Lower(MI, TmpInst); in emitInstruction() 293 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYAsmPrinter.cpp | 162 MCInst TmpInst; in emitInstruction() local 163 MCInstLowering.Lower(MI, TmpInst); in emitInstruction() 164 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.h | 121 MCInst TmpInst; in tryDecodeInst() local 124 if (decodeInstruction(Table, TmpInst, Inst, Address, this, STI)) { in tryDecodeInst() 125 MI = TmpInst; in tryDecodeInst()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVAsmPrinter.cpp | 118 MCInst TmpInst; in emitInstruction() local 119 if (!lowerRISCVMachineInstrToMCInst(MI, TmpInst, *this)) in emitInstruction() 120 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEAsmPrinter.cpp | 353 MCInst TmpInst; in emitInstruction() local 354 LowerVEMachineInstrToMCInst(&*I, TmpInst, *this); in emitInstruction() 355 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
|