Searched
refs:SmallVectorImpl (Results
326 -
350 of
599) sorted by null
<<11121314151617181920>>
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | 700 SmallVectorImpl<uint64_t> &Record) { 787 const SmallVectorImpl<const MDNode *> &Vals = VE.getFunctionLocalMDValues(); 859 static void emitSignedInt64(SmallVectorImpl<uint64_t> &Vals, uint64_t V) { 866 static void EmitAPInt(SmallVectorImpl<uint64_t> &Vals, [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 709 SmallVectorImpl<SDValue> &Results, 719 SmallVectorImpl<SDValue> &Results, [all...] |
/external/clang/include/clang/AST/ |
CommentSema.h | 244 SmallVectorImpl<unsigned> *Position);
|
/external/clang/include/clang/Basic/ |
Diagnostic.h | 323 SmallVectorImpl<char> &Output, 605 SmallVectorImpl<char> &Output, [all...] |
Module.h | 393 void getExportedModules(SmallVectorImpl<Module *> &Exported) const;
|
/external/clang/include/clang/Driver/ |
Driver.h | 296 SmallVectorImpl< std::pair<int, const Command *> > &FailingCommands) const;
|
/external/clang/include/clang/Lex/ |
MacroInfo.h | 254 typedef SmallVectorImpl<Token>::const_iterator tokens_iterator;
|
Preprocessor.h | [all...] |
/external/clang/lib/CodeGen/ |
CGCall.h | 100 typedef SmallVectorImpl<Writeback>::const_iterator writeback_iterator;
|
/external/clang/lib/Driver/ |
Types.cpp | 187 void types::getCompilationPhases(ID Id, llvm::SmallVectorImpl<phases::ID> &P) {
|
WindowsToolChain.cpp | 300 for (SmallVectorImpl<StringRef>::iterator I = Dirs.begin(), E = Dirs.end();
|
/external/clang/lib/Frontend/ |
TextDiagnostic.cpp | 196 SmallVectorImpl<int> &out) { 230 SmallVectorImpl<int> &out) { [all...] |
/external/clang/lib/Parse/ |
ParseTemplate.cpp | 301 SmallVectorImpl<Decl*> &TemplateParams, 344 SmallVectorImpl<Decl*> &TemplateParams) { [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
SimpleStreamChecker.cpp | 230 for (SmallVectorImpl<SymbolRef>::iterator
|
/external/llvm/include/llvm/ADT/ |
APFloat.h | 446 void toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision = 0,
|
APInt.h | 35 template <typename T> class SmallVectorImpl; [all...] |
/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionExpander.h | 133 SmallVectorImpl<WeakVH> &DeadInsts,
|
/external/llvm/include/llvm/CodeGen/ |
MachineModuleInfo.h | 346 SmallVectorImpl<unsigned> &getCallSiteLandingPad(MCSymbol *Sym) {
|
/external/llvm/lib/Analysis/ |
CFG.cpp | 29 SmallVectorImpl<std::pair<const BasicBlock*,const BasicBlock*> > &Result) {
|
CostModel.cpp | 84 static bool isReverseVectorMask(SmallVectorImpl<int> &Mask) {
|
MemDepPrinter.cpp | 149 for (SmallVectorImpl<NonLocalDepResult>::const_iterator
|
/external/llvm/lib/CodeGen/ |
LiveVariables.cpp | 444 SmallVectorImpl<unsigned> &Defs) { 487 SmallVectorImpl<unsigned> &Defs) { 612 SmallVectorImpl<unsigned> &VarInfoVec = PHIVarInfo[MBB->getNumber()]; 614 for (SmallVectorImpl<unsigned>::iterator I = VarInfoVec.begin(),
|
ShrinkWrapping.cpp | 557 SmallVectorImpl<MachineBasicBlock *> &blks) { 632 bool PEI::addUsesForTopLevelLoops(SmallVectorImpl<MachineBasicBlock *> &blks) { 677 SmallVectorImpl<MachineBasicBlock *> &blks, 739 SmallVectorImpl<MachineBasicBlock *> &blks, [all...] |
TargetRegisterInfo.cpp | 258 SmallVectorImpl<MCPhysReg> &Hints,
|
Completed in 1119 milliseconds
<<11121314151617181920>>