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

<<51525354555657585960>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
FunctionComparator.cpp 18 #include "llvm/ADT/ArrayRef.h"
591 ArrayRef<unsigned> LIndices = IVI->getIndices();
592 ArrayRef<unsigned> RIndices = cast<InsertValueInst>(R)->getIndices();
602 ArrayRef<unsigned> LIndices = EVI->getIndices();
603 ArrayRef<unsigned> RIndices = cast<ExtractValueInst>(R)->getIndices();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
VPlan.h 508 void setPredecessors(ArrayRef<VPBlockBase *> NewPreds) {
617 VPInstruction(unsigned Opcode, ArrayRef<VPValue *> Operands)
622 : VPInstruction(Opcode, ArrayRef<VPValue *>(Operands)) {}
742 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Masks)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 455 ArrayRef<uint64_t> Record,
489 ArrayRef<uint64_t> Record, StringRef Blob) {
671 Hasher.update(ArrayRef<uint8_t>(Ptr, BlockSize));
822 Stream = BitstreamCursor(ArrayRef<uint8_t>(BufPtr, EndBufPtr));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
SourceCoverageViewText.cpp 32 ArrayRef<std::string> SourceFiles, const CoverageMapping &Coverage,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cvtres/
llvm-cvtres.cpp 102 ArrayRef<const char *> ArgsArr = makeArrayRef(Argv + 1, Argc - 1);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
BenchmarkRunner.cpp 187 llvm::ArrayRef<llvm::MCInst> Code) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
llvm-objcopy.cpp 457 ArrayRef<uint8_t>(BufPtr, BufSize));
481 ArrayRef<NewArchiveMember> NewMembers,
554 static CopyConfig ParseObjcopyOptions(ArrayRef<const char *> ArgsArr) {
648 static CopyConfig ParseStripOptions(ArrayRef<const char *> ArgsArr) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
llvm-rc.cpp 88 ArrayRef<const char *> ArgsArr = makeArrayRef(Argv + 1, Argc - 1);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
NewPMDriver.cpp 234 ArrayRef<PassBuilder::PipelineElement>) {
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
X86EVEX2VEXTablesEmitter.cpp 191 ArrayRef<const CodeGenInstruction *> NumberedInstructions =
  /external/swiftshader/third_party/subzero/src/
IceAssembler.h 282 virtual llvm::ArrayRef<uint8_t> getNonExecBundlePadding() const = 0;
  /external/clang/include/clang/AST/
DeclObjC.h 223 ArrayRef<ParmVarDecl*> Params,
224 ArrayRef<SourceLocation> SelLocs);
369 // ArrayRef access to formal parameters. This should eventually
371 ArrayRef<ParmVarDecl*> parameters() const {
380 ArrayRef<ParmVarDecl*> Params,
381 ArrayRef<SourceLocation> SelLocs = llvm::None);
630 ArrayRef<ObjCTypeParamDecl *> typeParams,
637 ArrayRef<ObjCTypeParamDecl *> typeParams,
    [all...]
  /external/clang/lib/Format/
Format.cpp 208 ArrayRef<StringRef> Styles(StylesArray);
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 64 ArrayRef<const clang::sema::FunctionScopeInfo *> FunctionScopes,
171 ArrayRef<const sema::FunctionScopeInfo *> FunctionScopes,
358 ArrayRef<ParmVarDecl *> Params,
569 static EnumDecl *findCommonEnumForBlockReturns(ArrayRef<ReturnStmt*> returns) {
570 ArrayRef<ReturnStmt*>::iterator i = returns.begin(), e = returns.end();
590 static void adjustBlockReturnsToEnum(Sema &S, ArrayRef<ReturnStmt*> returns,
592 for (ArrayRef<ReturnStmt*>::iterator
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 135 void EmitLinkerOptions(ArrayRef<std::string> Options) override;
227 ArrayRef<unsigned> SecondaryFunctionIds) override;
229 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges,
424 void MCAsmStreamer::EmitLinkerOptions(ArrayRef<std::string> Options) {
427 for (ArrayRef<std::string>::iterator it = Options.begin() + 1,
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 155 uint32_t getRecordOffset(ArrayRef<uint8_t> Record) override {
165 ArrayRef<uint8_t> Block) override {
523 ArrayRef<uint8_t> AuxData = Obj->getSymbolAuxData(Symbol);
683 ArrayRef<uint8_t> RawData;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 20 #include "llvm/ADT/ArrayRef.h"
453 ArrayRef<Value *>()),
472 BasicBlock *UnwindDest, ArrayRef<Value *> Args,
779 Value *CreateGEP(Value *Ptr, ArrayRef<Value *> IdxList,
792 Value *CreateInBoundsGEP(Value *Ptr, ArrayRef<Value *> IdxList,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveIntervals.cpp 19 #include "llvm/ADT/ArrayRef.h"
614 ArrayRef<SlotIndex> Indices,
615 ArrayRef<SlotIndex> Undefs) {
892 ArrayRef<SlotIndex> Slots;
893 ArrayRef<const uint32_t*> Bits;
904 ArrayRef<SlotIndex>::iterator SlotI =
    [all...]
LiveInterval.cpp 24 #include "llvm/ADT/ArrayRef.h"
136 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs,
567 std::pair<VNInfo*,bool> LiveRange::extendInBlock(ArrayRef<SlotIndex> Undefs,
817 bool LiveRange::isLiveAtIndexes(ArrayRef<SlotIndex> Slots) const {
818 ArrayRef<SlotIndex>::iterator SlotI = Slots.begin();
819 ArrayRef<SlotIndex>::iterator SlotE = Slots.end();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAsmStreamer.cpp 147 void EmitLinkerOptions(ArrayRef<std::string> Options) override;
244 ArrayRef<uint8_t> Checksum,
261 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges,
483 void MCAsmStreamer::EmitLinkerOptions(ArrayRef<std::string> Options) {
486 for (ArrayRef<std::string>::iterator it = Options.begin() + 1,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp 60 ArrayRef<MVT> LegalV = Use64b ? LegalV64 : LegalV128;
61 ArrayRef<MVT> LegalW = Use64b ? LegalW64 : LegalW128;
200 HexagonTargetLowering::getInt(unsigned IntId, MVT ResTy, ArrayRef<SDValue> Ops,
312 SDValue Op1, ArrayRef<int> Mask,
342 HexagonTargetLowering::buildHvxVectorReg(ArrayRef<SDValue> Values,
394 ArrayRef<Constant*> Tmp((Constant**)Consts.begin(),
513 HexagonTargetLowering::buildHvxVectorPred(ArrayRef<SDValue> Values,
    [all...]
  /external/llvm/lib/IR/
Metadata.cpp 468 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2)
776 MDTuple *MDTuple::getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs,
846 ArrayRef<Metadata *> Ops) {
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 141 ArrayRef<uint8_t> Bytes, uint64_t Address,
173 ArrayRef<uint8_t> Bytes;
175 Region(ArrayRef<uint8_t> Bytes, uint64_t Base) : Bytes(Bytes), Base(Base) {}
187 ArrayRef<uint8_t> Bytes = R->Bytes;
214 MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 543 ArrayRef<unsigned int> FirstIndices = I.getIndices();
633 static bool CanEvaluateShuffled(Value *V, ArrayRef<int> Mask,
709 static Value *buildNew(Instruction *I, ArrayRef<Value*> NewOps) {
775 ArrayRef<Value*> Idx = NewOps.slice(1);
786 InstCombiner::EvaluateInDifferentElementOrder(Value *V, ArrayRef<int> Mask) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 151 ArrayRef<Constant *> NewMembers,
163 ArrayRef<Constant *> NewMembers);
940 ArrayRef<Constant *> NewMembers) {
    [all...]

Completed in 2343 milliseconds

<<51525354555657585960>>