Home
last modified time | relevance | path

Searched defs:RegIndex (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DR600ISelLowering.cpp99 int64_t RegIndex = MI->getOperand(1).getImm(); in EmitInstrWithCustomInserter() local
261 int64_t RegIndex = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue(); in LowerOperation() local
282 int64_t RegIndex = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in LowerOperation() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.cpp121 unsigned RegIndex = MI->getOperand(RegOpIdx).getImm(); in expandPostRAPseudo() local
135 unsigned RegIndex = MI->getOperand(RegOpIdx).getImm(); in expandPostRAPseudo() local
286 unsigned RegIndex; in getIndirectIndexBegin() local
DR600ISelLowering.cpp619 int64_t RegIndex = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue(); in LowerOperation() local
653 int64_t RegIndex = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in LowerOperation() local
DR600InstrInfo.cpp1094 unsigned R600InstrInfo::calculateIndirectAddress(unsigned RegIndex, in calculateIndirectAddress()
DSIInstrInfo.cpp2613 unsigned SIInstrInfo::calculateIndirectAddress(unsigned RegIndex, in calculateIndirectAddress()
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1114 SlotIndex RegIndex = Idx.getRegSlot(); in eliminateUndefCopy() local
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3676 void MipsAsmParser::warnIfRegIndexIsAT(unsigned RegIndex, SMLoc Loc) { in warnIfRegIndexIsAT()