Home
last modified time | relevance | path

Searched refs:MachineConstantPoolValue (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h35 class MachineConstantPoolValue {
41 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {} in MachineConstantPoolValue() function
42 virtual ~MachineConstantPoolValue() = default;
58 const MachineConstantPoolValue &V) {
72 MachineConstantPoolValue *MachineCPVal;
85 MachineConstantPoolEntry(MachineConstantPoolValue *V, Align A) in MachineConstantPoolEntry()
121 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries;
140 unsigned getConstantPoolIndex(MachineConstantPoolValue *V, Align Alignment);
H A DMIRYamlMapping.h551 struct MachineConstantPoolValue {
557 bool operator==(const MachineConstantPoolValue &Other) const {
564 template <> struct MappingTraits<MachineConstantPoolValue> {
565 static void mapping(IO &YamlIO, MachineConstantPoolValue &Constant) {
627 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::MachineConstantPoolValue)
782 std::vector<MachineConstantPoolValue> Constants; /// Constant pool.
840 std::vector<MachineConstantPoolValue>());
H A DAsmPrinter.h55 class MachineConstantPoolValue;
575 virtual void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
54 class MachineConstantPoolValue; global() variable
H A DSelectionDAGNodes.h64 class MachineConstantPoolValue; variable
2007 MachineConstantPoolValue *MachineCPVal;
2009 int Offset; // It's a MachineConstantPoolValue if top bit is set.
2022 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v, SDVTList VTs,
2042 MachineConstantPoolValue *getMachineCPVal() const {
H A DSelectionDAG.h78 class MachineConstantPoolValue; variable
773 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
776 SDValue getTargetConstantPool(MachineConstantPoolValue *C, EVT VT,
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.cpp27 : MachineConstantPoolValue(Ty), LabelId(ID), Kind(Kind), in XtensaConstantPoolValue()
33 : MachineConstantPoolValue((Type *)Type::getInt32Ty(C)), LabelId(ID), in XtensaConstantPoolValue()
H A DXtensaAsmPrinter.h43 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
H A DXtensaConstantPoolValue.h48 class XtensaConstantPoolValue : public MachineConstantPoolValue {
H A DXtensaAsmPrinter.cpp64 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue()
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h32 class SystemZConstantPoolValue : public MachineConstantPoolValue {
H A DSystemZConstantPoolValue.cpp19 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
H A DSystemZAsmPrinter.h107 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
H A DSystemZAsmPrinter.cpp972 MachineConstantPoolValue *MCPV) { in PrintAsmMemoryOperand()
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.h46 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
H A DCSKYConstantPoolValue.cpp32 : MachineConstantPoolValue(Ty), Kind(Kind), PCAdjust(PCAdjust), in CSKYConstantPoolValue()
H A DCSKYConstantPoolValue.h46 class CSKYConstantPoolValue : public MachineConstantPoolValue {
H A DCSKYAsmPrinter.cpp195 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue()
/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp38 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), in ARMConstantPoolValue()
47 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)), in ARMConstantPoolValue()
H A DARMAsmPrinter.h153 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
H A DARMConstantPoolValue.h61 class ARMConstantPoolValue : public MachineConstantPoolValue {
H A DARMExpandPseudoInsts.cpp2626 MachineConstantPoolValue *CPV = in ExpandMI()
2707 MachineConstantPoolValue *CPV; in ExpandMI()
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1445 void MachineConstantPoolValue::anchor() {} in CanShareConstantPoolEntry()
1447 unsigned MachineConstantPoolValue::getSizeInBytes(const DataLayout &DL) const { in CanShareConstantPoolEntry()
1484 DenseSet<MachineConstantPoolValue*> Deleted; in getConstantPoolIndex()
1490 for (MachineConstantPoolValue *CPV : MachineCPVsSharingEntries) { in getConstantPoolIndex()
1569 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V,
H A DMIRPrinter.cpp639 yaml::MachineConstantPoolValue YamlConstant; in guessSuccessors()
/llvm-project/llvm/docs/
H A DMIRLangRef.rst140 - The target-specific ``MachineConstantPoolValue`` subclasses (in the ARM and
154 ``MachineConstantPoolValue`` subclasses can't use the MIR format at the moment.
629 ``MachineConstantPoolValue``. When serializing all the function's constants the
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dpr15031.ll232 %"class.llvm::MachineConstantPoolValue" = type { ptr, ptr }

12