Searched refs:MachineConstantPoolValue (Results 1 – 20 of 20) sorted by relevance
/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 | 281 struct MachineConstantPoolValue { 287 template <> struct MappingTraits<MachineConstantPoolValue> { 288 static void mapping(IO &YamlIO, MachineConstantPoolValue &Constant) { 319 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::MachineConstantPoolValue) 400 std::vector<MachineConstantPoolValue> Constants; /// Constant pool.
|
D | AsmPrinter.h | 45 class MachineConstantPoolValue; variable 319 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
|
D | SelectionDAGNodes.h | 45 class MachineConstantPoolValue; variable 1569 MachineConstantPoolValue *MachineCPVal; 1583 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v, 1603 MachineConstantPoolValue *getMachineCPVal() const {
|
D | SelectionDAG.h | 35 class MachineConstantPoolValue; variable 490 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT, 493 SDValue getTargetConstantPool(MachineConstantPoolValue *C,
|
/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()
|
D | SystemZAsmPrinter.cpp | 284 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
|
/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 | 132 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
|
D | ARMConstantPoolValue.h | 51 class ARMConstantPoolValue : public MachineConstantPoolValue {
|
D | ARMAsmPrinter.cpp | 905 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
|
D | ARMExpandPseudoInsts.cpp | 1038 MachineConstantPoolValue *CPV; in ExpandMI()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 822 void MachineConstantPoolValue::anchor() { } in anchor() 856 for (DenseSet<MachineConstantPoolValue*>::iterator I = in ~MachineConstantPool() 927 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
|
D | MIRPrinter.cpp | 382 yaml::MachineConstantPoolValue YamlConstant; in convert()
|
/external/llvm/docs/ |
D | MIRLangRef.rst | 83 - The target-specific ``MachineConstantPoolValue`` subclasses (in the ARM and 97 ``MachineConstantPoolValue`` subclasses can't use the MIR format at the moment.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr15031.ll | 231 %"struct.std::pair.162" = type { %"class.llvm::MachineConstantPoolValue"*, i8 } 232 %"class.llvm::MachineConstantPoolValue" = type { i32 (...)**, %"class.llvm::Type"* }
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2281 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1375 SDValue SelectionDAG::getConstantPool(MachineConstantPoolValue *C, EVT VT, in getConstantPool()
|