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

<<51525354555657585960>>

  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 229 ArrayRef<SourceRange> Ranges = piece->getRanges();
230 for (ArrayRef<SourceRange>::iterator I = Ranges.begin(),
    [all...]
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 227 ArrayRef<CompileCommandRef> CommandsRef,
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 218 ArrayRef<GenericValue> ArgValues) = 0;
  /external/llvm/include/llvm/IR/
Type.h 19 #include "llvm/ADT/ArrayRef.h"
299 ArrayRef<Type*> subtypes() const {
  /external/llvm/include/llvm/Option/
ArgList.h 263 void AddAllArgs(ArgStringList &Output, ArrayRef<OptSpecifier> Ids) const;
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 233 SmallVectorImpl<ForwardedRegister> &Forwards, ArrayRef<MVT> RegParmTypes,
TargetInstrInfo.cpp 277 MachineInstr &MI, ArrayRef<MachineOperand> Pred) const {
436 ArrayRef<unsigned> Ops, int FrameIndex,
498 ArrayRef<unsigned> Ops, int FI,
779 ArrayRef<unsigned> Ops,
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 508 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) {
512 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) {
605 DIExpression *DIBuilder::createExpression(ArrayRef<uint64_t> Addr) {
609 DIExpression *DIBuilder::createExpression(ArrayRef<int64_t> Signed) {
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 69 ArrayRef<uint32_t> getShndxIndexes() const { return ShndxIndexes; }
895 ArrayRef<std::string> FileNames = Asm.getFileNames();
935 ArrayRef<uint32_t> ShndxIndexes = Writer.getShndxIndexes();
    [all...]
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 244 ArrayRef<uint8_t> Data(Bytes, BytesSize);
  /external/llvm/lib/Target/AArch64/
AArch64ConditionOptimizer.cpp 294 static bool parseCond(ArrayRef<MachineOperand> Cond, AArch64CC::CondCode &CC) {
  /external/llvm/lib/Target/ARM/
ARMCallingConv.h 206 ArrayRef<MCPhysReg> RegList;
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 266 ArrayRef<MachineOperand> Cond,
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 412 ArrayRef<unsigned> Indices,
  /external/llvm/unittests/Support/
ProgramTest.cpp 83 ArrayRef<char> Ref{reinterpret_cast<char const *>(Var),
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 229 ArrayRef<const CodeGenInstruction*> NumberedInstructions =
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCStreamer.h 21 #include "llvm/ADT/ArrayRef.h"
115 ArrayRef<MCDwarfFrameInfo> getFrameInfos() {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SjLjEHPrepare.cpp 78 Value *setupFunctionContext(Function &F, ArrayRef<LandingPadInst*> LPads);
80 void lowerAcrossUnwindEdges(Function &F, ArrayRef<InvokeInst*> Invokes);
716 setupFunctionContext(Function &F, ArrayRef<LandingPadInst*> LPads) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 680 bool sortPtrAccesses(ArrayRef<Value *> VL, const DataLayout &DL,
ValueTracking.h 18 #include "llvm/ADT/ArrayRef.h"
222 ArrayRef<unsigned> idx_range,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 19 #include "llvm/ADT/ArrayRef.h"
230 ArrayRef<GenericValue> ArgValues) = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Type.h 19 #include "llvm/ADT/ArrayRef.h"
317 ArrayRef<Type*> subtypes() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAssembler.h 13 #include "llvm/ADT/ArrayRef.h"
436 ArrayRef<std::string> getFileNames() { return FileNames; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFObjectFile.h 17 #include "llvm/ADT/ArrayRef.h"
224 ArrayRef<Elf_Word> ShndxTable);
231 ArrayRef<Elf_Word> ShndxTable;
905 ArrayRef<Elf_Word> ShndxTable;
937 ArrayRef<Elf_Word> ShndxTable)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 22 #include "llvm/ADT/ArrayRef.h"
139 ArrayRef<FrameIndexExpr> getFrameIndexExprs() const;

Completed in 1640 milliseconds

<<51525354555657585960>>