Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCDwarf.h552 static MCCFIInstruction createSameValue(MCSymbol *L, unsigned Register) { in createSameValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCStreamer.cpp567 MCCFIInstruction::createSameValue(Label, Register); in EmitCFISameValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp2603 CFIIndex = MF.addFrameInst(MCCFIInstruction::createSameValue( in adjustForSegmentedStacks()
2607 CFIIndex = MF.addFrameInst(MCCFIInstruction::createSameValue( in adjustForSegmentedStacks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2182 CFIIndex = MF.addFrameInst(MCCFIInstruction::createSameValue(nullptr, Reg)); in parseCFIOperand()