Searched defs:LocationOps (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 141 SDDbgOperand *LocationOps; variable
|
H A D | InstrEmitter.cpp | 730 AddDbgValueLocationOps(MachineInstrBuilder & MIB,const MCInstrDesc & DbgValDesc,ArrayRef<SDDbgOperand> LocationOps,DenseMap<SDValue,Register> & VRBaseMap) AddDbgValueLocationOps() argument 931 SmallVector<SDDbgOperand, 1> LocationOps(1, SD->getLocationOps()[0]); EmitDbgValueFromSingleOp() local
|
H A D | SelectionDAGBuilder.cpp | 1562 SmallVector<SDDbgOperand> LocationOps; handleDebugValue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 6092 SmallVector<Value *, 2> LocationOps; global() member 6377 SmallVector<WeakVH, 2> LocationOps; global() member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 8433 SmallDenseSet<Value *> LocationOps(DVI.location_ops().begin(), fixupDbgValue() local 8466 SmallDenseSet<Value *> LocationOps(DPV.location_ops().begin(), fixupDPValue() local
|