HomeSort by relevance Sort by last modified time
    Searched defs:MachineConstantPoolValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 37 class MachineConstantPoolValue {
42 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {}
43 virtual ~MachineConstantPoolValue() {}
45 /// getType - get type of this MachineConstantPoolValue.
59 const MachineConstantPoolValue &V) {
73 MachineConstantPoolValue *MachineCPVal;
77 /// a target specific MachineConstantPoolValue.
84 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A)
125 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries;
144 unsigned getConstantPoolIndex(MachineConstantPoolValue *V
    [all...]
MIRYamlMapping.h 281 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.

Completed in 99 milliseconds