Home
last modified time | relevance | path

Searched refs:isMoveReg (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h246 bool isMoveReg : 1; variable
H A DCodeGenInstruction.cpp440 isMoveReg = R->getValueAsBit("isMoveReg"); in CodeGenInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h286 bool isMoveReg() const { return Flags & (1ULL << MCID::MoveReg); } in isMoveReg() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp481 BaseDef ? Target.getInstruction(BaseDef).isMoveReg : RegInst->isMoveReg; in addEntryWithFlags()
H A DInstrInfoEmitter.cpp1141 if (Inst.isMoveReg) in emitRecord()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrFPU.td166 let isMoveReg = 1;
173 let isMoveReg = 1;
590 let isMoveReg = 1 in {
594 } // isMoveReg
H A DMips16InstrInfo.cpp99 if (MI.isMoveReg()) in isCopyInstrImpl()
H A DMicroMipsInstrInfo.td243 let isMoveReg = 1;
408 let isMoveReg = 1;
415 let isMoveReg = 1;
H A DMicroMipsInstrFPU.td132 let isMoveReg = 1;
H A DMips16InstrInfo.td873 let isMoveReg = 1;
885 let isMoveReg = 1;
897 let isMoveReg = 0;
H A DMipsSEInstrInfo.cpp206 if (MI.isMoveReg() || isORCopyInst(MI)) in isCopyInstrImpl()
H A DMipsDSPInstrInfo.td508 bit isMoveReg = 1;
518 bit isMoveReg = 1;
H A DMipsMSAInstrInfo.td1738 bit isMoveReg = 1;
1833 bit isMoveReg = 1;
2387 bit isMoveReg = 1;
H A DMips64InstrInfo.td417 let isMoveReg = 1 in {
H A DMipsInstrInfo.td1745 let isMoveReg = 1;
1758 let isMoveReg = 1;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrMMX.td200 let SchedRW = [WriteVecMove], hasSideEffects = 0, isMoveReg = 1 in {
206 } // SchedRW, hasSideEffects, isMoveReg
H A DX86InstrMisc.td360 let hasSideEffects = 0, isMoveReg = 1 in {
538 SchedRW = [WriteMove], isMoveReg = 1 in {
583 let hasSideEffects = 0, isMoveReg = 1 in
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1029 bool isMoveReg(QueryType Type = IgnoreBundle) const {
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZfh.td108 let isReMaterializable = 1, isAsCheapAsAMove = 1, isMoveReg = 1,
H A DRISCVInstrInfoC.td545 let hasSideEffects = 0, mayLoad = 0, mayStore = 0, isMoveReg = 1,
H A DRISCVInstrInfoF.td347 let isReMaterializable = 1, isAsCheapAsAMove = 1, isMoveReg = 1,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrVFP.td1161 let isMoveReg = 1 in {
1171 } // isMoveReg
1193 let isMoveReg = 1 in {
1240 } // isMoveReg
H A DARMInstrThumb.td1217 let hasSideEffects = 0, isMoveReg = 1 in {
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFP.td47 let isMoveReg = 1 in {
H A DSystemZInstrInfo.cpp2356 if (MI.isMoveReg()) in isCopyInstrImpl()

12