| /external/llvm/include/llvm/TableGen/ |
| Record.h | 615 void Profile(FoldingSetNodeID &ID) const; 747 void Profile(FoldingSetNodeID &ID) const; 855 assert(i == 0 && "Invalid operand id for unary operator"); [all...] |
| /external/llvm/include/llvm/Target/ |
| TargetLibraryInfo.h | 245 static char ID;
|
| /external/llvm/lib/Analysis/ |
| ScalarEvolution.cpp | 115 char ScalarEvolution::ID = 0; 307 FoldingSetNodeID ID; 308 ID.AddInteger(scConstant); 309 ID.AddPointer(V); 311 if (const SCEV *S = UniqueSCEVs.FindNodeOrInsertPos(ID, IP)) return S; 312 SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V); 327 SCEVCastExpr::SCEVCastExpr(const FoldingSetNodeIDRef ID, 329 : SCEV(ID, SCEVTy), Op(op), Ty(ty) {} 331 SCEVTruncateExpr::SCEVTruncateExpr(const FoldingSetNodeIDRef ID, 333 : SCEVCastExpr(ID, scTruncate, op, ty) [all...] |
| /external/llvm/lib/CodeGen/ |
| BranchFolding.cpp | 67 static char ID; 68 explicit BranchFolderPass(): MachineFunctionPass(ID) {} 79 char BranchFolderPass::ID = 0; 80 char &llvm::BranchFolderPassID = BranchFolderPass::ID; [all...] |
| IfConversion.cpp | 162 static char ID; 163 IfConverter() : MachineFunctionPass(ID), FnNum(-1) { 252 char IfConverter::ID = 0; 255 char &llvm::IfConverterID = IfConverter::ID; [all...] |
| MachineLICM.cpp | 117 static char ID; // Pass identification, replacement for typeid 119 MachineFunctionPass(ID), PreRegAlloc(true) { 124 MachineFunctionPass(ID), PreRegAlloc(PreRA) { 244 /// index, return the ID and cost of its representative register class by 297 char MachineLICM::ID = 0; 298 char &llvm::MachineLICMID = MachineLICM::ID; 777 /// index, return the ID and cost of its representative register class. [all...] |
| MachineVerifier.cpp | 216 static char ID; // Pass ID, replacement for typeid 220 : MachineFunctionPass(ID), Banner(b) { 237 char MachineVerifierPass::ID = 0; 851 *OS << "Valno " << VNI->id << " is not defined at " [all...] |
| TwoAddressInstructionPass.cpp | 161 static char ID; // Pass identification, replacement for typeid 162 TwoAddressInstructionPass() : MachineFunctionPass(ID) { 180 char TwoAddressInstructionPass::ID = 0; 187 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID; [all...] |
| /external/llvm/lib/Target/ARM/ |
| ARMCodeEmitter.cpp | 65 static char ID; 68 : MachineFunctionPass(ID), JTI(0), 373 char ARMCodeEmitter::ID = 0; [all...] |
| /external/llvm/lib/Target/ARM/MCTargetDesc/ |
| ARMBaseInfo.h | 92 ID = 3 114 case ID: return "id";
|
| /external/llvm/lib/Target/CppBackend/ |
| CPPBackend.cpp | 106 static char ID; 108 ModulePass(ID), Out(o), uniqueNum(0), is_inline(false), indent_level(0){} 133 void printCallingConv(CallingConv::ID cc); 266 void CppWriter::printCallingConv(CallingConv::ID cc){ [all...] |
| /external/llvm/lib/Target/Hexagon/ |
| HexagonISelDAGToDAG.cpp | 180 static unsigned doesIntrinsicReturnPredicate(unsigned ID) 182 switch (ID) { 227 static unsigned doesIntrinsicContainPredicate(unsigned ID) 229 switch (ID) { [all...] |
| /external/llvm/lib/Transforms/Instrumentation/ |
| AddressSanitizer.cpp | 150 static char ID; // Pass identification, replacement for typeid 188 char AddressSanitizer::ID = 0; 192 AddressSanitizer::AddressSanitizer() : ModulePass(ID) { } 423 // See http://code.google.com/p/address-sanitizer/issues/detail?id=32 698 // See e.g. http://code.google.com/p/address-sanitizer/issues/detail?id=37 [all...] |
| PathProfiling.cpp | 38 // http://portal.acm.org/citation.cfm?id=243857 347 static char ID; // Pass identification, replacement for typeid 348 PathProfiler() : ModulePass(ID) { 363 char PathProfiler::ID = 0; [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| IndVarSimplify.cpp | 76 static char ID; // Pass identification, replacement for typeid 77 IndVarSimplify() : LoopPass(ID), LI(0), SE(0), DT(0), TD(0), 117 char IndVarSimplify::ID = 0; [all...] |
| JumpThreading.cpp | 102 static char ID; // Pass identification 103 JumpThreading() : FunctionPass(ID) { 135 char JumpThreading::ID = 0; [all...] |
| LoopUnswitch.cpp | 150 static char ID; // Pass ID, replacement for typeid 152 LoopPass(ID), OptimizeForSize(Os), redoLoop(false), 327 char LoopUnswitch::ID = 0; [all...] |
| SCCP.cpp | [all...] |
| SimplifyLibCalls.cpp | [all...] |
| /external/llvm/lib/Transforms/Utils/ |
| PromoteMemoryToRegister.cpp | 512 unsigned ID = 0; 514 BBNumbers[I] = ID++; [all...] |
| /external/llvm/lib/VMCore/ |
| PassManager.cpp | 162 static char ID; 164 : PMDataManager(), FunctionPass(ID) {} 208 char BBPassManager::ID = 0; 224 static char ID; 226 Pass(PT_PassManager, ID), PMDataManager(), 279 char FunctionPassManagerImpl::ID = 0; 289 static char ID; 291 Pass(PT_PassManager, ID), PMDataManager() { } 363 char MPPassManager::ID = 0; 375 static char ID; [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/parser/ |
| TokenTypes.java | 172 public static final int ID = LexerCore.ID;
|
| /external/webkit/Source/WebKit/android/content/ |
| address_detector.cpp | 686 ID = 16, // ID Idaho 816 WY, WY, ID, ID, ID, ID, ID, ID, ID, XX, // 830-839 [all...] |
| /frameworks/ex/common/java/com/android/common/contacts/ |
| BaseEmailAddressAdapter.java | 145 public static final int ID = 0; 373 long id = directoryCursor.getLong(DirectoryListQuery.ID); local 377 if (id == DIRECTORY_LOCAL_INVISIBLE) { 382 partition.directoryId = id;
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
| PostCompilerBuilder.java | 83 /** This ID is used in plugin.xml and in each project's .project file. 85 public static final String ID = "com.android.ide.eclipse.adt.ApkBuilder"; //$NON-NLS-1$ [all...] |