Searched refs:MachineConstantPoolValue (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A 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,
|
| H A 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) 506 std::vector<MachineConstantPoolValue> Constants; /// Constant pool. 534 std::vector<MachineConstantPoolValue>());
|
| H A D | AsmPrinter.h | 52 class MachineConstantPoolValue; variable 417 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
|
| H A D | SelectionDAGNodes.h | 63 class MachineConstantPoolValue; variable 1702 MachineConstantPoolValue *MachineCPVal; 1717 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v, 1737 MachineConstantPoolValue *getMachineCPVal() const {
|
| H A D | SelectionDAG.h | 72 class MachineConstantPoolValue; variable 644 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT, 647 SDValue getTargetConstantPool(MachineConstantPoolValue *C,
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.h | 33 class SystemZConstantPoolValue : public MachineConstantPoolValue {
|
| H A D | SystemZConstantPoolValue.cpp | 21 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
|
| H A D | SystemZAsmPrinter.h | 37 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
|
| H A D | SystemZAsmPrinter.cpp | 609 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.cpp | 38 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), in ARMConstantPoolValue() 47 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)), in ARMConstantPoolValue()
|
| H A D | ARMAsmPrinter.h | 155 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
|
| H A D | ARMConstantPoolValue.h | 62 class ARMConstantPoolValue : public MachineConstantPoolValue {
|
| H A D | ARMExpandPseudoInsts.cpp | 1405 MachineConstantPoolValue *CPV = in ExpandMI() 1478 MachineConstantPoolValue *CPV; in ExpandMI()
|
| H A D | ARMAsmPrinter.cpp | 862 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 911 void MachineConstantPoolValue::anchor() {} in anchor() 946 DenseSet<MachineConstantPoolValue*> Deleted; in ~MachineConstantPool() 952 for (DenseSet<MachineConstantPoolValue*>::iterator I = in ~MachineConstantPool() 1025 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
|
| H A D | MIRPrinter.cpp | 467 yaml::MachineConstantPoolValue YamlConstant; in convert()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2713 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 1427 SDValue SelectionDAG::getConstantPool(MachineConstantPoolValue *C, EVT VT, in getConstantPool()
|