HomeSort by relevance Sort by last modified time
    Searched refs:hasName (Results 26 - 50 of 191) sorted by null

12 3 4 5 6 7 8

  /external/llvm/lib/IR/
TypeFinder.cpp 108 if (!OnlyNamed || STy->hasName())
AsmWriter.cpp 769 if (!Var.hasName())
774 if (!A.hasName())
785 if (!F.hasName())
814 if (!AI->hasName())
821 if (!BB.hasName())
825 if (!I.getType()->isVoidTy() && !I.hasName())
934 assert(!V->hasName() && "Doesn't need a slot!");
949 assert(!V->getType()->isVoidTy() && !V->hasName() && "Doesn't need a slot!");
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXReplaceImageHandles.cpp 171 assert(GV->hasName() && "Global sampler must be named!");
NVPTXUtilities.cpp 243 assert(val.hasName() && "Found texture variable with no name");
248 assert(val.hasName() && "Found surface variable with no name");
253 assert(val.hasName() && "Found sampler variable with no name");
  /external/llvm/tools/lli/
OrcLazyJIT.cpp 88 if (F.hasName()) {
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 305 Alloca->hasName() ? Alloca->getName() : "<unnamed alloca>";
425 if (BB->hasName()) {
584 if (BB->hasName())
598 if (BB.hasName()) {
628 if (V.hasName()) {
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 44 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix);
52 if (II->hasName())
312 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix);
378 if (II->hasName())
456 if (OldTI->hasName())
    [all...]
BasicBlockUtils.cpp 160 if (!PredBB->hasName())
196 if (I.hasName() && !V->hasName())
    [all...]
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 315 if (I->hasName() && I->getName()[0] == '\01')
393 if (!BB->hasName()) BB->setName("tmpbb");
  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 67 return !New.hasName() || New.getName().startswith("\01L");
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 147 "namedDecl", constructMatcher("hasName", StringRef("X")))
181 "hasParameter", 1, constructMatcher("hasName", StringRef("x")))
199 constructMatcher("hasName", StringRef("x")))))
218 specifiesType(hasDeclaration(recordDecl(hasName("A")))))))
247 "recordDecl", constructMatcher("hasName", StringRef("Foo")),
264 "ofClass", constructMatcher("hasName", StringRef("Foo"))))))
307 constructMatcher("hasName", StringRef("foo")))))
320 constructMatcher("hasName", StringRef("X")))))
331 constructMatcher("hasName", StringRef("X")))))
349 constructMatcher("hasName", StringRef("Foo")))
    [all...]
ParserTest.cpp 167 VariantMatcher::SingleMatcher(hasParameter(0, hasName("a")));
185 "functionDecl(hasParameter(1, hasName(\"x\")))", &Error));
196 "functionDecl(hasParamA, hasParameter(1, hasName(nameX)))",
296 StringRef Code = "functionDecl(hasName(";
304 Code = "cxxMethodDecl(hasName(nameX), ";
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 270 if (a->hasName() && b->hasName()) {
272 } else if (a->hasName() && !b->hasName()) {
274 } else if (!a->hasName() && b->hasName()) {
286 return V->hasName() ? (V->getName() + Suffix).str() : DefaultName.str();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 158 if (V->hasName())
168 if(U->hasName())
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 158 if (V->hasName())
168 if(U->hasName())
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 158 if (V->hasName())
168 if(U->hasName())
  /external/llvm/include/llvm/IR/
DerivedTypes.h 251 /// hasName - Return true if this is a named struct that has a non-empty name.
252 bool hasName() const { return SymbolTableEntry != nullptr; }
Value.h 110 bool HasName : 1;
229 bool hasName() const { return HasName; }
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 335 if (BB.hasName())
  /external/llvm/lib/Transforms/IPO/
FunctionImport.cpp 114 if (!CalledFunction || !CalledFunction->hasName())
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 174 if (F->hasLocalLinkage() || !F->hasName())
  /external/llvm/lib/Linker/
IRMover.cpp 97 if (STy->hasName())
214 if (STy->hasName()) {
458 if (!SrcGV->hasName() || SrcGV->hasLocalLinkage())
797 if (!ST->hasName())
    [all...]

Completed in 609 milliseconds

12 3 4 5 6 7 8