/external/llvm/lib/ProfileData/ |
InstrProfWriter.cpp | 77 ArrayRef<uint64_t> Counters) {
|
/external/llvm/lib/Target/AArch64/ |
AArch64CallingConvention.h | 91 ArrayRef<uint16_t> RegList;
|
AArch64TargetTransformInfo.h | 133 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys);
|
AArch64ConditionalCompares.cpp | 272 static bool parseCond(ArrayRef<MachineOperand> Cond, AArch64CC::CondCode &CC) { 747 void updateDomTree(ArrayRef<MachineBasicBlock *> Removed); 748 void updateLoops(ArrayRef<MachineBasicBlock *> Removed); 785 ArrayRef<MachineBasicBlock *> Removed) { 801 AArch64ConditionalCompares::updateLoops(ArrayRef<MachineBasicBlock *> Removed) {
|
/external/llvm/lib/Target/ARM/ |
ARMBaseRegisterInfo.h | 126 ArrayRef<MCPhysReg> Order,
|
/external/llvm/lib/Target/X86/Disassembler/ |
X86Disassembler.h | 100 ArrayRef<uint8_t> Bytes, uint64_t Address,
|
/external/llvm/lib/Target/X86/ |
X86InstrInfo.h | 309 ArrayRef<unsigned> Ops, 316 ArrayRef<unsigned> Ops, 322 ArrayRef<unsigned>) const override; 409 ArrayRef<MachineOperand> MOs,
|
/external/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/llvm/test/Analysis/Delinearization/ |
a.ll | 13 ; CHECK: ArrayRef[{3,+,2}<%for.i>][{-4,+,3}<%for.j>][{7,+,5}<%for.k>]
|
himeno_1.ll | 32 ; CHECK: ArrayRef[{1,+,1}<nuw><nsw><%for.i>][{1,+,1}<nuw><nsw><%for.j>][{1,+,1}<nuw><nsw><%for.k>]
|
himeno_2.ll | 32 ; CHECK: ArrayRef[{1,+,1}<nuw><nsw><%for.i>][{1,+,1}<nuw><nsw><%for.j>][{1,+,1}<nuw><nsw><%for.k>]
|
multidim_ivs_and_integer_offsets_nts_3d.ll | 14 ; CHECK: ArrayRef[{3,+,1}<nw><%for.cond4.preheader.lr.ph.us>][{-4,+,1}<nw><%for.body6.lr.ph.us.us>][{7,+,1}<nw><%for.body6.us.us>]
|
multidim_only_ivs_3d_cast.ll | 13 ; CHECK: ArrayRef[{0,+,1}<%for.i>][{0,+,1}<%for.j>][{0,+,1}<%for.k>]
|
/external/llvm/tools/llvm-readobj/ |
ARMAttributeParser.h | 118 void Parse(ArrayRef<uint8_t> Section);
|
/external/llvm/unittests/DebugInfo/DWARF/ |
DWARFFormValueTest.cpp | 25 ArrayRef<uint8_t> sizes = DWARFFormValue::getFixedFormSizes(4, 2);
|
/frameworks/compile/slang/ |
rs_cc_options.h | 132 bool ParseArguments(const llvm::ArrayRef<const char *> &ArgsIn,
|
/external/llvm/lib/CodeGen/ |
LiveDebugVariables.cpp | 139 bool splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, 261 bool splitRegister(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, 351 void splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs); 790 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, 889 UserValue::splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs, 904 void LDVImpl::splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs) { 919 splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs, LiveIntervals &LIS) { [all...] |
/art/compiler/dex/quick/ |
ralloc_util.cc | 63 const ArrayRef<const RegStorage>& core_regs, 64 const ArrayRef<const RegStorage>& core64_regs, 65 const ArrayRef<const RegStorage>& sp_regs, 66 const ArrayRef<const RegStorage>& dp_regs, 67 const ArrayRef<const RegStorage>& reserved_regs, 68 const ArrayRef<const RegStorage>& reserved64_regs, 69 const ArrayRef<const RegStorage>& core_temps, 70 const ArrayRef<const RegStorage>& core64_temps, 71 const ArrayRef<const RegStorage>& sp_temps, 72 const ArrayRef<const RegStorage>& dp_temps) [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 352 virtual ArrayRef<ParmVarDecl*> parameters() const = 0; 354 typedef llvm::mapped_iterator<ArrayRef<ParmVarDecl*>::iterator, get_type_fun> 417 ArrayRef<ParmVarDecl *> parameters() const override; 511 ArrayRef<ParmVarDecl*> parameters() const override; 880 ArrayRef<ParmVarDecl*> parameters() const override; [all...] |
/external/clang/lib/Parse/ |
ParseStmtAsm.cpp | 43 ArrayRef<Token> AsmToks; 46 ArrayRef<unsigned> AsmTokOffsets; 50 ArrayRef<Token> Toks, ArrayRef<unsigned> Offsets) 265 ArrayRef<Token> AsmToks,
|
/external/clang/lib/StaticAnalyzer/Core/ |
CallEvent.cpp | 289 ArrayRef<ParmVarDecl*> parameters) { 296 ArrayRef<ParmVarDecl*>::iterator I = parameters.begin(), E = parameters.end(); 311 ArrayRef<ParmVarDecl*> AnyFunctionCall::parameters() const { 545 ArrayRef<ParmVarDecl*> BlockCall::parameters() const { 607 ArrayRef<ParmVarDecl*> ObjCMethodCall::parameters() const { [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineScheduler.h | 321 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots); 455 void updatePressureDiffs(ArrayRef<unsigned> LiveUses); 501 ArrayRef<SUnit*> elements() { return Queue; } 707 unsigned findMaxLatency(ArrayRef<SUnit*> ReadySUs);
|
/external/llvm/include/llvm/IR/ |
DIBuilder.h | 18 #include "llvm/ADT/ArrayRef.h" 419 DIArray getOrCreateArray(ArrayRef<Metadata *> Elements); 422 DITypeArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements); 478 MDExpression *createExpression(ArrayRef<uint64_t> Addr = None); 479 MDExpression *createExpression(ArrayRef<int64_t> Addr); [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
GCOVProfiling.cpp | 124 Function *insertCounterWriteout(ArrayRef<std::pair<GlobalVariable*, 126 Function *insertFlush(ArrayRef<std::pair<GlobalVariable*, MDNode*> >); 826 ArrayRef<std::pair<GlobalVariable *, MDNode *> > CountersBySP) { [all...] |
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 661 ArrayRef<NewArchiveIterator> Members, 664 for (ArrayRef<NewArchiveIterator>::iterator I = Members.begin(), 690 ArrayRef<NewArchiveIterator> Members, 691 ArrayRef<MemoryBufferRef> Buffers, 699 for (ArrayRef<NewArchiveIterator>::iterator I = Members.begin(), [all...] |