Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp162 void updateTables(const CodeGenInstruction *RegInstr,
168 void addEntryWithFlags(FoldTable &Table, const CodeGenInstruction *RegInstr,
458 const CodeGenInstruction *RegInstr, in addEntryWithFlags() argument
463 X86FoldTableEntry Result = X86FoldTableEntry(RegInstr, MemInstr); in addEntryWithFlags()
464 Record *RegRec = RegInstr->TheDef; in addEntryWithFlags()
482 Record *RegOpRec = RegInstr->Operands[FoldedInd].Rec; in addEntryWithFlags()
497 if (isExplicitAlign(RegInstr)) { in addEntryWithFlags()
506 if (!isExplicitUnalign(RegInstr) && getMemOperandSize(MemOpRec) > 64) { in addEntryWithFlags()
516 void X86FoldTablesEmitter::updateTables(const CodeGenInstruction *RegInstr, in updateTables() argument
520 Record *RegRec = RegInstr->TheDef; in updateTables()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp141 static unsigned getHWReg(const SIInstrInfo *TII, const MachineInstr &RegInstr) { in getHWReg() argument
142 const MachineOperand *RegOp = TII->getNamedOperand(RegInstr, in getHWReg()