Searched refs:MoveImm (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 162 MoveImm, enumerator 349 bool isMoveImmediate() const { return Flags & (1ULL << MCID::MoveImm); } in isMoveImmediate()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIFixSGPRCopies.cpp | 337 const MachineInstr *MoveImm, in isSafeToFoldImmIntoCopy() argument 344 if (!MoveImm->isMoveImmediate()) in isSafeToFoldImmIntoCopy() 348 TII->getNamedOperand(*MoveImm, AMDGPU::OpName::src0); in isSafeToFoldImmIntoCopy() 356 switch (MoveImm->getOpcode()) { in isSafeToFoldImmIntoCopy()
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.td | 547 bit MoveImm = 0> { 566 // An instruction declared as MoveImm will be optimized in FoldImmediate 568 let isMoveImm = MoveImm; 601 Operand immOp = simm7, Operand mOp = mimm, bit MoveImm = 0> : 602 RRbm<opcStr, opc, RC, Ty, RC, Ty, OpNode, immOp, mOp, MoveImm>; 980 multiclass RMm<string opcStr, bits<8>opc, RegisterClass RC, bit MoveImm = 0> { 993 // it here. An instruction declared as MoveImm will be optimized in 995 let isMoveImm = MoveImm; 1002 let cx = 0 in defm LEA : RMm<"lea", 0x06, I64, /* MoveImm */ 1>; 1003 let cx = 1 in defm LEASL : RMm<"lea.sl", 0x06, I64, /* MoveImm */ 1>; [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 948 return hasProperty(MCID::MoveImm, Type);
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMInstrThumb2.td | 2885 bit Cheap = 0, bit ReMat = 0, bit MoveImm = 0> { 2892 let isMoveImm = MoveImm;
|