Home
last modified time | relevance | path

Searched defs:ImplicitDefs (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DParallelSnippetGenerator.cpp194 BitVector ImplicitDefs(State.getRegInfo().getNumRegs()); in generateCodeTemplates() local
/llvm-project-15.0.7/bolt/lib/Core/
H A DMCPlusBuilder.cpp335 const MCPhysReg *ImplicitDefs = InstInfo.getImplicitDefs(); in getClobberedRegs() local
352 const MCPhysReg *ImplicitDefs = InstInfo.getImplicitDefs(); in getTouchedRegs() local
372 const MCPhysReg *ImplicitDefs = InstInfo.getImplicitDefs(); in getWrittenRegs() local
/llvm-project-15.0.7/bolt/lib/Passes/
H A DRegReAssign.cpp159 const MCPhysReg *ImplicitDefs = Desc.getImplicitDefs(); in rankRegisters() local
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrDesc.h207 const MCPhysReg *ImplicitDefs; // Registers implicitly defined by this instr variable
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCSE.cpp520 SmallVector<unsigned, 2> ImplicitDefs; in ProcessBlockCSE() local
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenInstruction.h234 std::vector<Record*> ImplicitDefs, ImplicitUses; variable