Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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;
84 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) in MachineConstantPoolEntry()
125 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries;
144 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,
H A DMIRYamlMapping.h340 struct MachineConstantPoolValue {
346 bool operator==(const MachineConstantPoolValue &Other) const {
353 template <> struct MappingTraits<MachineConstantPoolValue> {
354 static void mapping(IO &YamlIO, MachineConstantPoolValue &Constant) {
394 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::MachineConstantPoolValue)
506 std::vector<MachineConstantPoolValue> Constants; /// Constant pool.
534 std::vector<MachineConstantPoolValue>());
H A DAsmPrinter.h52 class MachineConstantPoolValue; variable
417 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
H A DSelectionDAGNodes.h63 class MachineConstantPoolValue; variable
1702 MachineConstantPoolValue *MachineCPVal;
1717 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v,
1737 MachineConstantPoolValue *getMachineCPVal() const {
H A DSelectionDAG.h72 class MachineConstantPoolValue; variable
644 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
647 SDValue getTargetConstantPool(MachineConstantPoolValue *C,
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h33 class SystemZConstantPoolValue : public MachineConstantPoolValue {
H A DSystemZConstantPoolValue.cpp21 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
H A DSystemZAsmPrinter.h37 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
H A DSystemZAsmPrinter.cpp609 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
/freebsd-12.1/contrib/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.h155 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
H A DARMConstantPoolValue.h62 class ARMConstantPoolValue : public MachineConstantPoolValue {
H A DARMExpandPseudoInsts.cpp1405 MachineConstantPoolValue *CPV = in ExpandMI()
1478 MachineConstantPoolValue *CPV; in ExpandMI()
H A DARMAsmPrinter.cpp862 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp911 void MachineConstantPoolValue::anchor() {} in anchor()
946 DenseSet<MachineConstantPoolValue*> Deleted; in ~MachineConstantPool()
952 for (DenseSet<MachineConstantPoolValue*>::iterator I = in ~MachineConstantPool()
1025 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
H A DMIRPrinter.cpp467 yaml::MachineConstantPoolValue YamlConstant; in convert()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2713 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1427 SDValue SelectionDAG::getConstantPool(MachineConstantPoolValue *C, EVT VT, in getConstantPool()