Home
last modified time | relevance | path

Searched refs:ImplicitDefs (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h205 const MCPhysReg *ImplicitDefs; // Registers implicitly defined by this instr variable
581 const MCPhysReg *getImplicitDefs() const { return ImplicitDefs; } in getImplicitDefs()
585 if (!ImplicitDefs) in getNumImplicitDefs()
588 for (; ImplicitDefs[i]; ++i) /*empty*/ in getNumImplicitDefs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCSE.cpp516 SmallVector<unsigned, 2> ImplicitDefs; in ProcessBlockCSE() local
627 ImplicitDefs.push_back(OldReg); in ProcessBlockCSE()
692 for (auto ImplicitDef : ImplicitDefs) in ProcessBlockCSE()
699 for (auto ImplicitDef : ImplicitDefs) in ProcessBlockCSE()
727 ImplicitDefs.clear(); in ProcessBlockCSE()
H A DMachineInstr.cpp105 if (MCID->ImplicitDefs) in addImplicitDefUseOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp189 if (!II->ImplicitDefs.empty()) { in EmitInstrDocs()
192 for (Record *Def : II->ImplicitDefs) in EmitInstrDocs()
H A DCodeGenInstruction.cpp419 ImplicitDefs = R->getValueAsListOfDefs("Defs"); in CodeGenInstruction()
454 if (ImplicitDefs.empty()) return MVT::Other; in HasOneImplicitDefWithKnownVT()
457 Record *FirstImplicitDef = ImplicitDefs[0]; in HasOneImplicitDefWithKnownVT()
H A DCodeGenInstruction.h233 std::vector<Record*> ImplicitDefs, ImplicitUses; variable
H A DDAGISelMatcherGen.cpp925 HandledReg = II.ImplicitDefs[0]; in EmitResultInstructionAsOperand()
1067 HandledReg = II.ImplicitDefs[0]; in EmitResultCode()
H A DGlobalISelEmitter.cpp3097 if (!I->ImplicitDefs.empty() || !I->ImplicitUses.empty()) { in emitActionOpcodes()
3098 for (auto Def : I->ImplicitDefs) { in emitActionOpcodes()
3613 const std::vector<Record *> &ImplicitDefs) const;
4959 const std::vector<Record *> &ImplicitDefs) const { in importImplicitDefRenderers()
4960 if (!ImplicitDefs.empty()) in importImplicitDefRenderers()
H A DCodeGenDAGPatterns.cpp2526 if (!InstInfo.ImplicitDefs.empty()) { in ApplyTypeConstraints()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCInstrDesc.cpp35 if (const MCPhysReg *ImpDefs = ImplicitDefs) in hasImplicitDefOfPhysReg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1939 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]); in fastEmitInst_r()
1963 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]); in fastEmitInst_rr()
1989 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]); in fastEmitInst_rrr()
2011 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]); in fastEmitInst_ri()
2035 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]); in fastEmitInst_rii()
2054 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]); in fastEmitInst_f()
2079 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]); in fastEmitInst_rri()
2095 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]); in fastEmitInst_i()
H A DScheduleDAGFast.cpp433 assert(MCID.ImplicitDefs && "Physical reg def must be in implicit def list!"); in getPhysicalRegisterVT()
512 if (!MCID.ImplicitDefs) in DelayForLiveRegsBottomUp()
H A DScheduleDAGRRList.cpp1284 assert(MCID.ImplicitDefs && "Physical reg def must be in implicit def list!"); in getPhysicalRegisterVT()
1425 if (!MCID.ImplicitDefs) in DelayForLiveRegsBottomUp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp163 if (const MCPhysReg *R = D.ImplicitDefs) in getDefsUses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp314 .addReg(II.ImplicitDefs[0])); in fastEmitInst_r()
341 .addReg(II.ImplicitDefs[0])); in fastEmitInst_rr()
366 .addReg(II.ImplicitDefs[0])); in fastEmitInst_ri()
385 .addReg(II.ImplicitDefs[0])); in fastEmitInst_i()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1203 if (MCID.ImplicitDefs) in verifyImplicitOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp3978 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]); in fastEmitInst_rrrr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2708 if (NewDesc.ImplicitDefs) in optimizeCompareInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodeGenerator.rst1319 ``TargetInstrInfo::get(opcode)::ImplicitDefs``, where ``opcode`` is the opcode