HomeSort by relevance Sort by last modified time
    Searched defs:ID (Results 76 - 100 of 595) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/
EdgeBundles.cpp 27 char EdgeBundles::ID = 0;
32 char &llvm::EdgeBundlesID = EdgeBundles::ID;
ExpandISelPseudos.cpp 29 static char ID; // Pass identification, replacement for typeid
30 ExpandISelPseudos() : MachineFunctionPass(ID) {}
41 char ExpandISelPseudos::ID = 0;
42 char &llvm::ExpandISelPseudosID = ExpandISelPseudos::ID;
LiveStackAnalysis.cpp 27 char LiveStacks::ID = 0;
31 char &llvm::LiveStacksID = LiveStacks::ID;
MachineBranchProbabilityInfo.cpp 27 char MachineBranchProbabilityInfo::ID = 0;
MachineLoopInfo.cpp 32 char MachineLoopInfo::ID = 0;
39 char &llvm::MachineLoopInfoID = MachineLoopInfo::ID;
SlotIndexes.cpp 21 char SlotIndexes::ID = 0;
  /external/llvm/lib/Target/Hexagon/
HexagonExpandPredSpillCode.cpp 50 static char ID;
52 MachineFunctionPass(ID), QTM(TM), QST(*TM.getSubtargetImpl()) {}
61 char HexagonExpandPredSpillCode::ID = 0;
HexagonRemoveSZExtArgs.cpp 26 static char ID;
27 HexagonRemoveExtendArgs() : FunctionPass(ID) {}
42 char HexagonRemoveExtendArgs::ID = 0;
  /external/llvm/lib/Target/MBlaze/
MBlazeIntrinsicInfo.cpp 28 enum ID {
53 "Invalid intrinsic ID");
80 unsigned id = IntrID - Intrinsic::num_intrinsics + 1;
86 /// This defines the "getAttributes(ID id)" method.
91 static FunctionType *getType(LLVMContext &Context, unsigned id) {
107 AttrListPtr AList = getAttributes((mblazeIntrinsic::ID) IntrID);
  /external/llvm/lib/Target/Mips/
MipsEmitGPRestore.cpp 33 static char ID;
35 : MachineFunctionPass(ID), TM(tm), TII(tm.getInstrInfo()) { }
43 char Inserter::ID = 0;
  /external/llvm/lib/Target/PTX/
PTXMFInfoExtract.cpp 35 static char ID;
39 : MachineFunctionPass(ID) {}
51 char PTXMFInfoExtract::ID = 0;
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 33 static char ID; // Pass identification, replacement for typeid
34 GlobalDCE() : ModulePass(ID) {
55 char GlobalDCE::ID = 0;
Internalize.cpp 52 static char ID; // Pass identification, replacement for typeid
65 char InternalizePass::ID = 0;
70 : ModulePass(ID), AllButMain(AllButMain){
79 : ModulePass(ID), AllButMain(false){
  /external/llvm/lib/Transforms/Instrumentation/
EdgeProfiling.cpp 37 static char ID; // Pass identification, replacement for typeid
38 EdgeProfiler() : ModulePass(ID) {
48 char EdgeProfiler::ID = 0;
MaximumSpanningTree.h 63 static char ID; // Class identification, replacement for typeinfo
  /external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp 38 static char ID; // Pass identification, replacement for typeid
39 ConstantPropagation() : FunctionPass(ID) {
52 char ConstantPropagation::ID = 0;
DCE.cpp 36 static char ID; // Pass identification, replacement for typeid
37 DeadInstElimination() : BasicBlockPass(ID) {
59 char DeadInstElimination::ID = 0;
73 static char ID; // Pass identification, replacement for typeid
74 DCE() : FunctionPass(ID) {
86 char DCE::ID = 0;
Reg2Mem.cpp 38 static char ID; // Pass identification, replacement for typeid
39 RegToMem() : FunctionPass(ID) {
63 char RegToMem::ID = 0;
131 char &llvm::DemoteRegisterToMemoryID = RegToMem::ID;
  /external/llvm/lib/Transforms/Utils/
SimplifyInstructions.cpp 36 static char ID; // Pass identification, replacement for typeid
37 InstSimplifier() : FunctionPass(ID) {
89 char InstSimplifier::ID = 0;
95 char &llvm::InstructionSimplifierID = InstSimplifier::ID;
  /external/llvm/lib/VMCore/
Dominators.cpp 54 char DominatorTree::ID = 0;
PrintModulePass.cpp 30 static char ID;
31 PrintModulePass() : ModulePass(ID), Out(&dbgs()),
34 : ModulePass(ID), Banner(B), Out(o), DeleteStream(DS) {}
55 static char ID;
56 PrintFunctionPass() : FunctionPass(ID), Banner(""), Out(&dbgs()),
59 : FunctionPass(ID), Banner(B), Out(o), DeleteStream(DS) {}
79 char PrintModulePass::ID = 0;
82 char PrintFunctionPass::ID = 0;
  /external/llvm/tools/bugpoint/
bugpoint.cpp 105 const void *ID = P->getPassID();
106 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(ID);
  /external/llvm/tools/opt/
GraphPrinters.cpp 72 static char ID; // Pass ID, replacement for typeid
73 CallGraphPrinter() : ModulePass(ID) {}
89 char CallGraphPrinter::ID = 0;
100 static char ID; // Pass identification, replacement for typeid
101 DomInfoPrinter() : FunctionPass(ID) {}
116 char DomInfoPrinter::ID = 0;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Entry.java 28 public static final String ID = "_id";
33 public long id = 0; field in class:Entry
56 id = 0;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringDescriptor.java 32 public static final String ID =
39 super(ID, project, description, comment,

Completed in 1176 milliseconds

1 2 34 5 6 7 8 91011>>