Home
last modified time | relevance | path

Searched refs:createAdjustCfaOffset (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/MC/
DMCDwarf.h390 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) { in createAdjustCfaOffset() function
/external/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp535 MCCFIInstruction::createAdjustCfaOffset(nullptr, SlotSize)); in adjustCallSequence()
DX86FrameLowering.cpp2622 MCCFIInstruction::createAdjustCfaOffset(nullptr, -InternalAmt)); in eliminateCallFramePseudoInstr()
2654 BuildCFI(MBB, I, DL, MCCFIInstruction::createAdjustCfaOffset( in eliminateCallFramePseudoInstr()
DX86InstrInfo.cpp5484 MCCFIInstruction::createAdjustCfaOffset(nullptr, StackAdjustment)); in ExpandMOVImmSExti8()
5486 MCCFIInstruction::createAdjustCfaOffset(nullptr, -StackAdjustment)); in ExpandMOVImmSExti8()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp581 MCCFIInstruction::createAdjustCfaOffset(nullptr, SlotSize)); in adjustCallSequence()
DX86FrameLowering.cpp2777 MCCFIInstruction::createAdjustCfaOffset(nullptr, -InternalAmt)); in eliminateCallFramePseudoInstr()
2810 MCCFIInstruction::createAdjustCfaOffset(nullptr, in eliminateCallFramePseudoInstr()
DX86InstrInfo.cpp4053 MCCFIInstruction::createAdjustCfaOffset(nullptr, StackAdjustment)); in ExpandMOVImmSExti8()
4055 MCCFIInstruction::createAdjustCfaOffset(nullptr, -StackAdjustment)); in ExpandMOVImmSExti8()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCDwarf.h481 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) { in createAdjustCfaOffset() function
/external/llvm/lib/MC/
DMCStreamer.cpp322 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment); in EmitCFIAdjustCfaOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCStreamer.cpp412 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment); in EmitCFIAdjustCfaOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1743 MCCFIInstruction::createAdjustCfaOffset(nullptr, Offset)); in parseCFIOperand()