Searched refs:MOV64ri (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerTileCopy.cpp | 119 BuildMI(MBB, MI, DL, TII->get(X86::MOV64ri), GR64Cand).addImm(64); in runOnMachineFunction() 133 BuildMI(MBB, MI, DL, TII->get(X86::MOV64ri), X86::RAX).addImm(64); in runOnMachineFunction()
|
| H A D | X86DynAllocaExpander.cpp | 92 (Def->getOpcode() != X86::MOV32ri && Def->getOpcode() != X86::MOV64ri) || in getDynAllocaAmount()
|
| H A D | X86FastPreTileConfig.cpp | 242 TII->get(X86::MOV64ri), StrideReg) in reload() 422 BuildMI(*MBB, InsertPos, DebugLoc(), TII->get(X86::MOV64ri), StrideReg) in convertPHI()
|
| H A D | X86InstructionSelector.cpp | |
| H A D | X86InstrInfo.cpp | 808 case X86::MOV64ri: in isReallyTriviallyReMaterializable() 4641 MovMI->getOpcode() != X86::MOV64ri && in getConstValDefinedInReg() 4763 BuildMI(MBB, MI, DebugLoc(), get(X86::MOV64ri), VirtReg).addImm(64); in loadStoreTileReg() 4778 BuildMI(MBB, MI, DebugLoc(), get(X86::MOV64ri), VirtReg).addImm(64); in loadStoreTileReg() 5804 NewOpc = X86::MOV64ri; in foldImmediateImpl() 5999 : X86::MOV64ri)); in ExpandMOVImmSExti8() 10193 case X86::MOV64ri: in describeLoadedValue() 10370 BuildMI(FirstMBB, MBBI, DL, TII->get(X86::MOV64ri), GOTReg) in runOnMachineFunction()
|
| H A D | X86FastISel.cpp | 3781 Opc = X86::MOV64ri; in X86MaterializeInt() 3844 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD, TII.get(X86::MOV64ri), in X86MaterializeFP() 3886 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD, TII.get(X86::MOV64ri), in X86MaterializeGV()
|
| H A D | X86FrameLowering.cpp | 138 return X86::MOV64ri; in getMOVriOpcode() 857 BuildMI(MBB, MBBI, DL, TII.get(X86::MOV64ri), FinalStackProbed) in emitStackProbeInlineGenericLoop() 1216 BuildMI(MBB, MBBI, DL, TII.get(X86::MOV64ri), X86::R11) in emitStackProbeCall()
|
| 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 | X86MCInstLower.cpp | 1080 MCInstBuilder(X86::MOV64ri).addReg(ScratchReg).addOperand(CalleeMCOp)); in LowerPATCHPOINT()
|
| H A D | X86InstrCompiler.td | 350 // AddedComplexity higher than MOV64ri but lower than MOV32r0 and MOV32r1. 1291 def : Pat<(i64 (X86RecoverFrameAlloc mcsym:$dst)), (MOV64ri mcsym:$dst)>;
|
| H A D | X86InstrAsmAlias.td | 669 def : InstAlias<"mov{q}\t{$imm, $reg|$reg, $imm}", (MOV64ri GR64:$reg, i64imm:$imm), 0>;
|
| H A D | X86ISelLowering.cpp | 28436 const unsigned char MOV64ri = 0xB8; // X86::MOV64ri opcode. in LowerINIT_TRAMPOLINE() local 28444 unsigned OpCode = ((MOV64ri | N86R11) << 8) | REX_WB; // movabsq r11 in LowerINIT_TRAMPOLINE() 28456 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 | 782 NewOpc = X86::MOV64ri; in selectConstant() 1581 BuildMI(*I.getParent(), I, DbgLoc, TII.get(X86::MOV64ri), AddrReg) in materializeFP()
|