Searched refs:MCIA (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 35 : STI(sti), MCII(mcii), MRI(mri), MCIA(mcia), IM(im), FirstCallInst(true), in InstrBuilder() 665 if (MCIA) { in createInstruction() 667 IsZeroIdiom = MCIA->isZeroIdiom(MCI, Mask, ProcID); in createInstruction() 669 IsZeroIdiom || MCIA->isDependencyBreaking(MCI, Mask, ProcID); in createInstruction() 670 if (MCIA->isOptimizableRegisterMove(MCI, ProcID)) in createInstruction() 742 if (MCIA) in createInstruction() 743 MCIA->clearsSuperRegisters(MRI, MCI, WriteMask); in createInstruction()
|
/openbsd/gnu/llvm/llvm/include/llvm/MCA/ |
H A D | InstrBuilder.h | 65 const MCInstrAnalysis *MCIA; variable
|
/openbsd/gnu/llvm/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 409 std::unique_ptr<MCInstrAnalysis> MCIA( in main() local 540 mca::InstrBuilder IB(*STI, *MCII, *MRI, MCIA.get(), *IM); in main()
|