/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 36 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);
|
D | AsmPrinter.h | 42 class MachineConstantPoolValue; variable 264 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 37 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,
|
D | MIRYamlMapping.h | 278 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.
|
D | AsmPrinter.h | 46 class MachineConstantPoolValue; variable 322 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 35 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,
|
D | MIRYamlMapping.h | 340 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>());
|
D | AsmPrinter.h | 52 class MachineConstantPoolValue; variable 410 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.h | 33 class SystemZConstantPoolValue : public MachineConstantPoolValue {
|
D | SystemZConstantPoolValue.cpp | 21 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
|
D | SystemZAsmPrinter.h | 37 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.h | 33 class SystemZConstantPoolValue : public MachineConstantPoolValue {
|
D | SystemZAsmPrinter.h | 34 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
|
D | SystemZConstantPoolValue.cpp | 21 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 34 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), in ARMConstantPoolValue() 43 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)), in ARMConstantPoolValue()
|
D | ARMAsmPrinter.h | 133 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
|
D | ARMConstantPoolValue.h | 52 class ARMConstantPoolValue : public MachineConstantPoolValue {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 38 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), in ARMConstantPoolValue() 47 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)), in ARMConstantPoolValue()
|
D | ARMAsmPrinter.h | 155 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 34 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), in ARMConstantPoolValue() 43 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)), in ARMConstantPoolValue()
|
D | ARMAsmPrinter.h | 123 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
|
D | ARMConstantPoolValue.h | 51 class ARMConstantPoolValue : public MachineConstantPoolValue {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 945 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/ |
D | MachineFunction.cpp | 865 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/ |
D | MachineFunction.cpp | 639 for (DenseSet<MachineConstantPoolValue*>::iterator I = in ~MachineConstantPool() 711 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
|