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

References

include/llvm/CodeGen/MIRYamlMapping.h
   43     return Value == Other.Value;
   43     return Value == Other.Value;
   49     OS << S.Value;
   53     S.Value = Scalar.str();
lib/CodeGen/MIRParser/MIRParser.cpp
  370       if (parseNamedRegisterReference(PFS, Reg, ArgRegPair.Reg.Value, Error))
  420   StringRef BlockStr = YamlMF.Body.Value.Value;
  445   StringRef InsnStr = YamlMF.Body.Value.Value;
  511     if (StringRef(VReg.Class.Value).equals("_")) {
  515       const auto *RC = Target->getRegClass(VReg.Class.Value);
  520         const RegisterBank *RegBank = Target->getRegBank(VReg.Class.Value);
  525                   VReg.Class.Value + "'");
  531     if (!VReg.PreferredRegister.Value.empty()) {
  537                                  VReg.PreferredRegister.Value, Error))
  545     if (parseNamedRegisterReference(PFS, Reg, LiveIn.Register.Value, Error))
  548     if (!LiveIn.VirtualRegister.Value.empty()) {
  550       if (parseVirtualRegisterReference(PFS, Info, LiveIn.VirtualRegister.Value,
  564       if (parseNamedRegisterReference(PFS, Reg, RegSource.Value, Error))
  650   if (!YamlMFI.SavePoint.Value.empty()) {
  656   if (!YamlMFI.RestorePoint.Value.empty()) {
  696     if (!Name.Value.empty()) {
  698           F.getValueSymbolTable()->lookup(Name.Value));
  701                      "alloca instruction named '" + Name.Value +
  736   if (!YamlMFI.StackProtector.Value.empty()) {
  739     if (parseStackObjectReference(PFS, FI, YamlMFI.StackProtector.Value, Error))
  749   if (RegisterSource.Value.empty())
  753   if (parseNamedRegisterReference(PFS, Reg, RegisterSource.Value, Error))
  801   if (Source.Value.empty())
  804   if (llvm::parseMDNode(PFS, Node, Source.Value, Error))
  821         parseConstantValue(YamlConstant.Value.Value, Error, M));
  845       if (parseMBBReference(PFS, MBB, MBBSource.Value))
  863   if (llvm::parseMBBReference(PFS, MBB, Source.Value, Error))
lib/CodeGen/MIRPrinter.cpp
  191   raw_string_ostream OS(Dest.Value);
  228   raw_string_ostream StrOS(YamlMF.Body.Value.Value);
  266   raw_string_ostream OS(Dest.Value);
  274   std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value,
  275                                         &Object.DebugExpr.Value,
  276                                         &Object.DebugLoc.Value}};
  348     raw_string_ostream StrOS(YamlMFI.SavePoint.Value);
  352     raw_string_ostream StrOS(YamlMFI.RestorePoint.Value);
  393       YamlObject.Name.Value =
  407         I, FrameIndexOperand::create(YamlObject.Name.Value, ID)));
  445     raw_string_ostream StrOS(YMF.FrameInfo.StackProtector.Value);
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
 1025     if (parseNamedRegisterReference(PFS, RegVal, RegName.Value, Error)) {
 1038                          RegName.Value.size(), SourceMgr::DK_Error,
 1039                          "incorrect register class for field", RegName.Value,
 1081       if (parseNamedRegisterReference(PFS, Reg, A->RegisterName.Value, Error)) {
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  422     raw_string_ostream OS(Dest.Value);
  441       raw_string_ostream OS(SA.RegisterName.Value);