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

<<41424344454647484950>>

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
BinaryStreamArray.h 13 #include "llvm/ADT/ArrayRef.h"
28 /// spirit to ArrayRef<T>, but since it is backed by a BinaryStream, the
270 ArrayRef<uint8_t> Data;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
Local.h 18 #include "llvm/ADT/ArrayRef.h"
388 void combineMetadata(Instruction *K, const Instruction *J, ArrayRef<unsigned> KnownIDs);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 20 #include "llvm/ADT/ArrayRef.h"
133 ArrayRef<GlobalExpr> GlobalExprs);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
BreakFalseDeps.cpp 145 ArrayRef<MCPhysReg> Order = RegClassInfo.getOrder(OpRC);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
MachineIRBuilder.cpp 427 void MachineIRBuilderBase::buildSequence(unsigned Res, ArrayRef<unsigned> Ops,
428 ArrayRef<uint64_t> Indices) {
473 ArrayRef<unsigned> Ops) {
495 MachineInstrBuilder MachineIRBuilderBase::buildUnmerge(ArrayRef<unsigned> Res,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 17 #include "llvm/ADT/ArrayRef.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
ContinuationRecordBuilder.cpp 67 ArrayRef<uint8_t>(FLIB, FLIB + sizeof(SegmentInjection));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFDebugLoc.cpp 32 static void dumpExpression(raw_ostream &OS, ArrayRef<char> Data,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 264 ArrayRef<GenericValue> ArgValues) override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
LLVMContextImpl.cpp 196 unsigned MDNodeOpsKey::calculateHash(ArrayRef<Metadata *> Ops) {
User.cpp 93 ArrayRef<const uint8_t> User::getDescriptor() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
InstrProf.cpp 16 #include "llvm/ADT/ArrayRef.h"
378 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs,
426 Error collectPGOFuncNameStrings(ArrayRef<GlobalVariable *> NameVars,
824 ArrayRef<InstrProfValueData> VDs(VD.get(), NV);
829 ArrayRef<InstrProfValueData> VDs,
    [all...]
InstrProfReader.cpp 16 #include "llvm/ADT/ArrayRef.h"
552 StringRef FuncName, ArrayRef<NamedInstrProfRecord> &Data) {
566 ArrayRef<NamedInstrProfRecord> &Data) {
709 ArrayRef<NamedInstrProfRecord> Data;
735 ArrayRef<NamedInstrProfRecord> Data;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 198 ArrayRef<const Value *> Args) {
480 TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args) {
660 ArrayRef<unsigned> Indices,
682 int AArch64TTIImpl::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUUnifyDivergentExitNodes.cpp 24 #include "llvm/ADT/ArrayRef.h"
121 ArrayRef<BasicBlock *> ReturningBlocks,
SIFrameLowering.cpp 26 static ArrayRef<MCPhysReg> getAllSGPR128(const GCNSubtarget &ST,
32 static ArrayRef<MCPhysReg> getAllSGPRs(const GCNSubtarget &ST,
130 ArrayRef<MCPhysReg> AllSGPR128s = getAllSGPR128(ST, MF);
173 ArrayRef<MCPhysReg> AllSGPRs = getAllSGPRs(ST, MF);
SIRegisterInfo.h 206 ArrayRef<int16_t> getRegSplitParts(const TargetRegisterClass *RC,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 160 getTargetStreamer()->emitResult(CurrentFnSym, ArrayRef<MVT>());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86EvexToVex.cpp 254 ArrayRef<X86EvexToVexCompressTableEntry> Table =
X86InstrFMA3Info.cpp 149 ArrayRef<X86InstrFMA3Group> Table;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 39 ArrayRef<uint8_t> Bytes, uint64_t Address,
45 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address,
57 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address,
739 MCInst &instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 84 ArrayRef<Value *> CEOps(CEOpVec);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 17 #include "llvm/ADT/ArrayRef.h"
174 BasicBlock *PH, ArrayRef<BasicBlock *> ExitBlocks,
175 ArrayRef<Instruction *> InsertPts,
217 ArrayRef<BasicBlock *> ExitBlocks;
218 ArrayRef<Instruction *> InsertPts;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
InferAddressSpaces.cpp 92 #include "llvm/ADT/ArrayRef.h"
169 void inferAddressSpaces(ArrayRef<WeakTrackingVH> Postorder,
178 const TargetTransformInfo &TTI, ArrayRef<WeakTrackingVH> Postorder,
644 ArrayRef<WeakTrackingVH> Postorder,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 16 #include "llvm/ADT/ArrayRef.h"
332 ArrayRef<BasicBlock *> Preds,
418 ArrayRef<BasicBlock *> Preds, BranchInst *BI,
484 ArrayRef<BasicBlock *> Preds,
544 ArrayRef<BasicBlock *> Preds,

Completed in 1296 milliseconds

<<41424344454647484950>>