Searched refs:MOV64ri (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerTileCopy.cpp | 121 BuildMI(MBB, MI, DL, TII->get(X86::MOV64ri), GR64Cand).addImm(64); in runOnMachineFunction() 135 BuildMI(MBB, MI, DL, TII->get(X86::MOV64ri), X86::RAX).addImm(64); in runOnMachineFunction()
|
H A D | X86FastPreTileConfig.cpp | 243 TII->get(X86::MOV64ri), StrideReg) in reload() 410 BuildMI(*MBB, InsertPos, DebugLoc(), TII->get(X86::MOV64ri), StrideReg) in convertPHI()
|
H A D | X86DynAllocaExpander.cpp | 89 (Def->getOpcode() != X86::MOV32ri && Def->getOpcode() != X86::MOV64ri) || in getDynAllocaAmount()
|
H A D | X86InstructionSelector.cpp |
|
H A D | X86InstrInfo.cpp | 823 case X86::MOV64ri: in isReallyTriviallyReMaterializable() 4576 MovMI->getOpcode() != X86::MOV64ri && in getConstValDefinedInReg() 4695 BuildMI(MBB, MI, DebugLoc(), get(X86::MOV64ri), VirtReg).addImm(64); in loadStoreTileReg() 4709 BuildMI(MBB, MI, DebugLoc(), get(X86::MOV64ri), VirtReg).addImm(64); in loadStoreTileReg() 5747 NewOpc = X86::MOV64ri; in foldImmediateImpl() 5942 : X86::MOV64ri)); in ExpandMOVImmSExti8() 10098 case X86::MOV64ri: in describeLoadedValue() 10275 BuildMI(FirstMBB, MBBI, DL, TII->get(X86::MOV64ri), GOTReg) in runOnMachineFunction()
|
H A D | X86FastISel.cpp | 3767 Opc = X86::MOV64ri; in X86MaterializeInt() 3829 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD, TII.get(X86::MOV64ri), in X86MaterializeFP() 3870 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD, TII.get(X86::MOV64ri), in X86MaterializeGV()
|
H A D | X86FrameLowering.cpp | 139 return X86::MOV64ri; in getMOVriOpcode() 1155 BuildMI(MBB, MBBI, DL, TII.get(X86::MOV64ri), X86::R11) in emitStackProbeCall()
|
H A D | X86MCInstLower.cpp | 1085 MCInstBuilder(X86::MOV64ri).addReg(ScratchReg).addOperand(CalleeMCOp)); in LowerPATCHPOINT()
|
H A D | X86InstrMisc.td | 386 def MOV64ri : RIi64<0xB8, AddRegFrm, (outs GR64:$dst), (ins i64imm:$src), 419 def : Pat<(i64 relocImm:$src), (MOV64ri relocImm:$src)>;
|
H A D | X86InstrCompiler.td | 335 // AddedComplexity higher than MOV64ri but lower than MOV32r0 and MOV32r1. 1276 def : Pat<(i64 (X86RecoverFrameAlloc mcsym:$dst)), (MOV64ri mcsym:$dst)>;
|
H A D | X86InstrAsmAlias.td | 639 def : InstAlias<"mov{q}\t{$imm, $reg|$reg, $imm}", (MOV64ri GR64:$reg, i64imm:$imm), 0>;
|
H A D | X86ISelLowering.cpp | 27491 const unsigned char MOV64ri = 0xB8; // X86::MOV64ri opcode. in LowerINIT_TRAMPOLINE() local 27499 unsigned OpCode = ((MOV64ri | N86R11) << 8) | REX_WB; // movabsq r11 in LowerINIT_TRAMPOLINE() 27511 OpCode = ((MOV64ri | N86R10) << 8) | REX_WB; // movabsq r10 in LowerINIT_TRAMPOLINE()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 754 NewOpc = X86::MOV64ri; in selectConstant() 1541 BuildMI(*I.getParent(), I, DbgLoc, TII.get(X86::MOV64ri), AddrReg) in materializeFP()
|