Home
last modified time | relevance | path

Searched refs:RegInstr (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDX86FoldTablesEmitter.cpp153 void updateTables(const CodeGenInstruction *RegInstr,
159 void addEntryWithFlags(FoldTable &Table, const CodeGenInstruction *RegInstr,
455 const CodeGenInstruction *RegInstr, in addEntryWithFlags() argument
460 X86FoldTableEntry Result = X86FoldTableEntry(RegInstr, MemInstr); in addEntryWithFlags()
461 Record *RegRec = RegInstr->TheDef; in addEntryWithFlags()
479 Record *RegOpRec = RegInstr->Operands[FoldedInd].Rec; in addEntryWithFlags()
494 if (isExplicitAlign(RegInstr)) { in addEntryWithFlags()
503 if (!isExplicitUnalign(RegInstr) && getMemOperandSize(MemOpRec) > 64) { in addEntryWithFlags()
513 void X86FoldTablesEmitter::updateTables(const CodeGenInstruction *RegInstr, in updateTables() argument
517 Record *RegRec = RegInstr->TheDef; in updateTables()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNHazardRecognizer.cpp125 static unsigned getHWReg(const SIInstrInfo *TII, const MachineInstr &RegInstr) { in getHWReg() argument
126 const MachineOperand *RegOp = TII->getNamedOperand(RegInstr, in getHWReg()