Searched refs:getName (Results 1 - 25 of 594) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DDisassemblerEmitter.cpp108 emitSourceFileHeader(" * " + Target.getName() + " Disassembler", OS);
111 if (Target.getName() == "X86") {
129 if (Target.getName() == "ARM" ||
130 Target.getName() == "Thumb" ||
131 Target.getName() == "AArch64") {
132 EmitFixedLenDecoder(Records, OS, Target.getName() == "AArch64" ? "AArch64" : "ARM",
140 EmitFixedLenDecoder(Records, OS, Target.getName(),
H A DCodeGenInstruction.cpp36 if (Init->getDef()->getName() != "outs")
37 PrintFatalError(R->getName() + ": invalid def name for output list: use 'outs'");
39 PrintFatalError(R->getName() + ": invalid output list: use 'outs'");
45 if (Init->getDef()->getName() != "ins")
46 PrintFatalError(R->getName() + ": invalid def name for input list: use 'ins'");
48 PrintFatalError(R->getName() + ": invalid input list: use 'ins'");
65 PrintFatalError("Illegal operand for the '" + R->getName() + "' instruction!");
84 cast<DefInit>(MIOpInfo->getOperator())->getDef()->getName() != "ops")
85 PrintFatalError("Bad value for MIOperandInfo in operand '" + Rec->getName() +
97 } else if (Rec->getName()
[all...]
H A DCodeGenMapTable.cpp102 Name = MapRec->getName();
133 MapRec->getName() + "' has empty " + "`ValueCols' field!");
141 PrintFatalError(MapRec->getLoc(), "Record `" + MapRec->getName() +
148 std::string getName() const { function in class:__anon3574::InstrMap
346 PrintFatalError("Multiple matches found for `" + KeyInstr->getName() +
347 "', for the relation `" + InstrMapDesc.getName());
364 std::string TargetName = Target.getName();
370 OS << "static const uint16_t "<<InstrMapDesc.getName();
386 OutStr += ColInstrs[j]->getName();
391 OS << " { " << TargetName << "::" << CurInstr->getName();
[all...]
H A DCodeGenTarget.cpp42 std::string llvm::getName(MVT::SimpleValueType T) { function in class:llvm
128 if (Namespace.empty()) return R->getName();
129 return Namespace + "::" + R->getName();
150 const std::string &CodeGenTarget::getName() const { function in class:CodeGenTarget
151 return TargetRec->getName();
297 return Rec1->TheDef->getName() < Rec2->TheDef->getName();
382 if (PropList[i]->getName() == "SDNPHasChain") {
384 } else if (PropList[i]->getName() == "SDNPOptInGlue") {
386 } else if (PropList[i]->getName()
[all...]
H A DPseudoLoweringEmitter.cpp81 DI->getDef()->getName() == "zero_reg") {
94 "Pseudo operand type '" + DI->getDef()->getName() +
96 Insn.Operands[BaseIdx + i].Rec->getName() + "'");
122 DEBUG(dbgs() << "Pseudo definition: " << Rec->getName() << "\n");
132 PrintFatalError(Rec->getLoc(), Rec->getName() +
136 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
142 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
146 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
201 o << "bool " << Target.getName() + "AsmPrinter" << "::\n"
211 << Source.TheDef->getName() << "
[all...]
H A DAsmWriterInst.cpp128 CGI.TheDef->getName() + "'!");
167 + CGI.TheDef->getName() + "'");
174 + CGI.TheDef->getName() + "'");
182 PrintFatalError("Bad operand modifier name in '"+ CGI.TheDef->getName() + "'");
187 + CGI.TheDef->getName() + "'");
191 PrintFatalError("Stray '$' in '" + CGI.TheDef->getName() +
/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp50 return R.getName() + BaseSuffix;
76 std::string BaseName = macroName(Base->getName());
89 std::string NodeName = macroName(R->getName());
97 OS << "ABSTRACT_" << macroName(Root.getName()) << "(" << NodeName << "("
98 << R->getName() << ", " << baseName(*Base) << "))\n";
100 OS << NodeName << "(" << R->getName() << ", "
125 OS << "LAST_" << macroName(Root.getName()) << "_RANGE(";
127 OS << macroName(Root.getName()) << "_RANGE(";
128 OS << Base->getName() << ", " << First->getName() << ", "
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DTargetAttributesSema.cpp49 << Attr.getName() << Str << ArgLoc;
64 if (Attr.getName()->getName() == "interrupt") {
78 << Attr.getName() << 1;
88 << Attr.getName() << AANT_ArgumentIntegerConstant
111 if (Attr.getName()->getName() == "interrupt") {
126 << Attr.getName() << 0;
144 << Attr.getName() << /* function */0;
179 << Attr.getName() <<
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp25 if (R->getName() == Name) {
39 if (Listener) Listener->NotifyAdd(Node->getName(),
50 if (Listener) Listener->NotifyRemove(Node->getName());
H A DMachineModuleInfoImpls.cpp31 return LHSS->getName().compare(RHSS->getName());
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java74 if (!included.contains(a.getName())) {
75 throw new IllegalStateException("@" + a.getName() +
113 if (!firstValues.containsKey(a.getName())) {
116 firstValues.put(a.getName(), value);
124 firstValue = firstValues.get(a.getName());
126 if (cleared.contains(a.getName())) {
130 "@" + a.getName() + " should have " +
138 "@" + a.getName() + " should have " +
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerOptInfo.h32 StringRef getName() const { return Name; } function in class:clang::ento::CheckerOptInfo
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp35 I.getName()+".reg2mem", AllocaPoint);
38 Slot = new AllocaInst(I.getType(), 0, I.getName()+".reg2mem",
61 V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads,
69 Value *V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads, U);
120 P->getName()+".reg2mem", AllocaPoint);
123 Slot = new AllocaInst(P->getType(), 0, P->getName()+".reg2mem",
143 Value *V = new LoadInst(Slot, P->getName()+".reload", InsertPt);
H A DMetaRenamer.cpp76 StringRef Name = AI->getName();
86 StringRef Name = GI->getName();
98 if (STy->isLiteral() || STy->getName().empty()) continue;
108 StringRef Name = FI->getName();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp137 SmallString<200> origPath = StringRef(origFE->getName());
143 SmallString<200> newPath = StringRef(FE->getName());
150 if (fs::createTemporaryFile(path::filename(origFE->getName()),
151 path::extension(origFE->getName()), fd,
162 infoOut << newE->getName() << '\n';
179 fs::exists(origFE->getName(), fileExists);
181 return report(StringRef("File does not exist: ") + origFE->getName(),
185 llvm::raw_fd_ostream Out(origFE->getName(), errMsg,
203 PPOpts.addRemappedFile(I->first->getName(), FE->getName());
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp29 StringRef TDName = TD->getDecl()->getIdentifier()->getName();
85 if (ID->getIdentifier()->getName() == "NSObject")
96 StringRef functionName = ident->getName();
/freebsd-9.3-release/contrib/llvm/tools/opt/
H A DPrintSCC.cpp76 errs() << "SCCs for Function " << F.getName() << " in PostOrder:";
83 errs() << (*I)->getName() << ", ";
104 errs() << ((*I)->getFunction() ? (*I)->getFunction()->getName()
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DCFGPrinter.h32 return "CFG for '" + F->getName().str() + "' function";
37 if (!Node->getName().empty())
38 return Node->getName().str();
53 if (Node->getName().empty()) {
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCInstrInfo.h53 /// getName - Returns the name for the instructions with the given opcode.
54 const char *getName(unsigned Opcode) const {
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetIntrinsicInfo.h43 virtual std::string getName(unsigned IID, Type **Tys = 0,
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DCFGPrinter.cpp79 std::string Filename = "cfg." + F.getName().str() + ".dot";
113 std::string Filename = "cfg." + F.getName().str() + ".dot";
145 ViewGraph(this, "cfg" + getName());
154 ViewGraph(this, "cfg" + getName(), true);
H A DTrace.cpp37 O << "; Trace from function " << F->getName() << ", blocks:\n";
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DStatistic.cpp91 int Cmp = std::strcmp(LHS->getName(), RHS->getName());
123 (unsigned)std::strlen(Stats.Stats[i]->getName()));
138 MaxNameLen, Stats.Stats[i]->getName(),
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsOs16.cpp105 DEBUG(dbgs() << "Working on " << F->getName() << "\n");
112 DEBUG(dbgs() << "mask forced mips32: " << F->getName() << "\n");
126 DEBUG(dbgs() << "os16 forced mips32: " << F->getName() << "\n");
130 DEBUG(dbgs() << "os16 forced mips16: " << F->getName() << "\n");
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDILIntrinsicInfo.h37 std::string getName(unsigned int IntrId, Type **Tys = 0,

Completed in 130 milliseconds

1234567891011>>