Searched refs:Analyze (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.h1 //===-- MipsAnalyzeImmediate.h - Analyze Immediates ------------*- C++ -*--===//
25 /// Analyze - Get an instruction sequence to load immediate Imm. The last
28 const InstSeq &Analyze(uint64_t Imm, unsigned Size, bool LastInstrIsADDiu);
H A DMipsAnalyzeImmediate.cpp1 //===-- MipsAnalyzeImmediate.cpp - Analyze Immediates ---------------------===//
125 &MipsAnalyzeImmediate::Analyze(uint64_t Imm, unsigned Size, function in class:MipsAnalyzeImmediate
H A DMipsSEISelDAGToDAG.cpp665 AnalyzeImm.Analyze(Imm, Size, false);
H A DMipsSEInstrInfo.cpp383 AnalyzeImm.Analyze(Imm, Size, LastInstrIsADDiu);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp39 LI.Analyze(getAnalysis<MachineDominatorTree>().getBase());
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp617 LI.Analyze(getAnalysis<DominatorTree>().getBase());
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h577 void Analyze(DominatorTreeBase<BlockT> &DomTree);
H A DLoopInfoImpl.h482 /// Analyze LoopInfo discovers loops during a postorder DominatorTree traversal
498 Analyze(DominatorTreeBase<BlockT> &DomTree) { function in class:llvm::LoopInfoBase
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2479 void Analyze(const TreePattern *Pat) { function in class:InstAnalyzer
2484 void Analyze(const PatternToMatch *Pat) { function in class:InstAnalyzer
2528 // Analyze children.
3013 PatInfo.Analyze(Pattern);
3037 PatInfo.Analyze(&PTM);
3097 // Analyze the source pattern.
3099 PatInfo.Analyze(&PTM);
3149 // Analyze children.

Completed in 97 milliseconds