Home
last modified time | relevance | path

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/
DMCInstrDesc.h283 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/
DMipsInstrFPU.td163 let isMoveReg = 1;
170 let isMoveReg = 1;
557 let isMoveReg = 1 in {
561 } // isMoveReg
DMips16InstrInfo.cpp101 if (MI.isMoveReg()) in isCopyInstrImpl()
DMipsDSPInstrInfo.td457 bit isMoveReg = 1;
468 bit isMoveReg = 1;
512 bit isMoveReg = 1;
522 bit isMoveReg = 1;
DMicroMipsInstrInfo.td239 let isMoveReg = 1;
405 let isMoveReg = 1;
412 let isMoveReg = 1;
DMicroMipsInstrFPU.td132 let isMoveReg = 1;
DMips16InstrInfo.td870 let isMoveReg = 1;
881 let isMoveReg = 1;
892 let isMoveReg = 0;
DMipsSEInstrInfo.cpp238 } else if (MI.isMoveReg() || isORCopyInst(MI)) { in isCopyInstrImpl()
DMicroMipsDSPInstrInfo.td388 bit isMoveReg = 1;
DMipsMSAInstrInfo.td1812 bit isMoveReg = 1;
1907 bit isMoveReg = 1;
2453 bit isMoveReg = 1;
DMips64InstrInfo.td417 let isMoveReg = 1 in {
DMipsInstrInfo.td1728 let isMoveReg = 1;
1741 let isMoveReg = 1;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrMMX.td212 let SchedRW = [WriteVecMove], hasSideEffects = 0, isMoveReg = 1 in {
219 } // SchedRW, hasSideEffects, isMoveReg
DX86InstrInfo.td1533 let hasSideEffects = 0, isMoveReg = 1 in {
1702 SchedRW = [WriteMove], isMoveReg = 1 in {
1769 let hasSideEffects = 0, isMoveReg = 1 in
DX86InstrSSE.td339 let hasSideEffects = 0, isMoveReg = 1 in
437 isMoveReg = 1 in {
512 isMoveReg = 1, SchedRW = [SchedWriteFMoveLS.XMM.RR] in {
DX86InstrAVX512.td2803 let isMoveReg = 1, hasSideEffects = 0, SchedRW = [WriteMove] in
3375 let isMoveReg = 1 in
3480 let isMoveReg = 1 in
DX86InstrInfo.cpp3052 if (MI.isMoveReg()) in isCopyInstrImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h755 bool isMoveReg(QueryType Type = IgnoreBundle) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrVFP.td1041 let isMoveReg = 1 in {
1051 } // isMoveReg
1070 let isMoveReg = 1 in {
1117 } // isMoveReg
DARMInstrThumb.td1195 let hasSideEffects = 0, isMoveReg = 1 in {
DARMBaseInstrInfo.cpp1005 if (!MI.isMoveReg() || in isCopyInstrImpl()
DARMInstrInfo.td3406 let hasSideEffects = 0, isMoveReg = 1 in
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td507 bit isMoveReg = 0; // Is this instruction a move register instruction?