HomeSort by relevance Sort by last modified time
    Searched refs:ArrayRef (Results 726 - 750 of 1983) sorted by null

<<21222324252627282930>>

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
IRBuilder.h 19 #include "llvm/ADT/ArrayRef.h"
100 ArrayRef<OperandBundleDef> DefaultOperandBundles;
104 ArrayRef<OperandBundleDef> OpBundles = None)
612 ArrayRef<Value *> CallArgs,
613 ArrayRef<Value *> DeoptArgs,
614 ArrayRef<Value *> GCArgs,
621 ArrayRef<Use> CallArgs,
622 ArrayRef<Use> TransitionArgs,
623 ArrayRef<Use> DeoptArgs,
624 ArrayRef<Value *> GCArgs
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmBackend.h 13 #include "llvm/ADT/ArrayRef.h"
164 generateCompactUnwindEncoding(ArrayRef<MCCFIInstruction>) const {
MCInstPrinter.h 27 void dumpBytes(ArrayRef<uint8_t> Bytes, raw_ostream &OS);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
COFFImportFile.h 20 #include "llvm/ADT/ArrayRef.h"
97 ArrayRef<COFFShortExport> Exports,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 18 #include "llvm/ADT/ArrayRef.h"
78 CodeExtractor(ArrayRef<BasicBlock *> BBs, DominatorTree *DT = nullptr,
LoopUtils.h 517 ArrayRef<Value *> RedOps = None);
523 ArrayRef<Value *> RedOps = None);
535 ArrayRef<Value *> RedOps = None);
549 void propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue = nullptr);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DIASourceFile.cpp 11 #include "llvm/ADT/ArrayRef.h"
32 llvm::ArrayRef<char> FileNameBytes(reinterpret_cast<char *>(FileName16.m_str),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCInstPrinter.cpp 11 #include "llvm/ADT/ArrayRef.h"
23 void llvm::dumpBytes(ArrayRef<uint8_t> bytes, raw_ostream &OS) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
ArgList.cpp 10 #include "llvm/ADT/ArrayRef.h"
115 ArrayRef<OptSpecifier> Ids,
116 ArrayRef<OptSpecifier> ExcludeIds) const {
139 ArrayRef<OptSpecifier> Ids) const {
140 ArrayRef<OptSpecifier> Exclude = None;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
GCNIterativeScheduler.h 14 #include "llvm/ADT/ArrayRef.h"
52 using ScheduleRef = ArrayRef<const SUnit *>;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRInstrInfo.h 98 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 85 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVInstrInfo.h 63 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroInternal.h 50 void updateCallGraph(Function &Caller, ArrayRef<Function *> Funcs,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
SourceCoverageViewHTML.h 33 Error createIndexFile(ArrayRef<std::string> SourceFiles,
SourceCoverageViewText.h 31 Error createIndexFile(ArrayRef<std::string> SourceFiles,
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CTagsEmitter.cpp 61 ArrayRef<SMLoc> Locs = R->getLoc();
WebAssemblyDisassemblerEmitter.cpp 24 const ArrayRef<const CodeGenInstruction *> &NumberedInstructions) {
  /art/compiler/debug/
elf_debug_frame_writer.h 172 const ArrayRef<const MethodDebugInfo>& method_infos) {
193 ArrayRef<const uint8_t> l = lhs->cfi;
194 ArrayRef<const uint8_t> r = rhs->cfi;
  /art/compiler/optimizing/
nodes_test.cc 134 environment->CopyFrom(ArrayRef<HInstruction* const>(array));
142 parent1->CopyFrom(ArrayRef<HInstruction* const>(array));
148 parent2->CopyFrom(ArrayRef<HInstruction* const>(array));
  /art/openjdkjvmti/
ti_redefine.h 88 art::ArrayRef<const unsigned char> data,
102 art::ArrayRef<const unsigned char> orig_dex_file)
204 art::ArrayRef<const unsigned char> original_dex_file_;
  /external/clang/include/clang/AST/
Mangle.h 189 ArrayRef<const CXXRecordDecl *> BasePath,
196 ArrayRef<const CXXRecordDecl *> BasePath,
234 ArrayRef<const CXXRecordDecl *> BasePath,
  /external/clang/include/clang/Basic/
Diagnostic.h 22 #include "llvm/ADT/ArrayRef.h"
321 ArrayRef<ArgumentValue> PrevArgs,
324 ArrayRef<intptr_t> QualTypeVals);
618 ArrayRef<ArgumentValue> PrevArgs,
620 ArrayRef<intptr_t> QualTypeVals) const {
    [all...]
  /external/clang/include/clang/Driver/
Driver.h 290 Compilation *BuildCompilation(ArrayRef<const char *> Args);
296 void ParseDriverMode(ArrayRef<const char *> Args);
300 llvm::opt::InputArgList ParseArgStrings(ArrayRef<const char *> Args);
  /external/clang/include/clang/Lex/
LiteralSupport.h 22 #include "llvm/ADT/ArrayRef.h"
210 StringLiteralParser(ArrayRef<Token> StringToks,
212 StringLiteralParser(ArrayRef<Token> StringToks,
263 void init(ArrayRef<Token> StringToks);

Completed in 946 milliseconds

<<21222324252627282930>>