Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h141 SDDbgOperand *LocationOps; variable
160 LocationOps(Alloc.Allocate<SDDbgOperand>(L.size())), in SDDbgValue()
167 std::copy(L.begin(), L.end(), LocationOps); in SDDbgValue()
186 return ArrayRef<SDDbgOperand>(LocationOps, NumLocationOps); in getLocationOps()
190 return SmallVector<SDDbgOperand>(LocationOps, LocationOps + NumLocationOps); in copyLocationOps()
H A DInstrEmitter.cpp730 ArrayRef<SDDbgOperand> LocationOps, in AddDbgValueLocationOps() argument
732 for (const SDDbgOperand &Op : LocationOps) { in AddDbgValueLocationOps()
931 SmallVector<SDDbgOperand, 1> LocationOps(1, SD->getLocationOps()[0]); in EmitDbgValueFromSingleOp() local
932 if (Expr && LocationOps[0].getKind() == SDDbgOperand::CONST) { in EmitDbgValueFromSingleOp()
933 const Value *V = LocationOps[0].getConst(); in EmitDbgValueFromSingleOp()
936 LocationOps[0] = SDDbgOperand::fromConst(C); in EmitDbgValueFromSingleOp()
943 AddDbgValueLocationOps(MIB, II, LocationOps, VRBaseMap); in EmitDbgValueFromSingleOp()
H A DSelectionDAGBuilder.cpp1391 SmallVector<SDDbgOperand> LocationOps; in handleDebugValue() local
1397 LocationOps.emplace_back(SDDbgOperand::fromConst(V)); in handleDebugValue()
1404 LocationOps.emplace_back(SDDbgOperand::fromConst(CE->getOperand(0))); in handleDebugValue()
1413 LocationOps.emplace_back(SDDbgOperand::fromFrameIdx(SI->second)); in handleDebugValue()
1441 LocationOps.emplace_back(SDDbgOperand::fromFrameIdx(FISDN->getIndex())); in handleDebugValue()
1444 LocationOps.emplace_back( in handleDebugValue()
1500 LocationOps.emplace_back(SDDbgOperand::fromVReg(Reg)); in handleDebugValue()
1509 assert(!LocationOps.empty()); in handleDebugValue()
1510 SDDbgValue *SDV = DAG.getDbgValueList(Var, Expr, LocationOps, Dependencies, in handleDebugValue()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5959 LocationOps = Base.LocationOps; in clone()
5964 LocationOps.clear(); in clear()
5971 SmallVector<Value *, 2> LocationOps; member
5980 auto *It = llvm::find(LocationOps, V); in pushLocation()
5982 if (It != LocationOps.end()) { in pushLocation()
5985 ArgIndex = LocationOps.size(); in pushLocation()
5986 LocationOps.push_back(V); in pushLocation()
6212 assert(!LocationOps.empty() && in appendToVectors()
6217 for (const auto &Op : LocationOps) { in appendToVectors()
6254 SmallVector<WeakVH, 2> LocationOps; member
[all …]
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8265 SmallDenseSet<Value *> LocationOps(DVI.location_ops().begin(), in fixupDbgValue() local
8267 for (Value *Location : LocationOps) { in fixupDbgValue()