Searched refs:LocationOps (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SDNodeDbgValue.h | 140 SDDbgOperand *LocationOps; variable 159 LocationOps(Alloc.Allocate<SDDbgOperand>(L.size())), in SDDbgValue() 166 std::copy(L.begin(), L.end(), LocationOps); in SDDbgValue() 185 return ArrayRef<SDDbgOperand>(LocationOps, NumLocationOps); in getLocationOps() 189 return SmallVector<SDDbgOperand>(LocationOps, LocationOps + NumLocationOps); in copyLocationOps()
|
| H A D | InstrEmitter.cpp | 686 ArrayRef<SDDbgOperand> LocationOps = SD->getLocationOps(); in EmitDbgValue() local 687 assert(!LocationOps.empty() && "dbg_value with no location operands?"); in EmitDbgValue() 700 AddDbgValueLocationOps(MIB, DbgValDesc, LocationOps, VRBaseMap); in EmitDbgValue() 717 ArrayRef<SDDbgOperand> LocationOps, in AddDbgValueLocationOps() argument 719 for (const SDDbgOperand &Op : LocationOps) { in AddDbgValueLocationOps()
|
| H A D | SelectionDAGBuilder.cpp | 1324 SmallVector<SDDbgOperand> LocationOps; in handleDebugValue() local 1330 LocationOps.emplace_back(SDDbgOperand::fromConst(V)); in handleDebugValue() 1339 LocationOps.emplace_back(SDDbgOperand::fromFrameIdx(SI->second)); in handleDebugValue() 1365 LocationOps.emplace_back(SDDbgOperand::fromFrameIdx(FISDN->getIndex())); in handleDebugValue() 1368 LocationOps.emplace_back( in handleDebugValue() 1424 LocationOps.emplace_back(SDDbgOperand::fromVReg(Reg)); in handleDebugValue() 1433 assert(!LocationOps.empty()); in handleDebugValue() 1435 DAG.getDbgValueList(Var, Expr, LocationOps, Dependencies, in handleDebugValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 1417 SmallDenseSet<Value *> LocationOps(DVI->location_ops().begin(), in sanitizeFunction() local 1419 for (Value *V : LocationOps) { in sanitizeFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 8005 SmallDenseSet<Value *> LocationOps(DVI.location_ops().begin(), in fixupDbgValue() local 8007 for (Value *Location : LocationOps) { in fixupDbgValue()
|