| /external/clang/lib/StaticAnalyzer/Checkers/ |
| DynamicTypePropagation.cpp | 686 const ObjCMethodDecl *Method, ArrayRef<QualType> TypeArgs, 730 Optional<ArrayRef<QualType>> TypeArgs = 833 Optional<ArrayRef<QualType>> TypeArgs = [all...] |
| /external/clang/lib/StaticAnalyzer/Core/ |
| BugReporter.cpp | 504 ArrayRef<std::unique_ptr<BugReporterVisitor>> visitors) { 559 ArrayRef<std::unique_ptr<BugReporterVisitor>> visitors) { [all...] |
| /external/clang/tools/libclang/ |
| CIndexCodeCompletion.cpp | 561 ArrayRef<IdentifierInfo *> SelIdents = Context.getSelIdents(); 562 for (ArrayRef<IdentifierInfo *>::iterator I = SelIdents.begin(), 652 ArrayRef<CXUnsavedFile> unsaved_files, [all...] |
| /external/llvm/include/llvm/ADT/ |
| APInt.h | 33 template <typename T> class ArrayRef; 187 void initFromArray(ArrayRef<uint64_t> array); 253 APInt(unsigned numBits, ArrayRef<uint64_t> bigVal); 255 /// Equivalent to APInt(numBits, ArrayRef<uint64_t>(bigVal, numWords)), but [all...] |
| /external/llvm/lib/CodeGen/ |
| RegAllocFast.cpp | 552 ArrayRef<MCPhysReg> AO = RegClassInfo.getOrder(RC); 555 for (ArrayRef<MCPhysReg>::iterator I = AO.begin(), E = AO.end(); I != E; ++I){ 567 for (ArrayRef<MCPhysReg>::iterator I = AO.begin(), E = AO.end(); I != E; ++I){ [all...] |
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAGBuilder.h | 735 ArrayRef<const Use> GCArgs; 742 ArrayRef<const Use> GCTransitionArgs; 752 ArrayRef<const Use> DeoptState; [all...] |
| /external/llvm/lib/IR/ |
| DebugInfoMetadata.cpp | 23 unsigned Column, ArrayRef<Metadata *> MDs) 163 ArrayRef<Metadata *> DwarfOps, 545 ArrayRef<uint64_t> Elements,
|
| /external/llvm/lib/Target/Sparc/Disassembler/ |
| SparcDisassembler.cpp | 40 ArrayRef<uint8_t> Bytes, uint64_t Address, 319 /// Read four bytes from the ArrayRef and return 32 bit word. 320 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, 339 ArrayRef<uint8_t> Bytes,
|
| /external/llvm/lib/Target/X86/MCTargetDesc/ |
| X86AsmBackend.cpp | 514 generateCompactUnwindEncodingImpl(ArrayRef<MCCFIInstruction> Instrs) const { 811 ArrayRef<MCCFIInstruction> Instrs) const override { 830 ArrayRef<MCCFIInstruction> Instrs) const override {
|
| /external/llvm/lib/Target/X86/ |
| X86ISelLowering.cpp | [all...] |
| /external/llvm/tools/llvm-bcanalyzer/ |
| llvm-bcanalyzer.cpp | 423 ArrayRef<uint64_t> Record, 463 StringRef Indent, ArrayRef<uint64_t> Record, 618 Hasher.update(ArrayRef<uint8_t>(Ptr, BlockSize)); [all...] |
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| RegAllocFast.cpp | 503 ArrayRef<unsigned> AO = RegClassInfo.getOrder(RC); 506 for (ArrayRef<unsigned>::iterator I = AO.begin(), E = AO.end(); I != E; ++I) { 516 for (ArrayRef<unsigned>::iterator I = AO.begin(), E = AO.end(); I != E; ++I) { [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
| APInt.h | 33 template <typename T> class ArrayRef; 199 void initFromArray(ArrayRef<uint64_t> array); 295 APInt(unsigned numBits, ArrayRef<uint64_t> bigVal); 297 /// Equivalent to APInt(numBits, ArrayRef<uint64_t>(bigVal, numWords)), but [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| MachineFunction.cpp | 685 ArrayRef<const GlobalValue *> TyInfo) { 692 ArrayRef<const GlobalValue *> TyInfo) { 769 ArrayRef<unsigned> Sites) { [all...] |
| MachineOutliner.cpp | 240 ArrayRef<unsigned> Str; 752 const ArrayRef<std::shared_ptr<Candidate>> &CandidateList, [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAGBuilder.h | 19 #include "llvm/ADT/ArrayRef.h" 760 ArrayRef<const Use> GCArgs; 767 ArrayRef<const Use> GCTransitionArgs; 777 ArrayRef<const Use> DeoptState; [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
| AArch64ISelLowering.h | 293 bool isShuffleMaskLegal(ArrayRef<int> M, EVT VT) const override; 329 ArrayRef<ShuffleVectorInst *> Shuffles, 330 ArrayRef<unsigned> Indices,
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
| ARMISelLowering.h | 472 isShuffleMaskLegal(ArrayRef<int> M, EVT VT) const override; 526 ArrayRef<ShuffleVectorInst *> Shuffles, 527 ArrayRef<unsigned> Indices, [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
| MipsInstrInfo.cpp | 108 ArrayRef<MachineOperand> Cond) const { 124 ArrayRef<MachineOperand> Cond, 800 ArrayRef<std::pair<unsigned, const char*>>
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/Disassembler/ |
| SparcDisassembler.cpp | 40 ArrayRef<uint8_t> Bytes, uint64_t Address, 321 /// Read four bytes from the ArrayRef and return 32 bit word. 322 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, 341 ArrayRef<uint8_t> Bytes,
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
| X86AsmBackend.cpp | 527 generateCompactUnwindEncodingImpl(ArrayRef<MCCFIInstruction> Instrs) const { 828 ArrayRef<MCCFIInstruction> Instrs) const override { 848 ArrayRef<MCCFIInstruction> Instrs) const override {
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
| ToolRunner.cpp | 57 ArrayRef<StringRef> Args, StringRef StdInFile, 74 StringRef RemoteClientPath, ArrayRef<StringRef> Args, StringRef StdInFile, 107 static Error ProcessFailure(StringRef ProgPath, ArrayRef<StringRef> Args,
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| APInt.h | 33 template <typename T> class ArrayRef; 191 void initFromArray(ArrayRef<uint64_t> array); 257 APInt(unsigned numBits, ArrayRef<uint64_t> bigVal); 259 /// Equivalent to APInt(numBits, ArrayRef<uint64_t>(bigVal, numWords)), but [all...] |
| /external/clang/lib/CodeGen/ |
| CGObjCMac.cpp | [all...] |
| /external/clang/lib/Sema/ |
| SemaChecking.cpp | 273 ArrayRef<QualType> Params = 279 for (ArrayRef<QualType>::iterator I = Params.begin(), E = Params.end(); [all...] |