Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MachineConstantPoolValue

37 class MachineConstantPoolValue {
42 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {}
43 virtual ~MachineConstantPoolValue() {}
45 /// getType - get type of this MachineConstantPoolValue.
59 const MachineConstantPoolValue &V) {
73 MachineConstantPoolValue *MachineCPVal;
77 /// a target specific MachineConstantPoolValue.
84 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A)
125 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries;
144 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,