Home
last modified time | relevance | path

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

123

/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/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/llvm-project/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.h474 struct MachineConstantPoolValue {
480 bool operator==(const MachineConstantPoolValue &Other) const {
487 template <> struct MappingTraits<MachineConstantPoolValue> {
488 static void mapping(IO &YamlIO, MachineConstantPoolValue &Constant) {
529 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::MachineConstantPoolValue)
655 std::vector<MachineConstantPoolValue> Constants; /// Constant pool.
690 std::vector<MachineConstantPoolValue>());
DAsmPrinter.h49 class MachineConstantPoolValue; variable
497 virtual void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
/external/llvm-project/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/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/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/llvm-project/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-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp1003 void MachineConstantPoolValue::anchor() {} in anchor()
1038 DenseSet<MachineConstantPoolValue*> Deleted; in ~MachineConstantPool()
1044 for (DenseSet<MachineConstantPoolValue*>::iterator I = in ~MachineConstantPool()
1117 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()

123