Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DFrameOptimizer.cpp139 if (!MIB->replaceMemOperandWithImm(Inst, StringRef(Buf, 8), 0)) { in removeUnnecessaryLoads()
H A DBinaryPasses.cpp1167 if (MIB->replaceMemOperandWithImm(Inst, ConstantData, Offset)) { in simplifyRODataLoads()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h1013 virtual bool replaceMemOperandWithImm(MCInst &Inst, StringRef ConstantData, in replaceMemOperandWithImm() function
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp1468 bool replaceMemOperandWithImm(MCInst &Inst, StringRef ConstantData, in replaceMemOperandWithImm() function in __anoncef8f4420111::X86MCPlusBuilder