Home
last modified time | relevance | path

Searched refs:DefName (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp661 std::string DefName = std::string(R->getName()); in CodeGenIntrinsic() local
679 if (DefName.size() <= 4 || in CodeGenIntrinsic()
680 std::string(DefName.begin(), DefName.begin() + 4) != "int_") in CodeGenIntrinsic()
682 "Intrinsic '" + DefName + "' does not start with 'int_'!"); in CodeGenIntrinsic()
684 EnumName = std::string(DefName.begin()+4, DefName.end()); in CodeGenIntrinsic()
704 PrintFatalError(DefLoc, "Intrinsic '" + DefName + in CodeGenIntrinsic()
714 PrintFatalError(DefLoc, "Intrinsic '" + DefName + in CodeGenIntrinsic()
764 PrintFatalError(DefLoc, "Intrinsic '" + DefName + in CodeGenIntrinsic()
799 PrintFatalError(DefLoc, "Intrinsic '" + DefName + in CodeGenIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1035 StringRef DefName; in parsePattern() local
1080 DefName = Name; in parsePattern()
1114 DefName = (*DefinedNumericVariable)->getName(); in parsePattern()
1132 NumericVariableDefs[DefName] = NumericVariableDefinition; in parsePattern()
1137 Context->GlobalNumericVariableTable[DefName] = in parsePattern()
1140 VariableDefs[DefName] = CurParen; in parsePattern()
1147 Context->DefinedVariableTable[DefName] = true; in parsePattern()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp733 std::string DefName = LocIdxToName(Num.getLoc()); in IDAsString() local
734 return Num.asString(DefName); in IDAsString()
741 std::string DefName = Location.Value.asString(MLocName); in dump() local
742 dbgs() << LocIdxToName(Location.Idx) << " --> " << DefName << "\n"; in dump()