Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp1562 SmallVector<SDDbgOperand> LocationOps; in handleDebugValue() local
1568 LocationOps.emplace_back(SDDbgOperand::fromConst(V)); in handleDebugValue()
1575 LocationOps.emplace_back(SDDbgOperand::fromConst(CE->getOperand(0))); in handleDebugValue()
1584 LocationOps.emplace_back(SDDbgOperand::fromFrameIdx(SI->second)); in handleDebugValue()
1612 LocationOps.emplace_back(SDDbgOperand::fromFrameIdx(FISDN->getIndex())); in handleDebugValue()
1615 LocationOps.emplace_back( in handleDebugValue()
1671 LocationOps.emplace_back(SDDbgOperand::fromVReg(Reg)); in handleDebugValue()
1680 assert(!LocationOps.empty()); in handleDebugValue()
1681 SDDbgValue *SDV = DAG.getDbgValueList(Var, Expr, LocationOps, Dependencies, in handleDebugValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6080 LocationOps = Base.LocationOps; in clone()
6085 LocationOps.clear(); in clear()
6092 SmallVector<Value *, 2> LocationOps; member
6101 auto *It = llvm::find(LocationOps, V); in pushLocation()
6103 if (It != LocationOps.end()) { in pushLocation()
6106 ArgIndex = LocationOps.size(); in pushLocation()
6107 LocationOps.push_back(V); in pushLocation()
6333 assert(!LocationOps.empty() && in appendToVectors()
6338 for (const auto &Op : LocationOps) { in appendToVectors()
6377 SmallVector<WeakVH, 2> LocationOps; member
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8433 SmallDenseSet<Value *> LocationOps(DVI.location_ops().begin(), in fixupDbgValue() local
8435 for (Value *Location : LocationOps) { in fixupDbgValue()
8466 SmallDenseSet<Value *> LocationOps(DPV.location_ops().begin(), in fixupDPValue() local
8468 for (Value *Location : LocationOps) { in fixupDPValue()