Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A 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);
H A DAsmPrinter.h41 class MachineConstantPoolValue; variable
287 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
H A DSelectionDAGNodes.h45 class MachineConstantPoolValue; variable
1515 MachineConstantPoolValue *MachineCPVal;
1529 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v,
1549 MachineConstantPoolValue *getMachineCPVal() const {
H A DSelectionDAG.h35 class MachineConstantPoolValue; variable
483 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
486 SDValue getTargetConstantPool(MachineConstantPoolValue *C,
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h29 class SystemZConstantPoolValue : public MachineConstantPoolValue {
H A DSystemZAsmPrinter.h39 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
H A DSystemZConstantPoolValue.cpp21 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
H A DSystemZAsmPrinter.cpp181 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp34 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), in ARMConstantPoolValue()
43 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)), in ARMConstantPoolValue()
H A DARMAsmPrinter.h128 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
H A DARMConstantPoolValue.h52 class ARMConstantPoolValue : public MachineConstantPoolValue {
H A DARMAsmPrinter.cpp919 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
H A DARMExpandPseudoInsts.cpp992 MachineConstantPoolValue *CPV; in ExpandMI()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp821 void MachineConstantPoolValue::anchor() { } in anchor()
875 for (DenseSet<MachineConstantPoolValue*>::iterator I = in ~MachineConstantPool()
949 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A Dpr15031.ll231 %"struct.std::pair.162" = type { %"class.llvm::MachineConstantPoolValue"*, i8 }
232 %"class.llvm::MachineConstantPoolValue" = type { i32 (...)**, %"class.llvm::Type"* }
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2056 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1340 SDValue SelectionDAG::getConstantPool(MachineConstantPoolValue *C, EVT VT, in getConstantPool()