Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp503 struct ConstantInliner { struct
504 explicit ConstantInliner(const APInt &Constant) : Constant_(Constant) {} in ConstantInliner() argument
519 ConstantInliner &add(const MCInst &Inst) { in add() argument
533 std::vector<MCInst> ConstantInliner::loadAndFinalize(unsigned Reg, in loadAndFinalize()
543 std::vector<MCInst> ConstantInliner::loadX87STAndFinalize(unsigned Reg) { in loadX87STAndFinalize()
558 std::vector<MCInst> ConstantInliner::loadX87FPAndFinalize(unsigned Reg) { in loadX87FPAndFinalize()
572 std::vector<MCInst> ConstantInliner::popFlagAndFinalize() { in popFlagAndFinalize()
579 ConstantInliner::loadImplicitRegAndFinalize(unsigned Opcode, unsigned Value) { in loadImplicitRegAndFinalize()
593 void ConstantInliner::initStack(unsigned Bytes) { in initStack()
867 ConstantInliner CI(Value); in setRegTo()