Searched refs:ImplicitDefs (Results 1 - 12 of 12) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h146 const uint16_t *ImplicitDefs; // Registers implicitly defined by this instr member in class:llvm::MCInstrDesc
505 return ImplicitDefs;
510 if (ImplicitDefs == 0) return 0;
512 for (; ImplicitDefs[i]; ++i) /*empty*/;
529 if (const uint16_t *ImpDefs = ImplicitDefs)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1232 ResultReg).addReg(II.ImplicitDefs[0]);
1254 ResultReg).addReg(II.ImplicitDefs[0]);
1278 ResultReg).addReg(II.ImplicitDefs[0]);
1299 ResultReg).addReg(II.ImplicitDefs[0]);
1322 ResultReg).addReg(II.ImplicitDefs[0]);
1343 ResultReg).addReg(II.ImplicitDefs[0]);
1367 ResultReg).addReg(II.ImplicitDefs[0]);
1391 ResultReg).addReg(II.ImplicitDefs[0]);
1407 ResultReg).addReg(II.ImplicitDefs[0]);
1424 ResultReg).addReg(II.ImplicitDefs[
[all...]
H A DScheduleDAGFast.cpp436 assert(MCID.ImplicitDefs && "Physical reg def must be in implicit def list!");
514 if (!MCID.ImplicitDefs)
H A DScheduleDAGSDNodes.cpp125 II.ImplicitDefs[ResNo - II.getNumDefs()] == Reg) {
H A DScheduleDAGRRList.cpp1193 assert(MCID.ImplicitDefs && "Physical reg def must be in implicit def list!");
1319 if (!MCID.ImplicitDefs)
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp328 ImplicitDefs = R->getValueAsListOfDefs("Defs");
346 if (ImplicitDefs.empty()) return MVT::Other;
349 Record *FirstImplicitDef = ImplicitDefs[0];
H A DCodeGenInstruction.h213 /// ImplicitDefs/ImplicitUses - These are lists of registers that are
215 std::vector<Record*> ImplicitDefs, ImplicitUses; member in class:llvm::CodeGenInstruction
H A DDAGISelMatcherGen.cpp811 HandledReg = II.ImplicitDefs[0];
936 HandledReg = II.ImplicitDefs[0];
H A DCodeGenDAGPatterns.cpp1634 if (!InstInfo.ImplicitDefs.empty()) {
1638 // ImplicitDefs.
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp317 .addReg(II.ImplicitDefs[0]));
339 .addReg(II.ImplicitDefs[0]));
364 .addReg(II.ImplicitDefs[0]));
386 .addReg(II.ImplicitDefs[0]));
408 .addReg(II.ImplicitDefs[0]));
433 .addReg(II.ImplicitDefs[0]));
452 .addReg(II.ImplicitDefs[0]));
472 .addReg(II.ImplicitDefs[0]));
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp521 if (MCID->ImplicitDefs)
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1329 if (NewDesc.ImplicitDefs)

Completed in 273 milliseconds