OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDef
(Results
1 - 25
of
55
) sorted by null
1
2
3
/external/llvm/utils/TableGen/
CodeGenInstruction.cpp
36
if (Init->
getDef
()->getName() != "outs")
45
if (Init->
getDef
()->getName() != "ins")
67
Record *Rec = Arg->
getDef
();
84
cast<DefInit>(MIOpInfo->getOperator())->
getDef
()->getName() != "ops")
422
if (ADI && ADI->
getDef
() == InstOpRec) {
428
ResOp = ResultOperand(Result->getArgName(AliasOpNo), ADI->
getDef
());
434
if (ADI && ADI->
getDef
()->isSubClassOf("RegisterClass")) {
438
.hasSubClass(&T.getRegisterClass(ADI->
getDef
())))
440
ResOp = ResultOperand(Result->getArgName(AliasOpNo), ADI->
getDef
());
445
if (ADI && ADI->
getDef
()->isSubClassOf("Register"))
[
all
...]
PseudoLoweringEmitter.cpp
80
if (DI->
getDef
()->isSubClassOf("Register") ||
81
DI->
getDef
()->getName() == "zero_reg") {
83
OperandMap[BaseIdx + i].Data.Reg = DI->
getDef
();
92
if (DI->
getDef
() != Insn.Operands[BaseIdx + i].Rec)
94
"Pseudo operand type '" + DI->
getDef
()->getName() +
134
Record *Operator = OpDef->
getDef
();
OptParserEmitter.cpp
176
OS << getOptionName(*DI->
getDef
());
220
OS << getOptionName(*DI->
getDef
());
227
OS << getOptionName(*DI->
getDef
());
255
OS << cast<DefInit>(LI->getElement(i))->
getDef
()->getName();
SetTheory.cpp
203
cast<DefInit>(Expr->getOperator())->
getDef
()->getRecords();
214
Record *Rec = Records.
getDef
(OS.str());
273
if (const RecVec *Result = expand(Def->
getDef
()))
275
Elts.insert(Def->
getDef
());
290
Operator *Op = Operators.lookup(OpInit->
getDef
()->getName());
CodeGenDAGPatterns.cpp
783
Record *Def = Pred->
getDef
();
908
!static_cast<DefInit*>(NodeToApply->getLeafValue())->
getDef
()
914
getValueType(static_cast<DefInit*>(NodeToApply->getLeafValue())->
getDef
());
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp
88
i[5] = bld->mkOp3(OP_MAD, fTy, mul->
getDef
(0), a[1], b[1], r[2]);
96
bld->mkMov(mul->
getDef
(0), t[3]);
318
i->
getDef
(0)->reg.size = 2; // $aX are only 16 bit
348
arl = bld.mkOp2(OP_SHL, TYPE_U32, i->
getDef
(0), bld.getSSA(), bld.mkImm(0));
357
Value *def = mul->
getDef
(0);
366
Value *res = cloneShallow(func, mul->
getDef
(0));
369
add->setSrc(0, mul->
getDef
(0));
505
if (insn->defExists(0) && insn->
getDef
(0)->reg.file == FILE_ADDRESS)
570
tid = bld.mkMov(bld.getScratch(), arg, TYPE_U32)->
getDef
(0);
662
bld.mkCvt(OP_CVT, TYPE_U8, flags, TYPE_U32, cond->
getDef
(0))
[
all
...]
nv50_ir_peephole.cpp
51
if (!
getDef
(0)->equals(getSrc(0)))
70
if (
getDef
(d)->refCount() ||
getDef
(d)->reg.data.id >= 0)
106
if (mov->
getDef
(0)->reg.data.id < 0 && si && si->op != OP_PHI) {
218
if (ld->
getDef
(0)->refCount() == 0)
577
mul2->def(0).replace(mul1->
getDef
(0), false);
583
mul2->def(0).replace(mul1->
getDef
(0), false);
591
if (mul2->
getDef
(0)->refCount() == 1 && !mul2->saturate) {
595
insn = mul2->
getDef
(0)->uses.front()->getInsn();
600
s2 = insn->getSrc(0) == mul1->
getDef
(0) ? 0 : 1
[
all
...]
nv50_ir_ra.cpp
373
mov->setDef(0, new_LValue(func, phi->
getDef
(0)->asLValue()));
374
phi->setSrc(j, mov->
getDef
(0));
412
LValue *tmp = new_LValue(func, cal->
getDef
(d)->asLValue());
418
mov->setDef(0, cal->
getDef
(d));
496
bb->liveSet.clr(i->
getDef
(d)->id);
502
bb->liveSet.clr(i->
getDef
(0)->id);
551
bb->liveSet.clr(i->
getDef
(0)->id);
572
bb->liveSet.clr(i->
getDef
(d)->id);
573
if (i->
getDef
(d)->reg.data.id >= 0) // add hazard for fixed regs
574
i->
getDef
(d)->livei.extend(i->serial, i->serial)
[
all
...]
nv50_ir.cpp
743
i->setDef(d, pol.get(
getDef
(d)));
768
if (
getDef
(i)->reg.file !=
getDef
(d)->reg.file)
842
if (
getDef
(d)->inFile(FILE_PREDICATE) ||
getDef
(d)->inFile(FILE_FLAGS))
852
if (a->
getDef
(d)->interfers(b->getSrc(s)))
862
if (a->
getDef
(d)->interfers(b->
getDef
(c)))
nv50_ir_build_util.cpp
188
insn->
getDef
(0)->reg.data.id = id;
289
val = mkMov(getSSA(halfSize * 2), val, fTy)->
getDef
(0);
nv50_ir_ssa.cpp
249
assigned.set(i->
getDef
(d)->id);
281
bb->defSet.set(i->
getDef
(d)->id);