Searched refs:isMoveReg (Results 1 – 25 of 29) sorted by relevance
12
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 276 bool isMoveReg() const { return Flags & (1ULL << MCID::MoveReg); } in isMoveReg() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeGenInstruction.h | 243 bool isMoveReg : 1; variable
|
| H A D | CodeGenInstruction.cpp | 377 isMoveReg = R->getValueAsBit("isMoveReg"); in CodeGenInstruction()
|
| H A D | InstrInfoEmitter.cpp | 952 if (Inst.isMoveReg) OS << "|(1ULL<<MCID::MoveReg)"; in emitRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsInstrFPU.td | 166 let isMoveReg = 1; 173 let isMoveReg = 1; 590 let isMoveReg = 1 in { 594 } // isMoveReg
|
| H A D | Mips16InstrInfo.cpp | 101 if (MI.isMoveReg()) in isCopyInstrImpl()
|
| H A D | MipsDSPInstrInfo.td | 457 bit isMoveReg = 1; 468 bit isMoveReg = 1; 512 bit isMoveReg = 1; 522 bit isMoveReg = 1;
|
| H A D | MicroMipsInstrInfo.td | 239 let isMoveReg = 1; 405 let isMoveReg = 1; 412 let isMoveReg = 1;
|
| H A D | MicroMipsInstrFPU.td | 132 let isMoveReg = 1;
|
| H A D | Mips16InstrInfo.td | 870 let isMoveReg = 1; 881 let isMoveReg = 1; 892 let isMoveReg = 0;
|
| H A D | MipsSEInstrInfo.cpp | 238 } else if (MI.isMoveReg() || isORCopyInst(MI)) { in isCopyInstrImpl()
|
| H A D | MicroMipsDSPInstrInfo.td | 388 bit isMoveReg = 1;
|
| H A D | MipsMSAInstrInfo.td | 1808 bit isMoveReg = 1; 1903 bit isMoveReg = 1; 2459 bit isMoveReg = 1;
|
| H A D | Mips64InstrInfo.td | 417 let isMoveReg = 1 in {
|
| H A D | MipsInstrInfo.td | 1728 let isMoveReg = 1; 1741 let isMoveReg = 1;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrMMX.td | 200 let SchedRW = [WriteVecMove], hasSideEffects = 0, isMoveReg = 1 in { 207 } // SchedRW, hasSideEffects, isMoveReg
|
| H A D | X86InstrInfo.td | 1597 let hasSideEffects = 0, isMoveReg = 1 in { 1778 SchedRW = [WriteMove], isMoveReg = 1 in { 1845 let hasSideEffects = 0, isMoveReg = 1 in
|
| H A D | X86InstrSSE.td | 339 let hasSideEffects = 0, isMoveReg = 1 in 437 isMoveReg = 1 in { 512 isMoveReg = 1, SchedRW = [SchedWriteFMoveLS.XMM.RR] in {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 893 bool isMoveReg(QueryType Type = IgnoreBundle) const {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 825 if (MI.isMoveReg()) in isCopyInstrImpl()
|
| H A D | RISCVInstrInfoC.td | 526 let hasSideEffects = 0, mayLoad = 0, mayStore = 0, isMoveReg = 1,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMInstrVFP.td | 1110 let isMoveReg = 1 in { 1120 } // isMoveReg 1142 let isMoveReg = 1 in { 1189 } // isMoveReg
|
| H A D | ARMInstrThumb.td | 1216 let hasSideEffects = 0, isMoveReg = 1 in {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | Target.td | 524 bit isMoveReg = false; // Is this instruction a move register instruction?
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/ |
| H A D | ProgRef.rst | 1902 bit isMoveReg = 0;
|
12