Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86FoldTablesEmitter.cpp150 void updateTables(const CodeGenInstruction *RegInstr,
156 void addEntryWithFlags(FoldTable &Table, const CodeGenInstruction *RegInstr,
441 const CodeGenInstruction *RegInstr, in addEntryWithFlags() argument
446 X86FoldTableEntry Result = X86FoldTableEntry(RegInstr, MemInstr); in addEntryWithFlags()
447 Record *RegRec = RegInstr->TheDef; in addEntryWithFlags()
465 Record *RegOpRec = RegInstr->Operands[FoldedInd].Rec; in addEntryWithFlags()
480 if (isExplicitAlign(RegInstr)) { in addEntryWithFlags()
489 if (!isExplicitUnalign(RegInstr) && getMemOperandSize(MemOpRec) > 64) { in addEntryWithFlags()
499 void X86FoldTablesEmitter::updateTables(const CodeGenInstruction *RegInstr, in updateTables() argument
503 Record *RegRec = RegInstr->TheDef; in updateTables()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp103 static unsigned getHWReg(const SIInstrInfo *TII, const MachineInstr &RegInstr) { in getHWReg() argument
104 const MachineOperand *RegOp = TII->getNamedOperand(RegInstr, in getHWReg()