HomeSort by: relevance | last modified time | path
    Searched defs:getID (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/Option/
OptSpecifier.h 29 unsigned getID() const { return ID; }
31 bool operator==(OptSpecifier Opt) const { return ID == Opt.getID(); }
Option.h 87 unsigned getID() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBank.h 47 unsigned getID() const { return ID; }
  /src/external/apache2/llvm/dist/clang/tools/diagtool/
DiagnosticNames.h 68 inline short getID() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentCommandTraits.h 33 unsigned getID() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Statepoint.h 89 uint64_t getID() const {
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 237 int64_t getID() const { return ID; }
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 263 int64_t getID() const { return Id; }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 71 int64_t ProgramState::getID() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
StackMaps.h 47 uint64_t getID() const { return MI->getOperand(IDPos).getImm(); }
101 uint64_t getID() const { return getMetaOper(IDPos).getImm(); }
204 uint64_t getID() const { return MI->getOperand(NumDefs + IDPos).getImm(); }
TargetPassConfig.h 68 AnalysisID getID() const {
TargetRegisterInfo.h 69 unsigned getID() const { return MC->getID(); }
125 unsigned ID = RC->getID();
720 return RCInfos[getNumRegClasses() * HwMode + RC.getID()];
1230 bool isValid() const { return getID() != NumRegClasses; }
1233 unsigned getID() const { return ID; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86DomainReassignment.cpp 365 unsigned getID() const {
455 if (I->second != C.getID())
462 EnclosedInstrs[MI] = C.getID();
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegisterInfo.h 46 /// getID() - Return the register class ID number.
48 unsigned getID() const { return ID; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
StackMapParser.h 209 uint64_t getID() const {
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GICombinerEmitter.cpp 199 RuleID getID() const { return ID; }
331 format("__anon%" PRIu64 "_%u", Rule.getID(), Rule.allocUID())));
340 format("__anonpred%" PRIu64 "_%u", Rule.getID(), Rule.allocUID())));
634 SS << "return " << EnumeratedRule.getID() << ";\n";
742 << Indent << "if (!RuleConfig->isRuleDisabled(" << Rule->getID()
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchTree.h 211 unsigned getID() const { return ID; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 360 int64_t Stmt::getID(const ASTContext &Context) const {
DeclBase.cpp 997 int64_t Decl::getID() const {
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 421 Timer.setBucket(&TimeByBucket[MC->getID()]);
431 Timer.setBucket(&TimeByBucket[MC->getID()]);
587 Key.MatcherID = Matcher.getID();
814 Timer.setBucket(&TimeByBucket[MP.second->getID()]);
838 Timer.setBucket(&TimeByBucket[MP.second->getID()]);
954 Keys.back().MatcherID = Matcher.getID();
1450 StringRef MatchFinder::MatchCallback::getID() const { return "<unknown>"; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemorySSA.h 129 // getID()
219 inline unsigned getID() const;
341 OptimizedID = DMA->getID();
346 return getDefiningAccess() && OptimizedID == getDefiningAccess()->getID();
400 OptimizedID = MA->getID();
408 return getOptimized() && OptimizedID == getOptimized()->getID();
418 unsigned getID() const { return ID; }
636 unsigned getID() const { return ID; }
665 inline unsigned MemoryAccess::getID() const {
669 return MD->getID();
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h 108 unsigned getID() const { return ID; }
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 501 MatcherIDType getID() const {
624 DynTypedMatcher::MatcherIDType getID() const {
625 return Implementation.getID();
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 1542 unsigned getID() const { return DiagObj->CurDiagID; }
1677 unsigned getID() const { return ID; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 593 llvm::Constant *getID() const { return ID; }

Completed in 76 milliseconds

1 2