HomeSort by relevance Sort by last modified time
    Searched refs:isMoveReg (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCInstrDesc.h 253 bool isMoveReg() const { return Flags & (1ULL << MCID::MoveReg); }
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenInstruction.h 229 bool isMoveReg : 1;
InstrInfoEmitter.cpp 576 if (Inst.isMoveReg) OS << "|(1ULL<<MCID::MoveReg)";
CodeGenInstruction.cpp 309 isMoveReg = R->getValueAsBit("isMoveReg");
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineInstr.h 558 bool isMoveReg(QueryType Type = IgnoreBundle) const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 103 if (MI.isMoveReg()) {
MipsSEInstrInfo.cpp 242 } else if (MI.isMoveReg() || isORCopyInst(MI)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 948 if (!MI.isMoveReg() ||
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 1233 milliseconds