/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | DAGISelMatcher.cpp | 171 OS.indent(indent) << "CheckOpcode " << Opcode.getEnumName() << '\n'; in printImpl() 177 OS.indent(indent) << "case " << C.first->getEnumName() << ":\n"; in printImpl() 184 OS.indent(indent) << "CheckType " << getEnumName(Type) << ", ResNo=" << ResNo in printImpl() 191 OS.indent(indent) << "case " << getEnumName(C.first) << ":\n"; in printImpl() 198 OS.indent(indent) << "CheckChildType " << ChildNo << " " << getEnumName(Type) in printImpl() 221 OS.indent(indent) << "CheckValueType " << getEnumName(VT) << '\n'; in printImpl() 252 OS.indent(indent) << "EmitInteger " << Val << " VT=" << getEnumName(VT) in printImpl() 258 OS.indent(indent) << "EmitStringInteger " << Val << " VT=" << getEnumName(VT) in printImpl() 268 OS << " VT=" << getEnumName(VT) << '\n'; in printImpl() 296 OS << ' ' << getEnumName(VTs[i]); in printImpl() [all …]
|
H A D | SubtargetFeatureInfo.cpp | 19 errs() << getEnumName() << " " << Index << "\n" << *TheDef; in dump() 90 Names[SF.second.Index] = SF.second.getEnumName(); in emitNameTable()
|
H A D | SubtargetFeatureInfo.h | 36 std::string getEnumName() const { in getEnumName() function
|
H A D | CodeGenTarget.cpp | 59 return getEnumName(T); in getName() 63 StringRef llvm::getEnumName(MVT::SimpleValueType T) { in getEnumName() function in llvm
|
H A D | CodeGenTarget.h | 49 StringRef getEnumName(MVT::SimpleValueType T);
|
H A D | InfoByHwMode.cpp | 78 StringRef N = llvm::getEnumName(T.SimpleTy); in getMVTName()
|
H A D | CodeGenDAGPatterns.h | 457 StringRef getEnumName() const { return EnumName; } in getEnumName() function
|
H A D | CodeGenDAGPatterns.cpp | 2491 "' is out of range for type '" + getEnumName(VT) + "'!"); in ApplyTypeConstraints() 3592 return OpInfo.getEnumName() == "ISD::BITCAST"; in IsNodeBitcast()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CallingConvEmitter.cpp | 138 O << "LocVT == " << getEnumName(getValueType(VT)); in EmitAction() 302 O << IndentStr << "LocVT = " << getEnumName(DestVT) << ";\n"; in EmitAction() 316 O << IndentStr << "LocVT = " << getEnumName(DestVT) << ";\n"; in EmitAction() 331 O << IndentStr << "LocVT = " << getEnumName(getValueType(DestTy)) in EmitAction() 336 O << IndentStr << "LocVT = " << getEnumName(getValueType(DestTy)) in EmitAction() 341 O << IndentStr << "LocVT = " << getEnumName(getValueType(DestTy)) in EmitAction()
|
H A D | DAGISelMatcherEmitter.cpp | 572 << cast<CheckOpcodeMatcher>(N)->getOpcode().getEnumName() << "),\n"; in EmitMatcher() 617 OS << "TARGET_VAL(" << SOM->getCaseOpcode(i).getEnumName() << "),"; in EmitMatcher() 619 OS << getEnumName(cast<SwitchTypeMatcher>(N)->getCaseType(i)) << ','; in EmitMatcher() 651 OS << "OPC_CheckType, " << getEnumName(VT) << ",\n"; in EmitMatcher() 656 << getEnumName(cast<CheckTypeMatcher>(N)->getType()) << ",\n"; in EmitMatcher() 669 << "Type, " << getEnumName(VT) << ",\n"; in EmitMatcher() 701 << getEnumName(cast<CheckValueTypeMatcher>(N)->getVT()) << ",\n"; in EmitMatcher() 770 OS << "OPC_EmitInteger, " << getEnumName(VT) << ", "; in EmitMatcher() 789 OS << "OPC_EmitStringInteger, " << getEnumName(VT) << ", "; in EmitMatcher() 803 OS << "OPC_EmitRegister2, " << getEnumName(VT) << ", "; in EmitMatcher() [all …]
|
H A D | FastISelEmitter.cpp | 192 OS << "VT == " << getEnumName(VVT.getSimple().SimpleTy) << " && "; in emitImmediatePredicate() 421 return std::string(CGP.getSDNodeInfo(Op).getEnumName()); in getOpcodeName()
|
H A D | DirectiveEmitter.cpp | 92 const auto &EnumName = C.getEnumName(); in GenerateEnumClauseVal() 365 const auto &EnumName = C.getEnumName(); in GenerateGetKindClauseVal()
|
H A D | DAGISelMatcherOpt.cpp | 426 assert(Opcodes.insert(COM->getOpcode().getEnumName()).second && in FactorNodes()
|
H A D | RegisterInfoEmitter.cpp | 615 OS << getEnumName(VT); in printSimpleValueType()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 104 static StringRef getEnumName(CodeViewRecordIO &IO, T Value, in getEnumName() function 125 getEnumName(IO, uint8_t(Access), ArrayRef(getMemberAccessNames()))); in getMemberAttributes() 129 getEnumName(IO, unsigned(Kind), ArrayRef(getMemberKindNames()))); in getMemberAttributes() 250 getEnumName(IO, unsigned(RecordKind), ArrayRef(LeafTypeNames))); in visitTypeBegin() 292 (getEnumName(IO, unsigned(Record.Kind), ArrayRef(LeafTypeNames))) in visitMemberBegin() 325 std::string CallingConvName = std::string(getEnumName( in visitKnownRecord() 341 std::string CallingConvName = std::string(getEnumName( in visitKnownRecord() 385 std::string PtrType = std::string(getEnumName( in visitKnownRecord() 389 std::string PtrMode = std::string(getEnumName( in visitKnownRecord() 422 std::string PtrMemberGetRepresentation = std::string(getEnumName( in visitKnownRecord() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | DirectiveEmitter.h | 181 StringRef getEnumName() const { in getEnumName() function
|