| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
| SampleProfile.cpp | 26 #include "llvm/ADT/ArrayRef.h" 218 void findEquivalencesFor(BasicBlock *BB1, ArrayRef<BasicBlock *> Descendants, [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
| CodeExtractor.cpp | 17 #include "llvm/ADT/ArrayRef.h" 185 buildExtractionBlockSet(ArrayRef<BasicBlock *> BBs, DominatorTree *DT, 228 CodeExtractor::CodeExtractor(ArrayRef<BasicBlock *> BBs, DominatorTree *DT, [all...] |
| SimplifyCFG.cpp | 15 #include "llvm/ADT/ArrayRef.h" 774 static void setBranchWeights(SwitchInst *SI, ArrayRef<uint32_t> Weights) { [all...] |
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| CommandLine.h | 23 #include "llvm/ADT/ArrayRef.h" [all...] |
| /external/clang/lib/CodeGen/ |
| ItaniumCXXABI.cpp | 322 ArrayRef<const VarDecl *> CXXThreadLocals, 323 ArrayRef<llvm::Function *> CXXThreadLocalInits, 324 ArrayRef<const VarDecl *> CXXThreadLocalInitVars) override; [all...] |
| CGExpr.cpp | [all...] |
| /external/clang/lib/StaticAnalyzer/Core/ |
| ExprEngine.cpp | 273 ArrayRef<const MemRegion *> Explicits, 274 ArrayRef<const MemRegion *> Regions, [all...] |
| /external/swiftshader/third_party/LLVM/lib/VMCore/ |
| ConstantFold.cpp | [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
| X86InstrInfo.cpp | [all...] |
| /external/llvm/lib/Bitcode/Writer/ |
| BitcodeWriter.cpp | 220 void writeMetadataStrings(ArrayRef<const Metadata *> Strings, 222 void writeMetadataRecords(ArrayRef<const Metadata *> MDs, [all...] |
| /external/clang/lib/AST/ |
| ExprConstant.cpp | 117 ArrayRef<APValue::LValuePathEntry> Path, 200 ArrayRef<PathEntry> VEntries = V.getLValuePath(); 700 void addNotes(ArrayRef<PartialDiagnosticAt> Diags) { [all...] |
| /art/runtime/ |
| debugger.cc | 341 void DebuggerDdmCallback::DdmPublishChunk(uint32_t type, const ArrayRef<const uint8_t>& data) { [all...] |
| /art/dex2oat/linker/ |
| image_writer.cc | 94 static ArrayRef<const uint8_t> MaybeCompressData(ArrayRef<const uint8_t> source, 145 return ArrayRef<const uint8_t>(*storage); 799 ArrayRef<const uint8_t> raw_image_data(image_info.image_.Begin() + block.first, 802 ArrayRef<const uint8_t> image_data = [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
| NewGVN.cpp | 56 #include "llvm/ADT/ArrayRef.h" 675 PHIExpression *createPHIExpression(ArrayRef<ValPair>, const Instruction *, 751 const Expression *performSymbolicPHIEvaluation(ArrayRef<ValPair>, [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
| ARMISelLowering.cpp | 30 #include "llvm/ADT/ArrayRef.h" [all...] |
| /external/clang/lib/Serialization/ |
| ASTWriterDecl.cpp | 189 ArrayRef<Decl> getPartialSpecializations(FunctionTemplateDecl::Common *) { 206 ArrayRef<DeclID> LazySpecializations; [all...] |
| /external/llvm/lib/Target/X86/ |
| X86InstrInfo.cpp | [all...] |
| /external/swiftshader/third_party/LLVM/utils/TableGen/ |
| AsmMatcherEmitter.cpp | 917 ArrayRef<CodeGenRegisterClass*> RegClassList = 924 for (ArrayRef<CodeGenRegisterClass*>::const_iterator it [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
| LazyCallGraphTest.cpp | [all...] |
| /external/llvm/lib/Target/AArch64/ |
| AArch64ISelDAGToDAG.cpp | 142 SDValue createDTuple(ArrayRef<SDValue> Vecs); 143 SDValue createQTuple(ArrayRef<SDValue> Vecs); 147 SDValue createTuple(ArrayRef<SDValue> Vecs, const unsigned RegClassIDs[], [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
| AArch64ISelDAGToDAG.cpp | 143 SDValue createDTuple(ArrayRef<SDValue> Vecs); 144 SDValue createQTuple(ArrayRef<SDValue> Vecs); 148 SDValue createTuple(ArrayRef<SDValue> Vecs, const unsigned RegClassIDs[], [all...] |
| /art/compiler/optimizing/ |
| code_generator.cc | 164 ArrayRef<const std::unique_ptr<SlowPathCode>> GetSlowPaths() const { 165 return ArrayRef<const std::unique_ptr<SlowPathCode>>(slow_paths_); [all...] |
| /art/openjdkjvmti/ |
| ti_redefine.cc | 357 art::ArrayRef<const unsigned char> data, 379 art::ArrayRef<const unsigned char> orig_dex_file) : [all...] |
| /art/runtime/verifier/ |
| verifier_deps.cc | 760 ArrayRef<const uint8_t> data) 779 ArrayRef<const uint8_t> data) { [all...] |
| /external/clang/include/clang/ASTMatchers/ |
| ASTMatchers.h | 577 ArrayRef<TemplateArgument> List = 719 ArrayRef<TemplateArgument> List = [all...] |