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

<<21222324252627282930>>

  /external/llvm/include/llvm/Option/
ArgList.h 263 void AddAllArgs(ArgStringList &Output, ArrayRef<OptSpecifier> Ids) const;
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 273 MachineInstr *MI, ArrayRef<MachineOperand> Pred) const {
437 ArrayRef<unsigned> Ops, int FrameIndex,
499 ArrayRef<unsigned> Ops,
778 ArrayRef<unsigned> Ops,
    [all...]
RegAllocFast.cpp 543 ArrayRef<MCPhysReg> AO = RegClassInfo.getOrder(RC);
546 for (ArrayRef<MCPhysReg>::iterator I = AO.begin(), E = AO.end(); I != E; ++I){
558 for (ArrayRef<MCPhysReg>::iterator I = AO.begin(), E = AO.end(); I != E; ++I){
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 551 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) {
555 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) {
648 DIExpression *DIBuilder::createExpression(ArrayRef<uint64_t> Addr) {
652 DIExpression *DIBuilder::createExpression(ArrayRef<int64_t> Signed) {
    [all...]
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 244 ArrayRef<uint8_t> Data(Bytes, BytesSize);
  /external/llvm/lib/Target/AArch64/
AArch64ConditionOptimizer.cpp 287 static bool parseCond(ArrayRef<MachineOperand> Cond, AArch64CC::CondCode &CC) {
  /external/llvm/lib/Target/ARM/
ARMCallingConv.h 206 ArrayRef<MCPhysReg> RegList;
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 263 ArrayRef<MachineOperand> Cond,
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 392 ArrayRef<unsigned> Indices,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 371 ArrayRef<MachineOperand> Cond,
533 PredicateInstruction(MachineInstr *MI, ArrayRef<MachineOperand> Pred) const {
756 MachineFunction &MF, MachineInstr *MI, ArrayRef<unsigned> Ops,
    [all...]
  /external/llvm/unittests/Support/
ProgramTest.cpp 83 ArrayRef<char> Ref{reinterpret_cast<char const *>(Var),
  /frameworks/compile/slang/
rs_cc_options.cpp 85 bool ParseArguments(const llvm::ArrayRef<const char *> &ArgsIn,
slang_rs_foreach_lowering.cpp 314 llvm::ArrayRef<clang::Expr*>(args + allocArgIndexStart, numAllocations),
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 260 invalidateRegions(ArrayRef<const MemRegion *> Regions, const Expr *E,
267 invalidateRegions(ArrayRef<SVal> Regions, const Expr *E,
431 invalidateRegionsImpl(ArrayRef<SVal> Values,
  /external/clang/lib/Lex/
Preprocessor.cpp 326 ArrayRef<TokenValue> Tokens) {
333 ArrayRef<TokenValue> Tokens) const {
800 [&](ArrayRef<Module *> Path, Module *Conflict, StringRef Message) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 219 ArrayRef<UnexpandedParameterPack> Unexpanded) {
540 ArrayRef<UnexpandedParameterPack> Unexpanded,
548 for (ArrayRef<UnexpandedParameterPack>::iterator i = Unexpanded.begin(),
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 661 const ObjCMethodDecl *Method, ArrayRef<QualType> TypeArgs,
705 Optional<ArrayRef<QualType>> TypeArgs =
809 Optional<ArrayRef<QualType>> TypeArgs =
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 504 ArrayRef<std::unique_ptr<BugReporterVisitor>> visitors) {
559 ArrayRef<std::unique_ptr<BugReporterVisitor>> visitors) {
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 561 ArrayRef<IdentifierInfo *> SelIdents = Context.getSelIdents();
562 for (ArrayRef<IdentifierInfo *>::iterator I = SelIdents.begin(),
652 ArrayRef<CXUnsavedFile> unsaved_files,
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 24 template <typename T> class ArrayRef;
758 ArrayRef<uint8_t> getSymbolAuxData(COFFSymbolRef Symbol) const;
774 ArrayRef<uint8_t> &Res) const;
  /external/llvm/lib/Target/Sparc/Disassembler/
SparcDisassembler.cpp 40 ArrayRef<uint8_t> Bytes, uint64_t Address,
269 /// Read four bytes from the ArrayRef and return 32 bit word.
270 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address,
289 ArrayRef<uint8_t> Bytes,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 494 generateCompactUnwindEncodingImpl(ArrayRef<MCCFIInstruction> Instrs) const {
791 ArrayRef<MCCFIInstruction> Instrs) const override {
810 ArrayRef<MCCFIInstruction> Instrs) const override {
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 51 ArrayRef<uint8_t> Bytes, uint64_t Address,
55 ArrayRef<uint8_t> Bytes, uint64_t Address,
156 ArrayRef<uint8_t> Bytes,
193 MCInst &MI, MCInst &MCB, ArrayRef<uint8_t> Bytes, uint64_t Address,
474 ArrayRef<MCPhysReg> Table) {
    [all...]

Completed in 1683 milliseconds

<<21222324252627282930>>