Searched refs:WithStackValue (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 1235 bool WithStackValue = true; in replaceFrameIndices() local 1236 DIExpr = DIExpression::prependOpcodes(DIExpr, Ops, WithStackValue); in replaceFrameIndices()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 1415 bool WithStackValue = true; in replaceFrameIndexDebugInstr() local 1416 DIExpr = DIExpression::prependOpcodes(DIExpr, Ops, WithStackValue); in replaceFrameIndexDebugInstr()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1204 bool WithStackValue = true; in TryToShrinkGlobalToBoolean() local 1205 E = DIExpression::prependOpcodes(E, Ops, WithStackValue); in TryToShrinkGlobalToBoolean()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1658 bool WithStackValue) { in salvageDebugInfoImpl() argument 1666 DIExpr = DIExpression::prependOpcodes(DIExpr, Ops, WithStackValue); in salvageDebugInfoImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1692 bool WithStackValue = true; in TryToShrinkGlobalToBoolean() local 1693 E = DIExpression::prependOpcodes(E, Ops, WithStackValue); in TryToShrinkGlobalToBoolean()
|