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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h34 class MachineConstantPoolValue { class in namespace:llvm
40 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {} function in class:llvm::MachineConstantPoolValue
41 virtual ~MachineConstantPoolValue() = default;
43 /// getType - get type of this MachineConstantPoolValue.
57 const MachineConstantPoolValue &V) {
71 MachineConstantPoolValue *MachineCPVal;
75 /// a target specific MachineConstantPoolValue.
83 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A)
124 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries;
143 unsigned getConstantPoolIndex(MachineConstantPoolValue *
[all...]
H A DMIRYamlMapping.h411 struct MachineConstantPoolValue { struct in namespace:llvm::yaml
417 bool operator==(const MachineConstantPoolValue &Other) const {
424 template <> struct MappingTraits<MachineConstantPoolValue> {
425 static void mapping(IO &YamlIO, MachineConstantPoolValue &Constant) {
466 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::MachineConstantPoolValue)
592 std::vector<MachineConstantPoolValue> Constants; /// Constant pool.
624 std::vector<MachineConstantPoolValue>());
H A DAsmPrinter.h52 class MachineConstantPoolValue;
438 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
H A DSelectionDAGNodes.h63 class MachineConstantPoolValue;
1816 MachineConstantPoolValue *MachineCPVal;
1818 int Offset; // It's a MachineConstantPoolValue if top bit is set.
1831 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v,
1851 MachineConstantPoolValue *getMachineCPVal() const {
H A DSelectionDAG.h72 class MachineConstantPoolValue;
670 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
673 SDValue getTargetConstantPool(MachineConstantPoolValue *C, EVT VT,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h32 class SystemZConstantPoolValue : public MachineConstantPoolValue {
44 // Override MachineConstantPoolValue.
H A DSystemZConstantPoolValue.cpp20 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {}
H A DSystemZAsmPrinter.h36 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
H A DSystemZAsmPrinter.cpp689 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h153 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
H A DARMConstantPoolValue.cpp38 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind),
47 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)),
H A DARMConstantPoolValue.h61 class ARMConstantPoolValue : public MachineConstantPoolValue {
H A DARMExpandPseudoInsts.cpp1417 MachineConstantPoolValue *CPV =
1491 MachineConstantPoolValue *CPV;
H A DARMAsmPrinter.cpp859 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1003 void MachineConstantPoolValue::anchor() {}
1038 DenseSet<MachineConstantPoolValue*> Deleted;
1044 for (DenseSet<MachineConstantPoolValue*>::iterator I =
1117 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V,
H A DMIRPrinter.cpp513 yaml::MachineConstantPoolValue YamlConstant;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2809 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1489 SDValue SelectionDAG::getConstantPool(MachineConstantPoolValue *C, EVT VT,

Completed in 335 milliseconds