Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h37 class MachineConstantPoolValue {
42 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {} in MachineConstantPoolValue() function
43 virtual ~MachineConstantPoolValue() {} in ~MachineConstantPoolValue()
59 const MachineConstantPoolValue &V) {
73 MachineConstantPoolValue *MachineCPVal;
84 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) in MachineConstantPoolEntry()
125 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries;
144 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,
DMIRYamlMapping.h278 struct MachineConstantPoolValue {
284 template <> struct MappingTraits<MachineConstantPoolValue> {
285 static void mapping(IO &YamlIO, MachineConstantPoolValue &Constant) {
316 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::MachineConstantPoolValue)
399 std::vector<MachineConstantPoolValue> Constants; /// Constant pool.
DAsmPrinter.h46 class MachineConstantPoolValue; variable
322 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineConstantPool.h34 class MachineConstantPoolValue {
40 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {} in MachineConstantPoolValue() function
41 virtual ~MachineConstantPoolValue() = default;
57 const MachineConstantPoolValue &V) {
71 MachineConstantPoolValue *MachineCPVal;
83 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) in MachineConstantPoolEntry()
124 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries;
143 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,
DMIRYamlMapping.h411 struct MachineConstantPoolValue {
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>());
DAsmPrinter.h52 class MachineConstantPoolValue; variable
438 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
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);
DMIRYamlMapping.h522 struct MachineConstantPoolValue {
528 bool operator==(const MachineConstantPoolValue &Other) const {
535 template <> struct MappingTraits<MachineConstantPoolValue> {
536 static void mapping(IO &YamlIO, MachineConstantPoolValue &Constant) {
577 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::MachineConstantPoolValue)
719 std::vector<MachineConstantPoolValue> Constants; /// Constant pool.
766 std::vector<MachineConstantPoolValue>());
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.h33 class SystemZConstantPoolValue : public MachineConstantPoolValue {
DSystemZAsmPrinter.h34 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
DSystemZConstantPoolValue.cpp21 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.h32 class SystemZConstantPoolValue : public MachineConstantPoolValue {
DSystemZConstantPoolValue.cpp20 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
DSystemZAsmPrinter.h36 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.h32 class SystemZConstantPoolValue : public MachineConstantPoolValue {
DSystemZConstantPoolValue.cpp20 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
DSystemZAsmPrinter.h59 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/
DCSKYAsmPrinter.h47 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp34 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), in ARMConstantPoolValue()
43 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)), in ARMConstantPoolValue()
DARMAsmPrinter.h133 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp38 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), in ARMConstantPoolValue()
47 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)), in ARMConstantPoolValue()
DARMAsmPrinter.h153 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp38 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), in ARMConstantPoolValue()
47 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)), in ARMConstantPoolValue()
DARMAsmPrinter.h153 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineFunction.cpp1346 void MachineConstantPoolValue::anchor() {} in anchor()
1348 unsigned MachineConstantPoolValue::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes()
1385 DenseSet<MachineConstantPoolValue*> Deleted; in ~MachineConstantPool()
1391 for (MachineConstantPoolValue *CPV : MachineCPVsSharingEntries) { in ~MachineConstantPool()
1461 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()

123