Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h36 class MachineConstantPoolValue {
41 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {} in MachineConstantPoolValue() function
42 virtual ~MachineConstantPoolValue() {} in ~MachineConstantPoolValue()
65 const MachineConstantPoolValue &V) {
80 MachineConstantPoolValue *MachineCPVal;
91 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) in MachineConstantPoolEntry()
139 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries;
154 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,unsigned Alignment);
DAsmPrinter.h37 class MachineConstantPoolValue; variable
266 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
DSelectionDAGNodes.h43 class MachineConstantPoolValue; variable
1290 MachineConstantPoolValue *MachineCPVal;
1304 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v,
1325 MachineConstantPoolValue *getMachineCPVal() const {
DSelectionDAG.h33 class MachineConstantPoolValue; variable
414 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
417 SDValue getTargetConstantPool(MachineConstantPoolValue *C,
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp34 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), in ARMConstantPoolValue()
43 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)), in ARMConstantPoolValue()
DARMAsmPrinter.h128 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) LLVM_OVERRIDE;
DARMConstantPoolValue.h51 class ARMConstantPoolValue : public MachineConstantPoolValue {
DARMAsmPrinter.cpp927 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp770 void MachineConstantPoolValue::anchor() { } in anchor()
789 for (DenseSet<MachineConstantPoolValue*>::iterator I = in ~MachineConstantPool()
863 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.cpp1886 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1184 SDValue SelectionDAG::getConstantPool(MachineConstantPoolValue *C, EVT VT, in getConstantPool()