Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineConstantPool.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);
HDMIRYamlMapping.h548 struct MachineConstantPoolValue {
554 bool operator==(const MachineConstantPoolValue &Other) const {
561 template <> struct MappingTraits<MachineConstantPoolValue> {
562 static void mapping(IO &YamlIO, MachineConstantPoolValue &Constant) {
604 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::MachineConstantPoolValue)
752 std::vector<MachineConstantPoolValue> Constants; /// Constant pool.
802 std::vector<MachineConstantPoolValue>());
HDAsmPrinter.h54 class MachineConstantPoolValue; variable
568 virtual void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
HDSelectionDAGNodes.h64 class MachineConstantPoolValue; variable
1973 MachineConstantPoolValue *MachineCPVal;
1988 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v, SDVTList VTs,
2008 MachineConstantPoolValue *getMachineCPVal() const {
HDSelectionDAG.h78 class MachineConstantPoolValue; variable
756 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
759 SDValue getTargetConstantPool(MachineConstantPoolValue *C, EVT VT,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZConstantPoolValue.h32 class SystemZConstantPoolValue : public MachineConstantPoolValue {
HDSystemZConstantPoolValue.cpp20 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
HDSystemZAsmPrinter.h107 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
HDSystemZAsmPrinter.cpp870 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaConstantPoolValue.cpp27 : MachineConstantPoolValue(Ty), LabelId(ID), Kind(Kind), in XtensaConstantPoolValue()
33 : MachineConstantPoolValue((Type *)Type::getInt32Ty(C)), LabelId(ID), in XtensaConstantPoolValue()
HDXtensaAsmPrinter.h43 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
HDXtensaConstantPoolValue.h48 class XtensaConstantPoolValue : public MachineConstantPoolValue {
HDXtensaAsmPrinter.cpp63 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYAsmPrinter.h47 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
HDCSKYConstantPoolValue.cpp32 : MachineConstantPoolValue(Ty), Kind(Kind), PCAdjust(PCAdjust), in CSKYConstantPoolValue()
HDCSKYConstantPoolValue.h46 class CSKYConstantPoolValue : public MachineConstantPoolValue {
HDCSKYAsmPrinter.cpp193 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMConstantPoolValue.cpp38 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), in ARMConstantPoolValue()
47 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)), in ARMConstantPoolValue()
HDARMAsmPrinter.h154 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
HDARMConstantPoolValue.h61 class ARMConstantPoolValue : public MachineConstantPoolValue {
HDARMExpandPseudoInsts.cpp2583 MachineConstantPoolValue *CPV = in ExpandMI()
2664 MachineConstantPoolValue *CPV; in ExpandMI()
HDARMAsmPrinter.cpp916 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunction.cpp1374 void MachineConstantPoolValue::anchor() {} in anchor()
1376 unsigned MachineConstantPoolValue::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes()
1413 DenseSet<MachineConstantPoolValue*> Deleted; in ~MachineConstantPool()
1419 for (MachineConstantPoolValue *CPV : MachineCPVsSharingEntries) { in ~MachineConstantPool()
1498 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
HDMIRPrinter.cpp589 yaml::MachineConstantPoolValue YamlConstant; in convert()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp3794 void AsmPrinter::emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue()

12