Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h253 bool isMoveReg() const { return Flags & (1ULL << MCID::MoveReg); } in isMoveReg() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h229 bool isMoveReg : 1; variable
DInstrInfoEmitter.cpp576 if (Inst.isMoveReg) OS << "|(1ULL<<MCID::MoveReg)"; in emitRecord()
DCodeGenInstruction.cpp309 isMoveReg = R->getValueAsBit("isMoveReg"); in CodeGenInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstrFPU.td153 let isMoveReg = 1;
160 let isMoveReg = 1;
519 let isMoveReg = 1 in {
528 } // isMoveReg
DMips16InstrInfo.cpp103 if (MI.isMoveReg()) { in isCopyInstr()
DMipsDSPInstrInfo.td450 bit isMoveReg = 1;
461 bit isMoveReg = 1;
505 bit isMoveReg = 1;
514 bit isMoveReg = 1;
DMicroMipsInstrInfo.td254 let isMoveReg = 1;
419 let isMoveReg = 1;
426 let isMoveReg = 1;
DMicroMipsInstrFPU.td134 let isMoveReg = 1;
DMips16InstrInfo.td873 let isMoveReg = 1;
884 let isMoveReg = 1;
895 let isMoveReg = 0;
DMipsSEInstrInfo.cpp242 } else if (MI.isMoveReg() || isORCopyInst(MI)) { in isCopyInstr()
DMicroMipsDSPInstrInfo.td389 bit isMoveReg = 1;
DMips64InstrInfo.td407 let isMoveReg = 1 in {
DMipsMSAInstrInfo.td1793 bit isMoveReg = 1;
1888 bit isMoveReg = 1;
2434 bit isMoveReg = 1;
DMipsInstrInfo.td1769 let isMoveReg = 1;
1782 let isMoveReg = 1;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrMMX.td212 let SchedRW = [WriteVecMove], hasSideEffects = 0, isMoveReg = 1 in {
219 } // SchedRW, hasSideEffects, isMoveReg
DX86InstrInfo.td1483 let hasSideEffects = 0, isMoveReg = 1 in {
1652 SchedRW = [WriteMove], isMoveReg = 1 in {
1719 let hasSideEffects = 0, isMoveReg = 1 in
DX86InstrSSE.td373 let hasSideEffects = 0, isMoveReg = 1 in
471 isMoveReg = 1 in {
565 isMoveReg = 1, SchedRW = [SchedWriteFMoveLS.XMM.RR] in {
DX86InstrInfo.cpp3118 if (MI.isMoveReg()) { in isCopyInstr()
DX86InstrAVX512.td2816 let isMoveReg = 1, hasSideEffects = 0, SchedRW = [WriteMove] in
3337 let isMoveReg = 1 in
3442 let isMoveReg = 1 in
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h558 bool isMoveReg(QueryType Type = IgnoreBundle) const {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrVFP.td1002 let isMoveReg = 1 in {
1010 } // isMoveReg
1029 let isMoveReg = 1 in {
1075 } // isMoveReg
DARMInstrThumb.td1174 let hasSideEffects = 0, isMoveReg = 1 in {
DARMBaseInstrInfo.cpp948 if (!MI.isMoveReg() || in isCopyInstr()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTarget.td445 bit isMoveReg = 0; // Is this instruction a move register instruction?

12