HomeSort by relevance Sort by last modified time
    Searched defs:ID (Results 476 - 500 of 1021) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 34 /// describe abbreviations that all blocks of the specified ID inherit.
97 /// If there is block info for the specified ID, return it, otherwise return
138 SubBlock, // This is the start of a new subblock of a specific ID.
142 unsigned ID;
150 static BitstreamEntry getSubBlock(unsigned ID) {
151 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
154 BitstreamEntry E; E.Kind = Record; E.ID = AbbrevID; return E;
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 21 // string and assigned a sequential numeric ID (base 1.)
23 // ID. A file ID is sequential number (base 1.)
24 // -- Source line correspondence - A vector of file ID, line#, column# triples.
184 static char ID; // Pass identification, replacement for typeid
313 /// addLandingPad - Add a new panding pad. Returns the label ID for the
359 /// getTypeIDFor - Return the type id for the specified typeinfo. This is
363 /// getFilterIDFor - Return the id of the filter encoded by TyIds. This is
  /external/llvm/include/llvm/IR/
PassManager.h 98 template <typename PassT> void preserve() { preserve(PassT::ID()); }
140 return preserved(PassT::ID());
143 /// \brief Query whether an abstract pass ID is marked as preserved by this
312 assert(AnalysisPasses.count(PassT::ID()) &&
316 derived_this()->getResultImpl(PassT::ID(), IR);
329 assert(AnalysisPasses.count(PassT::ID()) &&
333 derived_this()->getCachedResultImpl(PassT::ID(), IR);
348 assert(!AnalysisPasses.count(PassT::ID()) &&
351 AnalysisPasses[PassT::ID()].reset(new PassModelT(std::move(Pass)));
358 assert(AnalysisPasses.count(PassT::ID()) &
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 57 /// getID() - Return the register class ID number.
134 unsigned ID = RC->getID();
135 return (SubClassMask[ID / 32] >> (ID % 32)) & 1;
170 /// classes are ordered by ID which is also a topological ordering from large
241 TargetRegisterInfo(const TargetRegisterInfoDesc *ID,
454 CallingConv::ID) const {
594 assert(i < getNumRegClasses() && "Register Class ID out of range");
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 36 char BranchProbabilityInfo::ID = 0;
LoopInfo.cpp 267 assert(LoopID && "Loop ID should not be null");
268 assert(LoopID->getNumOperands() > 0 && "Loop ID needs at least one operand");
269 assert(LoopID->getOperand(0) == LoopID && "Loop ID should refer to itself");
296 // that point to the same unique "loop id metadata" the loop branch does.
696 char LoopInfoWrapperPass::ID = 0;
  /external/llvm/lib/AsmParser/
LLParser.cpp 605 return TokError("Metadata id is already used");
653 ValID ID;
654 if (ParseValID(ID))
656 if (ID.Kind != ValID::t_Constant)
658 Aliasee = ID.ConstantVal;
839 return TokError("expected attribute group id");
    [all...]
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 44 char LiveVariables::ID = 0;
45 char &llvm::LiveVariablesID = LiveVariables::ID;
MachineCSE.cpp 50 static char ID; // Pass identification
51 MachineCSE() : MachineFunctionPass(ID), LookAheadLimit(5), CurrVN(0) {
109 char MachineCSE::ID = 0;
110 char &llvm::MachineCSEID = MachineCSE::ID;
MachineModuleInfo.cpp 32 char MachineModuleInfo::ID = 0;
258 : ImmutablePass(ID), Context(&MAI, &MRI, MOFI, nullptr, false) {
263 : ImmutablePass(ID), Context(nullptr, nullptr, nullptr) {
524 /// getTypeIDFor - Return the type id for the specified typeinfo. This is
534 /// getFilterIDFor - Return the filter id for the specified typeinfos. This is
PHIElimination.cpp 61 static char ID; // Pass identification, replacement for typeid
62 PHIElimination() : MachineFunctionPass(ID) {
113 char PHIElimination::ID = 0;
114 char& llvm::PHIEliminationID = PHIElimination::ID;
ShadowStackGCLowering.cpp 44 static char ID;
72 char ShadowStackGCLowering::ID = 0;
75 : FunctionPass(ID), Head(nullptr), StackEntryTy(nullptr),
SjLjEHPrepare.cpp 65 static char ID; // Pass identification, replacement for typeid
66 explicit SjLjEHPrepare(const TargetMachine *TM) : FunctionPass(ID), TM(TM) {}
85 char SjLjEHPrepare::ID = 0;
  /external/llvm/lib/ProfileData/
CoverageMappingReader.cpp 105 auto ID = Value >> Counter::EncodingTagBits;
106 if (ID >= Expressions.size())
108 Expressions[ID].Kind = CounterExpression::ExprKind(Tag);
109 C = Counter::getExpression(ID);
131 /// \brief Read the sub-array of regions for the given inferred file id.
  /external/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 121 static char ID;
122 explicit AArch64A57FPLoadBalancing() : MachineFunctionPass(ID) {
153 char AArch64A57FPLoadBalancing::ID = 0;
AArch64ConditionalCompares.cpp 737 static char ID;
738 AArch64ConditionalCompares() : MachineFunctionPass(ID) {}
754 char AArch64ConditionalCompares::ID = 0;
AArch64LoadStoreOptimizer.cpp 54 static char ID;
55 AArch64LoadStoreOpt() : MachineFunctionPass(ID) {}
119 char AArch64LoadStoreOpt::ID = 0;
    [all...]
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 50 static char ID;
51 A15SDOptimizer() : MachineFunctionPass(ID) {}
134 char A15SDOptimizer::ID = 0;
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 29 static char ID;
31 Mips16HardFloat(MipsTargetMachine &TM_) : ModulePass(ID), TM(TM_) {}
64 char Mips16HardFloat::ID = 0;
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 32 static char ID;
38 AMDGPUPromoteAlloca(const AMDGPUSubtarget &st) : FunctionPass(ID), ST(st),
48 char AMDGPUPromoteAlloca::ID = 0;
SIAnnotateControlFlow.cpp 47 static char ID;
94 FunctionPass(ID) { }
115 char SIAnnotateControlFlow::ID = 0;
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 49 static char ID; // Pass identification, replacement for typeid
50 FunctionAttrs() : CallGraphSCCPass(ID), AA(nullptr) {
137 char FunctionAttrs::ID = 0;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 328 unsigned ID = MDPair.first;
337 switch (ID) {
349 NewLoad->setMetadata(ID, N);
355 NewLoad->setMetadata(ID, N);
393 unsigned ID = MDPair.first;
403 switch (ID) {
414 NewStore->setMetadata(ID, N);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 105 : ModulePass(ID),
109 static char ID; // Pass identification, replacement for typeid
410 char SanitizerCoverageModule::ID = 0;
ThreadSanitizer.cpp 79 ThreadSanitizer() : FunctionPass(ID) {}
83 static char ID; // Pass identification, replacement for typeid.
119 char ThreadSanitizer::ID = 0;

Completed in 479 milliseconds

<<11121314151617181920>>