Searched refs:getDef (Results 26 - 50 of 61) sorted by relevance

123

/external/llvm/lib/TableGen/
H A DRecord.cpp553 return DI->getDef();
704 if (Record *D = (CurRec->getRecords()).getDef(Name))
807 if (!LOp || !ROp || LOp->getDef() != ROp->getDef())
1058 Record *Val = RHSd->getDef();
1060 Val = MHSd->getDef();
1434 if (getDef()->isSubClassOf(RRT->getRecord()))
1786 Defs.push_back(DI->getDef());
1841 return DI->getDef();
H A DTGParser.cpp341 if (Records.getDef(IterRec->getNameInitAsString())) {
749 if (Record *D = Records.getDef(Name))
1998 if (Records.getDef(CurRec->getNameInitAsString()))
2416 if (Records.getDef(CurRec->getNameInitAsString())) {
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp250 assigned.set(i->getDef(d)->id);
282 bb->defSet.set(i->getDef(d)->id);
H A Dnv50_ir_emit_nvc0.cpp1280 if (i->getDef(0)->interfers(i->next->getSrc(0)))
1282 return !i->next->srcExists(1) || !i->getDef(0)->interfers(i->next->getSrc(1));
1562 rDef = i->getDef(0);
1564 pDef = i->getDef(0);
1568 rDef = i->getDef(1);
1570 pDef = i->getDef(1);
1627 code[0] |= ((i->getDef(0)->reg.size / 4) - 1) << 5;
2253 code[1] |= i->getDef(0)->reg.data.id << 23;
2257 code[1] |= i->getDef(1)->reg.data.id << 23;
3255 recordWr(insn->getDef(
[all...]
H A Dnv50_ir_print.cpp646 pos += getDef(d)->print(&buf[pos], size - pos);
H A Dnv50_ir_emit_gk110.cpp1214 if (i->getDef(0)->interfers(i->next->getSrc(0)))
1216 return !i->next->srcExists(1) || !i->getDef(0)->interfers(i->next->getSrc(1));
1764 code[1] |= i->getDef(1)->reg.data.id << pos;
1768 code[1] |= i->getDef(1)->reg.data.id << pos;
H A Dnv50_ir_from_tgsi.cpp1773 return insn->getDef(0);
1933 return ld->getDef(0);
1938 return ld->getDef(0);
1943 return ld->getDef(0);
2140 proj = insn->getDef(0);
2154 dst[c] = insn->getDef(0);
3093 val0 = mkOp1(op, TYPE_F32, getScratch(), fetchSrc(0, 0))->getDef(0);
H A Dnv50_ir_emit_nv50.cpp345 setDst(i->getDef(d));
755 DataFile df = i->getDef(0)->reg.file;
1891 else if (insn->getDef(0)->reg.file == FILE_ADDRESS)
/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h122 static MemDepResult getDef(Instruction *Inst) { function in class:llvm::MemDepResult
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DInstrInfoEmitter.cpp73 Record *OpR = dynamic_cast<DefInit*>(MIOI->getArg(j))->getDef();
H A DDAGISelMatcherGen.cpp224 Record *LeafRec = DI->getDef();
499 CGP.getComplexPattern(((DefInit*)N->getLeafValue())->getDef());
583 Record *Def = DI->getDef();
H A DFastISelEmitter.cpp247 Record *OpLeafRec = OpDI->getDef();
405 Record *OpLeafRec = OpDI->getDef();
473 SubRegNo = getQualifiedName(SR->getDef());
H A DAsmMatcherEmitter.cpp872 Rec = dynamic_cast<DefInit*>(OI.MIOperandInfo->getArg(SubOpIdx))->getDef();
883 Record *MatchClass = DI->getDef();
1003 Record *Def = RC.getDef();
1062 ClassInfo *SC = AsmOperandClasses[DI->getDef()];
H A DCodeGenTarget.cpp231 const Record *Rec = Records.getDef(Name);
/external/llvm/utils/TableGen/
H A DFastISelEmitter.cpp254 Record *OpLeafRec = OpDI->getDef();
429 Record *OpLeafRec = cast<DefInit>(Op->getLeafValue())->getDef();
497 SubRegNo = getQualifiedName(SR->getDef());
H A DCodeGenRegisters.h317 Record *getDef() const { return TheDef; } function in class:llvm::CodeGenRegisterClass
H A DDAGISelMatcherGen.cpp229 Record *LeafRec = DI->getDef();
616 Record *Def = DI->getDef();
H A DAsmMatcherEmitter.cpp1143 Rec = cast<DefInit>(OI.MIOperandInfo->getArg(SubOpIdx))->getDef();
1158 Record *MatchClass = DI->getDef();
1287 Record *Def = RC.getDef();
1344 ClassInfo *SC = AsmOperandClasses[DI->getDef()];
H A DCodeGenTarget.cpp292 const Record *Rec = Records.getDef(Name);
H A DInstrInfoEmitter.cpp109 Record *OpR = cast<DefInit>(MIOI->getArg(j))->getDef();
H A DCodeGenRegisters.cpp740 assert(!getDef() && "Only synthesized classes can inherit properties");
894 if (!RC.getDef())
1037 if (Record *Def = RC->getDef())
H A DCodeGenSchedule.cpp146 Record *NoModelDef = Records.getDef("NoSchedModel");
147 Record *NoItinsDef = Records.getDef("NoItineraries");
502 SchedClasses.back().ItinClassDef = Records.getDef("NoItinerary");
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp450 static MachineInstr *getDef(unsigned Reg, function
478 MachineInstr *RLL = getDef(SrcReg, MRI);
481 RLL = getDef(LGFR->getOperand(1).getReg(), MRI);
486 MachineInstr *SRL = getDef(RLL->getOperand(1).getReg(), MRI);
490 MachineInstr *IPM = getDef(SRL->getOperand(1).getReg(), MRI);
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
H A DRecord.h1188 Record *getDef() const { return Def; } function in class:llvm::DefInit
1596 Record *getDef(const std::string &Name) const {
1605 assert(getDef(R->getName()) == 0 && "Def already exists!");
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGParser.cpp672 if (Record *D = Records.getDef(Name))
1680 if (Records.getDef(CurRec->getName())) {
2001 if (Records.getDef(CurRec->getName()))

Completed in 861 milliseconds

123