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

<<51525354555657585960>>

  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 346 static void discoverAndMapSubloop(LoopT *L, ArrayRef<BlockT*> Backedges,
497 discoverAndMapSubloop(L, ArrayRef<BlockT*>(Backedges), this, DomTree);
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 35 template <typename T> class ArrayRef;
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 299 ArrayRef<unsigned> InsertLoc = IVI->getIndices();
316 ArrayRef<unsigned> ExtractLoc = EVI->getIndices();
  /external/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 233 ArrayRef<uint8_t> dbg_uuid = DbgObj->getUuid();
234 ArrayRef<uint8_t> bin_uuid = Obj->getUuid();
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 391 ArrayRef<unsigned> SecondaryFunctionIds) {
401 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges,
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 305 ArrayRef<ShuffleVectorInst *> Shuffles,
306 ArrayRef<unsigned> Indices,
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.h 160 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
532 ArrayRef<std::pair<int, const char *>>
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 455 ArrayRef<ShuffleVectorInst *> Shuffles,
456 ArrayRef<unsigned> Indices,
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 169 ArrayRef<std::pair<unsigned, const char *>>
666 ArrayRef<MachineOperand> Condition,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 641 ArrayRef<MachineOperand> Cond,
686 ArrayRef<MachineOperand> Cond,
728 ArrayRef<MachineOperand> Cond, unsigned TrueReg,
    [all...]
  /external/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 31 ArrayRef<uint8_t> Bytes, uint64_t Address,
388 ArrayRef<uint8_t> Bytes,
  /external/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 165 Instruction *Inst, const ArrayRef<InstrProfValueData> &ValueDataRef,
258 Instruction *Inst, const ArrayRef<InstrProfValueData> &ValueDataRef,
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 69 ArrayRef<ExpansionRecord> Expansions,
173 ArrayRef<ExpansionRecord> Expansions,
  /external/llvm/tools/obj2yaml/
macho2yaml.cpp 34 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy = false);
267 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy) {
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 16 #include "llvm/ADT/ArrayRef.h"
81 static size_t arrayDataSize(ArrayRef<T> A) {
86 static void writeArrayData(raw_ostream &OS, ArrayRef<T> A) {
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 68 ArrayRef<OutputFunctionCoverageData> Functions;
70 CoverageMappingReaderMock(ArrayRef<OutputFunctionCoverageData> Functions)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocBasic.cpp 488 ArrayRef<unsigned> Order =
490 for (ArrayRef<unsigned>::iterator I = Order.begin(), E = Order.end(); I != E;
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenTarget.cpp 187 ArrayRef<CodeGenRegisterClass*> RCs = getRegBank().getRegClasses();
204 ArrayRef<CodeGenRegisterClass*> RCs = getRegBank().getRegClasses();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopInfo.h 149 ArrayRef<BlockT *> getBlocks() const {
153 typedef typename ArrayRef<BlockT *>::const_iterator block_iterator;
    [all...]
LoopInfoImpl.h 431 static void discoverAndMapSubloop(LoopT *L, ArrayRef<BlockT *> Backedges,
570 discoverAndMapSubloop(L, ArrayRef<BlockT *>(Backedges), this, DomTree);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineInstr.h 37 template <typename T> class ArrayRef;
    [all...]
MachineRegisterInfo.h 17 #include "llvm/ADT/ArrayRef.h"
245 void setCalleeSavedRegs(ArrayRef<MCPhysReg> CSRs);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp 22 #include "llvm/ADT/ArrayRef.h"
735 Constant *CastGEPIndices(Type *SrcElemTy, ArrayRef<Constant *> Ops,
791 ArrayRef<Constant *> Ops,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 280 ArrayRef<unsigned> InsertLoc = IVI->getIndices();
297 ArrayRef<unsigned> ExtractLoc = EVI->getIndices();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 18 #include "llvm/ADT/ArrayRef.h"
288 ArrayRef<ParsedMachineOperand> Operands);
290 bool verifyImplicitOperands(ArrayRef<ParsedMachineOperand> Operands,
899 ArrayRef<ParsedMachineOperand> Operands) {
907 bool MIParser::verifyImplicitOperands(ArrayRef<ParsedMachineOperand> Operands,
    [all...]

Completed in 1506 milliseconds

<<51525354555657585960>>