HomeSort by relevance Sort by last modified time
    Searched refs:SmallVectorImpl (Results 376 - 400 of 705) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 146 SmallVectorImpl<WeakVH> &DeadInsts,
ValueTracking.h 231 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 182 void getNameWithPrefix(SmallVectorImpl<char> &Name,
MachineModuleInfo.h 370 SmallVectorImpl<unsigned> &getCallSiteLandingPad(MCSymbol *Sym) {
RegisterPressure.h 332 void recede(SmallVectorImpl<unsigned> *LiveUses = nullptr,
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 69 typedef llvm::SmallVectorImpl<std::unique_ptr<UnitType>> UnitVector;
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 46 template<typename T> class SmallVectorImpl;
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 353 SmallVectorImpl<unsigned>::iterator I =
375 void pushRegUnits(unsigned Reg, SmallVectorImpl<unsigned> &RegUnits) const {
403 for (SmallVectorImpl<unsigned>::iterator RI = Defs.begin();
518 void RegPressureTracker::recede(SmallVectorImpl<unsigned> *LiveUses,
    [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 227 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const {
  /external/llvm/lib/Support/
LockFileManager.cpp 69 static std::error_code getHostID(SmallVectorImpl<char> &HostID) {
  /external/llvm/lib/Target/AMDGPU/
R600EmitClauseMarkers.cpp 125 const SmallVectorImpl<std::pair<MachineOperand *, int64_t> > &Consts =
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 157 SmallVectorImpl<ValueType> &Objects) const;
449 for (SmallVectorImpl<ValueType>::const_iterator I = Objs.begin();
477 SmallVectorImpl<ValueType> &Objects) const {
496 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), E = Objs.end();
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 150 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const {
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 327 SmallVectorImpl<char> &OutName, const GlobalValue *GV, Mangler &Mang,
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 133 Type *Ty, SmallVectorImpl<MVT> &ValueVTs) {
  /external/llvm/tools/dsymutil/
dsymutil.cpp 165 llvm::SmallVectorImpl<char> &ResultPath) {
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 96 for (SmallVectorImpl<DiffContext>::iterator
  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.h 113 SmallVectorImpl<uint8_t> &IndexList);
  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 49 SmallVectorImpl<char> &Buffer) {
  /external/llvm/unittests/Support/
CommandLineTest.cpp 151 SmallVectorImpl<const char *> &NewArgv,
  /external/clang/lib/AST/
DeclObjC.cpp 491 llvm::SmallVectorImpl<const ObjCMethodDecl *> &Methods) const {
783 SmallVectorImpl<SourceLocation> &SelLocs) const {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 179 bool processCallArgs(SmallVectorImpl<Value*> &Args,
180 SmallVectorImpl<unsigned> &ArgRegs,
181 SmallVectorImpl<MVT> &ArgVTs,
182 SmallVectorImpl<ISD::ArgFlagsTy> &ArgFlags,
183 SmallVectorImpl<unsigned> &RegArgs,
    [all...]
  /external/clang/lib/Driver/
ToolChains.h 139 SmallVectorImpl<StringRef> &LibDirs,
140 SmallVectorImpl<StringRef> &TripleAliases,
141 SmallVectorImpl<StringRef> &BiarchLibDirs,
142 SmallVectorImpl<StringRef> &BiarchTripleAliases);
886 const SmallVectorImpl<std::string> &PrefixDirs) const;
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 262 void RewriteForwardClassDecl(const SmallVectorImpl<Decl *> &DG);
280 void RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG);
355 SmallVectorImpl<QualType> &ArgTypes,
356 SmallVectorImpl<Expr*> &MsgExprs,
390 const SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs);
404 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h     [all...]

Completed in 1097 milliseconds

<<11121314151617181920>>