HomeSort by relevance Sort by last modified time
    Searched full:arrayref (Results 476 - 500 of 672) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Support/Unix/
Process.inc 184 ArrayRef<const char *> ArgsIn,
  /external/llvm/lib/Support/Windows/
Process.inc 232 ArrayRef<const char *>,
  /external/llvm/lib/Target/AArch64/
AArch64ConditionOptimizer.cpp 280 static bool parseCond(ArrayRef<MachineOperand> Cond, AArch64CC::CondCode &CC) {
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 783 ArrayRef<unsigned> LIndices = IVI->getIndices();
784 ArrayRef<unsigned> RIndices = cast<InsertValueInst>(R)->getIndices();
793 ArrayRef<unsigned> LIndices = EVI->getIndices();
794 ArrayRef<unsigned> RIndices = cast<ExtractValueInst>(R)->getIndices();
    [all...]
  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 84 static void createPHIsForSplitLoopExit(ArrayRef<BasicBlock *> Preds,
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 277 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr);
  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 11 #include "llvm/ADT/ArrayRef.h"
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 11 #include "llvm/ADT/ArrayRef.h"
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 346 Record *InstOpRec, bool hasSubOps, ArrayRef<SMLoc> Loc,
CodeGenSchedule.h 369 unsigned findOrInsertRW(ArrayRef<unsigned> Seq, bool IsRead);
  /external/clang/lib/AST/
StmtProfile.cpp 430 ArrayRef<OMPClause *> Clauses = S->clauses();
431 for (ArrayRef<OMPClause *>::iterator I = Clauses.begin(), E = Clauses.end();
    [all...]
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 870 ArrayRef<CounterExpression> Expressions,
871 ArrayRef<CounterMappingRegion> Regions) {
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 312 ArrayRef<TokenValue> Tokens) {
319 ArrayRef<TokenValue> Tokens) const {
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 81 void NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes);
730 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) {
    [all...]
SemaStmt.cpp 33 #include "llvm/ADT/ArrayRef.h"
322 ArrayRef<Stmt *> Elts, bool isStmtExpr) {
474 ArrayRef<const Attr*> Attrs,
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 162 ArrayRef<std::string> Plugins;
191 ArrayRef<std::string> plugins,
  /external/clang/tools/libclang/
Indexing.cpp 163 void update(ArrayRef<PPRegion> Regions) {
474 ArrayRef<CXUnsavedFile> unsaved_files;
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 297 ArrayRef<unsigned> InsertLoc = IVI->getIndices();
314 ArrayRef<unsigned> ExtractLoc = EVI->getIndices();
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 140 static void CloneNodeWithValues(SDNode *N, SelectionDAG *DAG, ArrayRef<EVT> VTs,
713 ArrayRef<SDDbgValue*> DVs = DAG->GetDbgValues(N);
    [all...]
  /art/compiler/driver/
compiler_driver.cc 414 SwapVector<uint8_t>* CompilerDriver::DeduplicateCode(const ArrayRef<const uint8_t>& code) {
419 SwapSrcMap* CompilerDriver::DeduplicateSrcMappingTable(const ArrayRef<SrcMapElem>& src_map) {
424 SwapVector<uint8_t>* CompilerDriver::DeduplicateMappingTable(const ArrayRef<const uint8_t>& code) {
429 SwapVector<uint8_t>* CompilerDriver::DeduplicateVMapTable(const ArrayRef<const uint8_t>& code) {
434 SwapVector<uint8_t>* CompilerDriver::DeduplicateGCMap(const ArrayRef<const uint8_t>& code) {
439 SwapVector<uint8_t>* CompilerDriver::DeduplicateCFIInfo(const ArrayRef<const uint8_t>& cfi_info) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 271 ArrayRef<const MemRegion *> Explicits,
272 ArrayRef<const MemRegion *> Regions,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 580 ArrayRef<SDUse> ops() const { return makeArrayRef(op_begin(), op_end()); }
713 ArrayRef<SDValue> Ops)
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 580 ArrayRef<QualType> args,
    [all...]

Completed in 1598 milliseconds

<<11121314151617181920>>