Home
last modified time | relevance | path

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

12

/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);
DSelectionDAGNodes.h45 class MachineConstantPoolValue; variable
1436 MachineConstantPoolValue *MachineCPVal;
1450 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v,
1470 MachineConstantPoolValue *getMachineCPVal() const {
DSelectionDAG.h36 class MachineConstantPoolValue; variable
549 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
552 SDValue getTargetConstantPool(MachineConstantPoolValue *C,
/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);
DSelectionDAGNodes.h63 class MachineConstantPoolValue; variable
1816 MachineConstantPoolValue *MachineCPVal;
1831 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v,
1851 MachineConstantPoolValue *getMachineCPVal() const {
/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/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()
DSystemZAsmPrinter.cpp484 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
/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-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;
DARMConstantPoolValue.h61 class ARMConstantPoolValue : public MachineConstantPoolValue {
/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()
/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/llvm/docs/
DMIRLangRef.rst83 - The target-specific ``MachineConstantPoolValue`` subclasses (in the ARM and
97 ``MachineConstantPoolValue`` subclasses can't use the MIR format at the moment.

12