Searched refs:MachineConstantPoolValue (Results 1 – 17 of 17) 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() 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);
|
D | AsmPrinter.h | 44 class MachineConstantPoolValue; variable 314 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
|
D | SelectionDAGNodes.h | 45 class MachineConstantPoolValue; variable 1498 MachineConstantPoolValue *MachineCPVal; 1512 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v, 1532 MachineConstantPoolValue *getMachineCPVal() const {
|
D | SelectionDAG.h | 35 class MachineConstantPoolValue; variable 472 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT, 475 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 | 218 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 | 129 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
|
D | ARMConstantPoolValue.h | 52 class ARMConstantPoolValue : public MachineConstantPoolValue {
|
D | ARMAsmPrinter.cpp | 872 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
|
D | ARMExpandPseudoInsts.cpp | 992 MachineConstantPoolValue *CPV; in ExpandMI()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 809 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/ |
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 | 2264 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1356 SDValue SelectionDAG::getConstantPool(MachineConstantPoolValue *C, EVT VT, in getConstantPool()
|