Home
last modified time | relevance | path

Searched refs:MachineConstantPoolValue (Results 1 – 20 of 20) 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()
59 const MachineConstantPoolValue &V) {
73 MachineConstantPoolValue *MachineCPVal;
84 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) in MachineConstantPoolEntry()
125 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries;
144 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,
DMIRYamlMapping.h281 struct MachineConstantPoolValue {
287 template <> struct MappingTraits<MachineConstantPoolValue> {
288 static void mapping(IO &YamlIO, MachineConstantPoolValue &Constant) {
319 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::MachineConstantPoolValue)
400 std::vector<MachineConstantPoolValue> Constants; /// Constant pool.
DAsmPrinter.h45 class MachineConstantPoolValue; variable
319 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
DSelectionDAGNodes.h45 class MachineConstantPoolValue; variable
1569 MachineConstantPoolValue *MachineCPVal;
1583 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v,
1603 MachineConstantPoolValue *getMachineCPVal() const {
DSelectionDAG.h35 class MachineConstantPoolValue; variable
490 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
493 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.cpp284 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.h132 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
DARMConstantPoolValue.h51 class ARMConstantPoolValue : public MachineConstantPoolValue {
DARMAsmPrinter.cpp905 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
DARMExpandPseudoInsts.cpp1038 MachineConstantPoolValue *CPV; in ExpandMI()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp822 void MachineConstantPoolValue::anchor() { } in anchor()
856 for (DenseSet<MachineConstantPoolValue*>::iterator I = in ~MachineConstantPool()
927 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
DMIRPrinter.cpp382 yaml::MachineConstantPoolValue YamlConstant; in convert()
/external/llvm/docs/
DMIRLangRef.rst83 - The target-specific ``MachineConstantPoolValue`` subclasses (in the ARM and
97 ``MachineConstantPoolValue`` subclasses can't use the MIR format at the moment.
/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.cpp2281 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1375 SDValue SelectionDAG::getConstantPool(MachineConstantPoolValue *C, EVT VT, in getConstantPool()