Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h37 class MachineConstantPoolValue {
42 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {} in MachineConstantPoolValue() function
43 virtual ~MachineConstantPoolValue() {} in ~MachineConstantPoolValue()
66 const MachineConstantPoolValue &V) {
81 MachineConstantPoolValue *MachineCPVal;
92 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) in MachineConstantPoolEntry()
142 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries;
159 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,unsigned Alignment);
DAsmPrinter.h44 class MachineConstantPoolValue; variable
314 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
DSelectionDAGNodes.h45 class MachineConstantPoolValue; variable
1498 MachineConstantPoolValue *MachineCPVal;
1512 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v,
1532 MachineConstantPoolValue *getMachineCPVal() const {
DSelectionDAG.h35 class MachineConstantPoolValue; variable
472 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
475 SDValue getTargetConstantPool(MachineConstantPoolValue *C,
/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.cpp218 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.h129 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
DARMConstantPoolValue.h52 class ARMConstantPoolValue : public MachineConstantPoolValue {
DARMAsmPrinter.cpp872 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
DARMExpandPseudoInsts.cpp992 MachineConstantPoolValue *CPV; in ExpandMI()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp809 void MachineConstantPoolValue::anchor() { } in anchor()
863 for (DenseSet<MachineConstantPoolValue*>::iterator I = in ~MachineConstantPool()
937 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll231 %"struct.std::pair.162" = type { %"class.llvm::MachineConstantPoolValue"*, i8 }
232 %"class.llvm::MachineConstantPoolValue" = type { i32 (...)**, %"class.llvm::Type"* }
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2264 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1356 SDValue SelectionDAG::getConstantPool(MachineConstantPoolValue *C, EVT VT, in getConstantPool()