Searched refs:Infos (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/VMCore/
H A DFunction.cpp397 static void DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos,
399 IIT_Info Info = IIT_Info(Infos[NextElt++]);
436 DecodeIITType(NextElt, Infos, OutputTable);
440 DecodeIITType(NextElt, Infos, OutputTable);
444 DecodeIITType(NextElt, Infos, OutputTable);
448 DecodeIITType(NextElt, Infos, OutputTable);
452 DecodeIITType(NextElt, Infos, OutputTable);
456 DecodeIITType(NextElt, Infos, OutputTable);
460 Infos[NextElt++]));
461 DecodeIITType(NextElt, Infos, OutputTabl
[all...]
H A DVerifier.cpp298 ArrayRef<Intrinsic::IITDescriptor> &Infos,
1729 ArrayRef<Intrinsic::IITDescriptor> &Infos,
1734 if (Infos.empty()) return true;
1735 IITDescriptor D = Infos.front();
1736 Infos = Infos.slice(1);
1748 VerifyIntrinsicType(VT->getElementType(), Infos, ArgTys);
1753 VerifyIntrinsicType(PT->getElementType(), Infos, ArgTys);
1762 if (VerifyIntrinsicType(ST->getElementType(i), Infos, ArgTys))
1728 VerifyIntrinsicType(Type *Ty, ArrayRef<Intrinsic::IITDescriptor> &Infos, SmallVectorImpl<Type*> &ArgTys) argument
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp147 const static MCFixupKindInfo Infos[Mips::NumTargetFixupKinds] = { local
190 return Infos[Kind - FirstTargetFixupKind];
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp69 const static MCFixupKindInfo Infos[PPC::NumTargetFixupKinds] = { local
83 return Infos[Kind - FirstTargetFixupKind];
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1665 std::vector<MatchableInfo*> &Infos,
1735 for (std::vector<MatchableInfo*>::const_iterator it = Infos.begin(),
1736 ie = Infos.end(); it != ie; ++it) {
1972 std::vector<ClassInfo*> &Infos,
1980 for (std::vector<ClassInfo*>::iterator it = Infos.begin(),
1981 ie = Infos.end(); it != ie; ++it) {
2063 std::vector<ClassInfo*> &Infos,
2073 for (std::vector<ClassInfo*>::iterator it = Infos.begin(),
2074 ie = Infos.end(); it != ie; ++it) {
2078 for (std::vector<ClassInfo*>::iterator it = Infos
[all...]
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp78 const static MCFixupKindInfo Infos[X86::NumTargetFixupKinds] = { local
90 return Infos[Kind - FirstTargetFixupKind];
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp60 const static MCFixupKindInfo Infos[ARM::NumTargetFixupKinds] = { local
107 return Infos[Kind - FirstTargetFixupKind];

Completed in 111 milliseconds