Searched refs:isMoveReg (Results 1 – 23 of 23) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 283 bool isMoveReg() const { return Flags & (1ULL << MCID::MoveReg); } in isMoveReg() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstrFPU.td | 163 let isMoveReg = 1; 170 let isMoveReg = 1; 557 let isMoveReg = 1 in { 561 } // isMoveReg
|
D | Mips16InstrInfo.cpp | 101 if (MI.isMoveReg()) in isCopyInstrImpl()
|
D | MipsDSPInstrInfo.td | 457 bit isMoveReg = 1; 468 bit isMoveReg = 1; 512 bit isMoveReg = 1; 522 bit isMoveReg = 1;
|
D | MicroMipsInstrInfo.td | 239 let isMoveReg = 1; 405 let isMoveReg = 1; 412 let isMoveReg = 1;
|
D | MicroMipsInstrFPU.td | 132 let isMoveReg = 1;
|
D | Mips16InstrInfo.td | 870 let isMoveReg = 1; 881 let isMoveReg = 1; 892 let isMoveReg = 0;
|
D | MipsSEInstrInfo.cpp | 238 } else if (MI.isMoveReg() || isORCopyInst(MI)) { in isCopyInstrImpl()
|
D | MicroMipsDSPInstrInfo.td | 388 bit isMoveReg = 1;
|
D | MipsMSAInstrInfo.td | 1812 bit isMoveReg = 1; 1907 bit isMoveReg = 1; 2453 bit isMoveReg = 1;
|
D | Mips64InstrInfo.td | 417 let isMoveReg = 1 in {
|
D | MipsInstrInfo.td | 1728 let isMoveReg = 1; 1741 let isMoveReg = 1;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 212 let SchedRW = [WriteVecMove], hasSideEffects = 0, isMoveReg = 1 in { 219 } // SchedRW, hasSideEffects, isMoveReg
|
D | X86InstrInfo.td | 1533 let hasSideEffects = 0, isMoveReg = 1 in { 1702 SchedRW = [WriteMove], isMoveReg = 1 in { 1769 let hasSideEffects = 0, isMoveReg = 1 in
|
D | X86InstrSSE.td | 339 let hasSideEffects = 0, isMoveReg = 1 in 437 isMoveReg = 1 in { 512 isMoveReg = 1, SchedRW = [SchedWriteFMoveLS.XMM.RR] in {
|
D | X86InstrAVX512.td | 2803 let isMoveReg = 1, hasSideEffects = 0, SchedRW = [WriteMove] in 3375 let isMoveReg = 1 in 3480 let isMoveReg = 1 in
|
D | X86InstrInfo.cpp | 3052 if (MI.isMoveReg()) in isCopyInstrImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 755 bool isMoveReg(QueryType Type = IgnoreBundle) const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 1041 let isMoveReg = 1 in { 1051 } // isMoveReg 1070 let isMoveReg = 1 in { 1117 } // isMoveReg
|
D | ARMInstrThumb.td | 1195 let hasSideEffects = 0, isMoveReg = 1 in {
|
D | ARMBaseInstrInfo.cpp | 1005 if (!MI.isMoveReg() || in isCopyInstrImpl()
|
D | ARMInstrInfo.td | 3406 let hasSideEffects = 0, isMoveReg = 1 in
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | Target.td | 507 bit isMoveReg = 0; // Is this instruction a move register instruction?
|