Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DX86FoldTablesEmitter.cpp171 void updateTables(const CodeGenInstruction *RegInstr,
177 void addEntryWithFlags(FoldTable &Table, const CodeGenInstruction *RegInstr,
392 const CodeGenInstruction *RegInstr, in addEntryWithFlags() argument
397 X86FoldTableEntry Result = X86FoldTableEntry(RegInstr, MemInstr); in addEntryWithFlags()
398 Record *RegRec = RegInstr->TheDef; in addEntryWithFlags()
416 Record *RegOpRec = RegInstr->Operands[FoldedInd].Rec; in addEntryWithFlags()
431 if (isExplicitAlign(RegInstr)) { in addEntryWithFlags()
440 if (!isExplicitUnalign(RegInstr) && getMemOperandSize(MemOpRec) > 64) { in addEntryWithFlags()
450 void X86FoldTablesEmitter::updateTables(const CodeGenInstruction *RegInstr, in updateTables() argument
454 Record *RegRec = RegInstr->TheDef; in updateTables()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp174 static unsigned getHWReg(const SIInstrInfo *TII, const MachineInstr &RegInstr) { in getHWReg() argument
175 const MachineOperand *RegOp = TII->getNamedOperand(RegInstr, in getHWReg()