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

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h147 const uint16_t *ImplicitDefs; // Registers implicitly defined by this instr member in class:llvm::MCInstrDesc
530 return ImplicitDefs;
535 if (!ImplicitDefs) return 0;
537 for (; ImplicitDefs[i]; ++i) /*empty*/;
554 if (const uint16_t *ImpDefs = ImplicitDefs)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1367 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
1392 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
1420 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
1444 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
1469 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
1492 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
1519 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
1546 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
1562 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
1579 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[
[all...]
H A DScheduleDAGFast.cpp437 assert(MCID.ImplicitDefs && "Physical reg def must be in implicit def list!");
515 if (!MCID.ImplicitDefs)
H A DScheduleDAGSDNodes.cpp126 II.ImplicitDefs[ResNo - II.getNumDefs()] == Reg) {
H A DScheduleDAGRRList.cpp1195 assert(MCID.ImplicitDefs && "Physical reg def must be in implicit def list!");
1321 if (!MCID.ImplicitDefs)
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h219 /// ImplicitDefs/ImplicitUses - These are lists of registers that are
221 std::vector<Record*> ImplicitDefs, ImplicitUses; member in class:llvm::CodeGenInstruction
H A DCodeGenInstruction.cpp332 ImplicitDefs = R->getValueAsListOfDefs("Defs");
364 if (ImplicitDefs.empty()) return MVT::Other;
367 Record *FirstImplicitDef = ImplicitDefs[0];
H A DDAGISelMatcherGen.cpp841 HandledReg = II.ImplicitDefs[0];
964 HandledReg = II.ImplicitDefs[0];
H A DCodeGenDAGPatterns.cpp1674 if (!InstInfo.ImplicitDefs.empty()) {
1678 // ImplicitDefs.
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp303 .addReg(II.ImplicitDefs[0]));
331 .addReg(II.ImplicitDefs[0]));
363 .addReg(II.ImplicitDefs[0]));
389 .addReg(II.ImplicitDefs[0]));
419 .addReg(II.ImplicitDefs[0]));
438 .addReg(II.ImplicitDefs[0]));
/external/llvm/lib/Target/R600/
H A DSIInstrInfo.cpp1532 if (NewDesc.ImplicitDefs) {
1533 for (unsigned i = 0; NewDesc.ImplicitDefs[i]; ++i) {
1534 unsigned Reg = NewDesc.ImplicitDefs[i];
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp538 if (MCID->ImplicitDefs)
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1555 if (NewDesc.ImplicitDefs)

Completed in 2199 milliseconds