Home
last modified time | relevance | path

Searched refs:MoveImm (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h162 MoveImm, enumerator
349 bool isMoveImmediate() const { return Flags & (1ULL << MCID::MoveImm); } in isMoveImmediate()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp337 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 DVEInstrInfo.td547 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 DMachineInstr.h948 return hasProperty(MCID::MoveImm, Type);
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstrThumb2.td2885 bit Cheap = 0, bit ReMat = 0, bit MoveImm = 0> {
2892 let isMoveImm = MoveImm;