/external/clang/tools/diagtool/ |
ListWarnings.cpp | 56 ArrayRef<DiagnosticRecord> AllDiagnostics = getBuiltinDiagnosticsByName(); 58 for (ArrayRef<DiagnosticRecord>::iterator di = AllDiagnostics.begin(),
|
TreeView.cpp | 87 ArrayRef<GroupRecord> AllGroups = getDiagnosticGroups(); 108 ArrayRef<GroupRecord> AllGroups = getDiagnosticGroups(); 111 for (ArrayRef<GroupRecord>::iterator I = AllGroups.begin(),
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 13 #include "llvm/ADT/ArrayRef.h" 81 Optional<ArrayRef<uint8_t>> getAsBlock() const; 91 static ArrayRef<uint8_t> getFixedFormSizes(uint8_t AddrSize,
|
/external/llvm/include/llvm/Target/ |
TargetSubtargetInfo.h | 52 ArrayRef<SubtargetFeatureKV> PF, 53 ArrayRef<SubtargetFeatureKV> PD,
|
TargetInstrInfo.h | 527 ArrayRef<MachineOperand> Cond, 652 ArrayRef<MachineOperand> Cond, 676 unsigned DstReg, ArrayRef<MachineOperand> Cond, [all...] |
/external/llvm/include/llvm/CodeGen/ |
LiveIntervalAnalysis.h | 175 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices); 317 ArrayRef<unsigned> OrigRegs); 332 ArrayRef<SlotIndex> getRegMaskSlots() const { return RegMaskSlots; } 337 ArrayRef<SlotIndex> getRegMaskSlotsInBlock(unsigned MBBNum) const { 344 ArrayRef<const uint32_t*> getRegMaskBits() const { return RegMaskBits; } 348 ArrayRef<const uint32_t*> getRegMaskBitsInBlock(unsigned MBBNum) const {
|
SelectionDAG.h | 151 ArrayRef<SDDbgValue*> getSDDbgValues(const SDNode *Node) { 155 return ArrayRef<SDDbgValue*>(); 425 SDVTList getVTList(ArrayRef<EVT> VTs); 579 ArrayRef<int> MaskElts) { 672 ArrayRef<SDUse> Ops); 674 ArrayRef<SDValue> Ops, const SDNodeFlags *Flags = nullptr); 675 SDValue getNode(unsigned Opcode, SDLoc DL, ArrayRef<EVT> ResultTys, 676 ArrayRef<SDValue> Ops); 678 ArrayRef<SDValue> Ops); [all...] |
CallingConvLower.h | 331 unsigned getFirstUnallocated(ArrayRef<MCPhysReg> Regs) const { 358 unsigned AllocateReg(ArrayRef<MCPhysReg> Regs) { 372 unsigned AllocateRegBlock(ArrayRef<MCPhysReg> Regs, unsigned RegsRequired) { 399 unsigned AllocateReg(ArrayRef<MCPhysReg> Regs, const MCPhysReg *ShadowRegs) { 432 ArrayRef<MCPhysReg> ShadowRegs) { 507 SmallVectorImpl<ForwardedRegister> &Forwards, ArrayRef<MVT> RegParmTypes,
|
/external/llvm/include/llvm/IR/ |
Instructions.h | 19 #include "llvm/ADT/ArrayRef.h" 845 void init(Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr); 852 ArrayRef<Value *> IdxList, unsigned Values, 855 ArrayRef<Value *> IdxList, unsigned Values, 865 ArrayRef<Value *> IdxList, 880 ArrayRef<Value *> IdxList [all...] |
Attributes.h | 19 #include "llvm/ADT/ArrayRef.h" 194 ArrayRef<std::pair<unsigned, Attribute> > Attrs); 196 ArrayRef<std::pair<unsigned, 200 ArrayRef<std::pair<unsigned, 213 static AttributeSet get(LLVMContext &C, ArrayRef<AttributeSet> Attrs); 215 ArrayRef<Attribute::AttrKind> Kind); 232 AttributeSet addAttribute(LLVMContext &C, ArrayRef<unsigned> Indices, 320 typedef ArrayRef<Attribute>::iterator iterator;
|
/external/llvm/include/llvm/ProfileData/ |
CoverageMapping.h | 18 #include "llvm/ADT/ArrayRef.h" 135 ArrayRef<CounterExpression> getExpressions() const { return Expressions; } 234 ArrayRef<CounterExpression> Expressions; 235 ArrayRef<uint64_t> CounterValues; 238 CounterMappingContext(ArrayRef<CounterExpression> Expressions, 239 ArrayRef<uint64_t> CounterValues = None) 242 void setCounts(ArrayRef<uint64_t> Counts) { CounterValues = Counts; } 263 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) 277 ArrayRef<FunctionRecord> Records; 278 ArrayRef<FunctionRecord>::iterator Current [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfo.h | 103 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, 191 ArrayRef<MachineOperand> Cond) const override; 195 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1, 196 ArrayRef<MachineOperand> Pred2) const override; 341 bool predOpcodeHasNot(ArrayRef<MachineOperand> Cond) const; 375 bool getPredReg(ArrayRef<MachineOperand> Cond, unsigned &PredReg, 397 bool validateBranchCond(const ArrayRef<MachineOperand> &Cond) const;
|
/external/llvm/tools/llvm-readobj/ |
StreamWriter.h | 13 #include "llvm/ADT/ArrayRef.h" 84 ArrayRef<EnumEntry<TEnum> > EnumValues) { 103 void printFlags(StringRef Label, T Value, ArrayRef<EnumEntry<TFlag>> Flags, 236 void printBinary(StringRef Label, StringRef Str, ArrayRef<uint8_t> Value) { 240 void printBinary(StringRef Label, StringRef Str, ArrayRef<char> Value) { 246 void printBinary(StringRef Label, ArrayRef<uint8_t> Value) { 250 void printBinary(StringRef Label, ArrayRef<char> Value) { 283 void printBinaryImpl(StringRef Label, StringRef Str, ArrayRef<uint8_t> Value,
|
/external/clang/lib/AST/ |
StmtOpenMP.cpp | 20 void OMPExecutableDirective::setClauses(ArrayRef<OMPClause *> Clauses) { 26 void OMPLoopDirective::setCounters(ArrayRef<Expr *> A) { 32 void OMPLoopDirective::setPrivateCounters(ArrayRef<Expr *> A) { 39 void OMPLoopDirective::setInits(ArrayRef<Expr *> A) { 45 void OMPLoopDirective::setUpdates(ArrayRef<Expr *> A) { 51 void OMPLoopDirective::setFinals(ArrayRef<Expr *> A) { 59 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) { 85 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, 126 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, 175 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | 45 #include "llvm/ADT/ArrayRef.h" 129 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; [all...] |
/external/llvm/lib/ExecutionEngine/Interpreter/ |
ExternalFunctions.cpp | 52 typedef GenericValue (*ExFunc)(FunctionType *, ArrayRef<GenericValue>); 180 static bool ffiInvoke(RawFunc Fn, Function *F, ArrayRef<GenericValue> ArgVals, 246 ArrayRef<GenericValue> ArgVals) { 300 ArrayRef<GenericValue> Args) { 309 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { 315 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { 325 ArrayRef<GenericValue> Args) { 407 ArrayRef<GenericValue> Args) { 419 ArrayRef<GenericValue> args) { 433 static GenericValue lle_X_scanf(FunctionType *FT, ArrayRef<GenericValue> args) [all...] |
/external/llvm/include/llvm/Analysis/ |
TargetTransformInfoImpl.h | 106 ArrayRef<const Value *> Operands) { 132 ArrayRef<Type *> ParamTys) { 309 ArrayRef<unsigned> Indices, 316 ArrayRef<Type *> Tys) { 320 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { 330 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; } 391 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { 401 ArrayRef<const Value *> Operands) { 456 ArrayRef<const Value *> Arguments) {
|
TargetFolder.h | 22 #include "llvm/ADT/ArrayRef.h" 134 ArrayRef<Constant *> IdxList) const { 139 // warnings about whether to convert Idx to ArrayRef<Constant *> or 140 // ArrayRef<Value *>. 144 ArrayRef<Value *> IdxList) const { 149 ArrayRef<Constant *> IdxList) const { 155 // warnings about whether to convert Idx to ArrayRef<Constant *> or 156 // ArrayRef<Value *>. 160 ArrayRef<Value *> IdxList) const { 258 ArrayRef<unsigned> IdxList) const [all...] |
/art/compiler/ |
oat_writer.h | 140 const ArrayRef<const uint8_t>& data, 199 ArrayRef<const uintptr_t> GetAbsolutePatchLocations() const { 200 return ArrayRef<const uintptr_t>(absolute_patch_locations_); 209 ArrayRef<const debug::MethodDebugInfo> GetMethodDebugInfo() const { 210 return ArrayRef<const debug::MethodDebugInfo>(method_info_);
|
/external/clang/lib/Driver/ |
Job.cpp | 16 #include "llvm/ADT/ArrayRef.h" 27 using llvm::ArrayRef; 31 ArrayRef<InputInfo> Inputs) 160 llvm::ArrayRef<const char *> Args = Arguments; 164 Args = ArrayRef<const char *>(ArgsRespFile).slice(1); // no executable name 262 ArrayRef<InputInfo> Inputs,
|
/external/llvm/lib/IR/ |
AttributeImpl.h | 152 AttributeSetNode(ArrayRef<Attribute> Attrs) : NumAttrs(Attrs.size()) { 161 static AttributeSetNode *get(LLVMContext &C, ArrayRef<Attribute> Attrs); 183 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { 218 ArrayRef<std::pair<unsigned, AttributeSetNode *> > Attrs) 269 ArrayRef<std::pair<unsigned, AttributeSetNode*> > Nodes) {
|
/external/clang/include/clang/Lex/ |
LiteralSupport.h | 199 StringLiteralParser(ArrayRef<Token> StringToks, 201 StringLiteralParser(ArrayRef<Token> StringToks, 252 void init(ArrayRef<Token> StringToks);
|
/external/clang/lib/Frontend/ |
DiagnosticRenderer.cpp | 92 static void mergeFixits(ArrayRef<FixItHint> FixItHints, 96 for (ArrayRef<FixItHint>::const_iterator 126 ArrayRef<CharSourceRange> Ranges, 127 ArrayRef<FixItHint> FixItHints, 148 for (ArrayRef<FixItHint>::const_iterator I = FixItHints.begin(), 396 ArrayRef<CharSourceRange> Ranges, 452 ArrayRef<CharSourceRange> Ranges, 453 ArrayRef<FixItHint> Hints, 465 ArrayRef<CharSourceRange> Ranges, 519 ArrayRef<CharSourceRange> Ranges [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
ObjCMissingSuperCallChecker.cpp | 76 void fillSelectors(ASTContext &Ctx, ArrayRef<SelectorDescriptor> Sel, 102 ArrayRef<SelectorDescriptor> Sel, 106 for (ArrayRef<SelectorDescriptor>::iterator I = Sel.begin(), E = Sel.end();
|
/external/llvm/lib/CodeGen/ |
InterleavedAccessPass.cpp | 104 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, 128 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, 147 static bool isReInterleaveMask(ArrayRef<int> Mask, unsigned &Factor) {
|