Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/unittests/Core/
H A DMCPlusBuilder.cpp124 bool Replaced = BC->MIB->replaceRegWithImm(*II, X86::EBX, 1); in TEST_P()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DTailDuplication.cpp208 Replaced = BC.MIB->replaceRegWithImm( in constantAndCopyPropagate()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h987 virtual bool replaceRegWithImm(MCInst &Inst, unsigned Register, in replaceRegWithImm() function
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp2675 bool replaceRegWithImm(MCInst &Inst, unsigned Register, in replaceRegWithImm() function in __anoncef8f4420111::X86MCPlusBuilder