Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MachineConstantPoolValue

35 class MachineConstantPoolValue {
41 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {}
42 virtual ~MachineConstantPoolValue() = default;
44 /// getType - get type of this MachineConstantPoolValue.
58 const MachineConstantPoolValue &V) {
72 MachineConstantPoolValue *MachineCPVal;
76 /// a target specific MachineConstantPoolValue.
84 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A)
125 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries;
144 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,