Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DAllocCombiner.cpp95 BC.MIB->addToImm(Inst, Adjustment, BC.Ctx.get()); in combineAdjustments()
H A DShrinkWrapping.cpp687 Success = BC.MIB->addToImm(Inst, Adjustment, &*BC.Ctx); in performChanges()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h1004 virtual bool addToImm(MCInst &Inst, int64_t &Amt, MCContext *Ctx) const { in addToImm() function
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp1430 bool addToImm(MCInst &Inst, int64_t &Amt, MCContext *Ctx) const override { in addToImm() function in __anoncef8f4420111::X86MCPlusBuilder