Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineConstantPool.h36 class MachineConstantPoolValue {
40 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {} in MachineConstantPoolValue() function
41 virtual ~MachineConstantPoolValue() {} in ~MachineConstantPoolValue()
64 const MachineConstantPoolValue &V) {
79 MachineConstantPoolValue *MachineCPVal;
90 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) in MachineConstantPoolEntry()
138 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries;
153 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,unsigned Alignment);
DAsmPrinter.h42 class MachineConstantPoolValue; variable
264 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/swiftshader/third_party/llvm-7.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;
84 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) in MachineConstantPoolEntry()
125 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries;
144 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,
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)
500 std::vector<MachineConstantPoolValue> Constants; /// Constant pool.
527 std::vector<MachineConstantPoolValue>());
DAsmPrinter.h52 class MachineConstantPoolValue; variable
410 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.h33 class SystemZConstantPoolValue : public MachineConstantPoolValue {
DSystemZConstantPoolValue.cpp21 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
DSystemZAsmPrinter.h37 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/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;
DARMConstantPoolValue.h52 class ARMConstantPoolValue : public MachineConstantPoolValue {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp38 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), in ARMConstantPoolValue()
47 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)), in ARMConstantPoolValue()
DARMAsmPrinter.h155 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantPoolValue.cpp34 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), in ARMConstantPoolValue()
43 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)), in ARMConstantPoolValue()
DARMAsmPrinter.h123 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
DARMConstantPoolValue.h51 class ARMConstantPoolValue : public MachineConstantPoolValue {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp945 void MachineConstantPoolValue::anchor() {} in anchor()
980 DenseSet<MachineConstantPoolValue*> Deleted; in ~MachineConstantPool()
986 for (DenseSet<MachineConstantPoolValue*>::iterator I = in ~MachineConstantPool()
1059 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp865 void MachineConstantPoolValue::anchor() { } in anchor()
901 for (DenseSet<MachineConstantPoolValue*>::iterator I = in ~MachineConstantPool()
972 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineFunction.cpp639 for (DenseSet<MachineConstantPoolValue*>::iterator I = in ~MachineConstantPool()
711 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()

123