Searched refs:MachineConstantPoolValue (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 36 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);
|
D | AsmPrinter.h | 37 class MachineConstantPoolValue; variable 266 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
|
D | SelectionDAGNodes.h | 43 class MachineConstantPoolValue; variable 1290 MachineConstantPoolValue *MachineCPVal; 1304 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v, 1325 MachineConstantPoolValue *getMachineCPVal() const {
|
D | SelectionDAG.h | 33 class MachineConstantPoolValue; variable 414 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT, 417 SDValue getTargetConstantPool(MachineConstantPoolValue *C,
|
/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 | 128 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) LLVM_OVERRIDE;
|
D | ARMConstantPoolValue.h | 51 class ARMConstantPoolValue : public MachineConstantPoolValue {
|
D | ARMAsmPrinter.cpp | 927 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 770 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/ |
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 | 1886 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1184 SDValue SelectionDAG::getConstantPool(MachineConstantPoolValue *C, EVT VT, in getConstantPool()
|