HomeSort by relevance Sort by last modified time
    Searched refs:ArrayRef (Results 676 - 700 of 765) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 225 ArrayRef<MCPhysReg> Order,
ARMTargetTransformInfo.cpp 474 ArrayRef<unsigned> Indices,
ARMBaseInstrInfo.cpp 396 ArrayRef<MachineOperand> Cond,
458 PredicateInstruction(MachineInstr *MI, ArrayRef<MachineOperand> Pred) const {
478 bool ARMBaseInstrInfo::SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
479 ArrayRef<MachineOperand> Pred2) const {
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 836 ArrayRef<MCCFIInstruction> Instrs) const {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 770 ArrayRef<const Instruction *> Insts,
    [all...]
SROA.cpp 241 void insert(ArrayRef<Slice> NewSlices) {
255 ArrayRef<Instruction *> getDeadUsers() const { return DeadUsers; }
263 ArrayRef<Use *> getDeadOperands() const { return DeadOperands; }
392 ArrayRef<Slice *> splitSliceTails() const { return SplitTails; }
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.cpp 652 void ARMAttributeParser::Parse(ArrayRef<uint8_t> Section) {
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 210 ArrayRef<Constant*> VectorValue(TempValues);
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 62 TypeSet(ArrayRef<MVT::SimpleValueType> VTList);
CodeGenInstruction.cpp 438 ArrayRef<SMLoc> Loc, CodeGenTarget &T,
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /art/oatdump/
oatdump.cc 163 ArrayRef<const debug::MethodDebugInfo>(method_debug_infos_),
268 info.cfi = ArrayRef<uint8_t>();
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 634 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects();
635 for (ArrayRef<ExprWithCleanups::CleanupObject>::iterator
    [all...]
CGStmtOpenMP.cpp     [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 90 void APInt::initFromArray(ArrayRef<uint64_t> bigVal) {
107 APInt::APInt(unsigned numBits, ArrayRef<uint64_t> bigVal)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 17 #include "llvm/ADT/ArrayRef.h"
737 void poisonRedZones(ArrayRef<uint8_t> ShadowBytes, IRBuilder<> &IRB,
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
ToolChains.h 105 ArrayRef<std::string> ExtraTripleAliases = None);
    [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 568 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers,
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 943 ArrayRef<MCFixup> Fixups;
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/unittests/Support/
Path.cpp 307 ArrayRef<char> ref{reinterpret_cast<char const *>(path),
    [all...]

Completed in 1299 milliseconds

<<21222324252627282930>>