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

<<11121314151617181920>>

  /external/llvm/include/llvm/IR/
Dominators.h 176 static void *ID() { return (void *)&PassID; }
211 static char ID;
213 DominatorTreeWrapperPass() : FunctionPass(ID) {
  /external/llvm/include/llvm/Option/
OptTable.h 41 unsigned ID;
70 unsigned id = Opt.getID(); local
71 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
72 return OptionInfos[id - 1];
88 /// \return The option, or null for the INVALID option id.
92 const char *getOptionName(OptSpecifier id) const {
93 return getInfo(id).Name;
97 unsigned getOptionKind(OptSpecifier id) const
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 54 static char ID; // Pass identification, replacement for typeid
55 AAEval() : FunctionPass(ID) {
81 char AAEval::ID = 0;
BlockFrequencyInfo.cpp 115 char BlockFrequencyInfo::ID = 0;
118 BlockFrequencyInfo::BlockFrequencyInfo() : FunctionPass(ID) {
DivergenceAnalysis.cpp 36 // variables that hold the thread ID), and recursively marks variables that are
52 // Suppose %tid holds the thread ID. Although %a is not data dependent on %tid
89 static char ID;
91 DivergenceAnalysis() : FunctionPass(ID) {
118 char DivergenceAnalysis::ID = 0;
IVUsers.cpp 34 char IVUsers::ID = 0;
242 : LoopPass(ID) {
LoopPass.cpp 36 static char ID;
38 : LoopPass(ID), Banner(B), Out(o) {}
58 char PrintLoopPass::ID = 0;
65 char LPPassManager::ID = 0;
68 : FunctionPass(ID), PMDataManager() {
TargetLibraryInfo.cpp 553 : ImmutablePass(ID), TLIImpl(), TLI(TLIImpl) {
558 : ImmutablePass(ID), TLIImpl(T), TLI(TLIImpl) {
564 : ImmutablePass(ID), TLIImpl(TLIImpl), TLI(this->TLIImpl) {
573 char TargetLibraryInfoWrapperPass::ID = 0;
  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 249 CallGraphWrapperPass::CallGraphWrapperPass() : ModulePass(ID) {
268 char CallGraphWrapperPass::ID = 0;
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 53 static char ID; // Pass identification, replacement for typeid.
58 : FunctionPass(ID), TM(nullptr), RewindFunction(nullptr), DT(nullptr),
62 : FunctionPass(ID), TM(TM), RewindFunction(nullptr), DT(nullptr),
80 char DwarfEHPrepare::ID = 0;
GlobalMerge.cpp 126 static char ID; // Pass identification, replacement for typeid.
129 : FunctionPass(ID), TM(TM), DL(TM->getDataLayout()),
149 char GlobalMerge::ID = 0;
MachineBlockFrequencyInfo.cpp 123 char MachineBlockFrequencyInfo::ID = 0;
127 MachineBlockFrequencyInfo() :MachineFunctionPass(ID) {
MachineCopyPropagation.cpp 42 static char ID; // Pass identification, replacement for typeid
43 MachineCopyPropagation() : MachineFunctionPass(ID) {
60 char MachineCopyPropagation::ID = 0;
61 char &llvm::MachineCopyPropagationID = MachineCopyPropagation::ID;
SpillPlacement.cpp 46 char SpillPlacement::ID = 0;
54 char &llvm::SpillPlacementID = SpillPlacement::ID;
  /external/llvm/lib/IR/
IRBuilder.cpp 222 /// Create a call to a Masked intrinsic, with given intrinsic Id,
224 CallInst *IRBuilderBase::CreateMaskedIntrinsic(unsigned Id,
230 Value *TheFn = Intrinsic::getDeclaration(M, (Intrinsic::ID)Id, OverloadedTypes);
278 Intrinsic::ID ID = Intrinsic::experimental_gc_result;
281 Value *FnGCResult = Intrinsic::getDeclaration(M, ID, Types);
  /external/llvm/lib/Passes/
PassBuilder.cpp 51 static void *ID() { return (void *)&PassID; }
71 static void *ID() { return (void *)&PassID; }
89 static void *ID() { return (void *)&PassID; }
  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 72 static char ID;
74 : FunctionPass(ID), Func(nullptr), ConsideredSExtType(nullptr) {
143 char AArch64AddressTypePromotion::ID = 0;
AArch64AdvSIMDScalarPass.cpp 84 static char ID; // Pass identification, replacement for typeid.
85 explicit AArch64AdvSIMDScalar() : MachineFunctionPass(ID) {}
98 char AArch64AdvSIMDScalar::ID = 0;
AArch64PromoteConstant.cpp 88 static char ID;
89 AArch64PromoteConstant() : ModulePass(ID) {}
204 char AArch64PromoteConstant::ID = 0;
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 139 static char ID;
140 ARMCGBR() : MachineFunctionPass(ID) {}
203 char ARMCGBR::ID = 0;
  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 43 static char ID;
44 HexagonCFGOptimizer() : MachineFunctionPass(ID) {
55 char HexagonCFGOptimizer::ID = 0;
239 &HexagonCFGOptimizer::ID, nullptr, false, false);
HexagonPeephole.cpp 88 static char ID;
89 HexagonPeephole() : MachineFunctionPass(ID) {
108 char HexagonPeephole::ID = 0;
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 40 static char ID;
42 GenericToNVVM() : ModulePass(ID) {}
67 char GenericToNVVM::ID = 0;
NVPTXLowerAggrCopies.cpp 36 static char ID;
38 NVPTXLowerAggrCopies() : FunctionPass(ID) {}
55 char NVPTXLowerAggrCopies::ID = 0;
NVPTXReplaceImageHandles.cpp 31 static char ID;
50 char NVPTXReplaceImageHandles::ID = 0;
53 : MachineFunctionPass(ID) {}

Completed in 578 milliseconds

<<11121314151617181920>>