Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h615 static MCCFIInstruction createSameValue(MCSymbol *L, unsigned Register) { in createSameValue() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp576 Offset, MCCFIInstruction::createSameValue(nullptr, Instr.Ops[0])); in fillCFIInfoFor()
H A DBinaryFunction.cpp713 setCFIFor(Instr, MCCFIInstruction::createSameValue(nullptr, NewReg)); in mutateCFIRegisterFor()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCStreamer.cpp605 MCCFIInstruction::createSameValue(Label, Register); in emitCFISameValue()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp3336 CFIIndex = MF.addFrameInst(MCCFIInstruction::createSameValue( in adjustForSegmentedStacks()
3340 CFIIndex = MF.addFrameInst(MCCFIInstruction::createSameValue( in adjustForSegmentedStacks()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DShrinkWrapping.cpp1754 MCCFIInstruction::createSameValue( in insertCFIsForPushOrPop()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2417 CFIIndex = MF.addFrameInst(MCCFIInstruction::createSameValue(nullptr, Reg)); in parseCFIOperand()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp590 MF.addFrameInst(MCCFIInstruction::createSameValue(nullptr, DwarfReg)); in insertCFISameValue()