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

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

Completed in 111 milliseconds