Home
last modified time | relevance | path

Searched refs:createNegateRAState (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCDwarf.h533 static MCCFIInstruction createNegateRAState(MCSymbol *L) { in createNegateRAState() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCStreamer.cpp642 MCCFIInstruction Instruction = MCCFIInstruction::createNegateRAState(Label); in EmitCFINegateRAState()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp897 MF.addFrameInst(MCCFIInstruction::createNegateRAState(nullptr)); in emitPrologue()
DAArch64InstrInfo.cpp6262 MF.addFrameInst(MCCFIInstruction::createNegateRAState(nullptr)); in signOutlinedFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2255 CFIIndex = MF.addFrameInst(MCCFIInstruction::createNegateRAState(nullptr)); in parseCFIOperand()