reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/MachineConstantPool.h
   80     Val.ConstVal = V;
   85     Val.MachineCPVal = V;
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1724       C = CPE.Val.ConstVal;
 1778         EmitMachineConstantPoolValue(CPE.Val.MachineCPVal);
 1780         EmitGlobalConstant(getDataLayout(), CPE.Val.ConstVal);
 2796       const Constant *C = CPE.Val.ConstVal;
lib/CodeGen/MIRPrinter.cpp
  508       Constant.Val.MachineCPVal->print(StrOS);
  510       Constant.Val.ConstVal->printAsOperand(StrOS);
lib/CodeGen/MachineFunction.cpp
  970     return Val.MachineCPVal->getType();
  971   return Val.ConstVal->getType();
  977   return Val.ConstVal->needsRelocation();
 1004       Deleted.insert(Constants[i].Val.MachineCPVal);
 1005       delete Constants[i].Val.MachineCPVal;
 1070         CanShareConstantPoolEntry(Constants[i].Val.ConstVal, C, DL)) {
 1105       Constants[i].Val.MachineCPVal->print(OS);
 1107       Constants[i].Val.ConstVal->printAsOperand(OS, /*PrintType=*/false);
lib/Target/ARM/ARMAsmPrinter.cpp
 1199         Offset = -cast<ConstantInt>(CPE.Val.ConstVal)->getSExtValue();
 1625       EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal);
 1627       EmitGlobalConstant(DL, MCPE.Val.ConstVal);
lib/Target/ARM/ARMBaseInstrInfo.cpp
 1657     static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal);
 1787         static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal);
 1789         static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal);
 1792       return MCPE0.Val.ConstVal == MCPE1.Val.ConstVal;
 1792       return MCPE0.Val.ConstVal == MCPE1.Val.ConstVal;
lib/Target/ARM/ARMConstantPoolValue.cpp
  197         CP->getConstants()[index].Val.MachineCPVal);
lib/Target/ARM/ARMConstantPoolValue.h
   87           static_cast<ARMConstantPoolValue*>(Constants[i].Val.MachineCPVal);
lib/Target/Mips/MipsAsmPrinter.cpp
  229       EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal);
  231       EmitGlobalConstant(MF->getDataLayout(), MCPE.Val.ConstVal);
lib/Target/SystemZ/SystemZConstantPoolValue.cpp
   36         static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal);
lib/Target/X86/X86MCInstLower.cpp
 1618   const Constant *C = ConstantEntry.Val.ConstVal;