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

/external/llvm/lib/IR/
H A DFunction.cpp437 static void DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos,
439 IIT_Info Info = IIT_Info(Infos[NextElt++]);
479 DecodeIITType(NextElt, Infos, OutputTable);
483 DecodeIITType(NextElt, Infos, OutputTable);
487 DecodeIITType(NextElt, Infos, OutputTable);
491 DecodeIITType(NextElt, Infos, OutputTable);
495 DecodeIITType(NextElt, Infos, OutputTable);
499 DecodeIITType(NextElt, Infos, OutputTable);
503 Infos[NextElt++]));
504 DecodeIITType(NextElt, Infos, OutputTabl
[all...]
H A DVerifier.cpp302 ArrayRef<Intrinsic::IITDescriptor> &Infos,
1919 ArrayRef<Intrinsic::IITDescriptor> &Infos,
1924 if (Infos.empty()) return true;
1925 IITDescriptor D = Infos.front();
1926 Infos = Infos.slice(1);
1939 VerifyIntrinsicType(VT->getElementType(), Infos, ArgTys);
1944 VerifyIntrinsicType(PT->getElementType(), Infos, ArgTys);
1953 if (VerifyIntrinsicType(ST->getElementType(i), Infos, ArgTys))
1918 VerifyIntrinsicType(Type *Ty, ArrayRef<Intrinsic::IITDescriptor> &Infos, SmallVectorImpl<Type*> &ArgTys) argument
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp152 const static MCFixupKindInfo Infos[Mips::NumTargetFixupKinds] = { local
199 return Infos[Kind - FirstTargetFixupKind];
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp79 const static MCFixupKindInfo Infos[PPC::NumTargetFixupKinds] = { local
98 return Infos[Kind - FirstTargetFixupKind];
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp98 const static MCFixupKindInfo Infos[AArch64::NumTargetFixupKinds] = { local
175 return Infos[Kind - FirstTargetFixupKind];
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1680 std::vector<MatchableInfo*> &Infos,
1744 for (std::vector<MatchableInfo*>::const_iterator it = Infos.begin(),
1745 ie = Infos.end(); it != ie; ++it) {
1982 std::vector<ClassInfo*> &Infos,
1990 for (std::vector<ClassInfo*>::iterator it = Infos.begin(),
1991 ie = Infos.end(); it != ie; ++it) {
2073 std::vector<ClassInfo*> &Infos,
2083 for (std::vector<ClassInfo*>::iterator it = Infos.begin(),
2084 ie = Infos.end(); it != ie; ++it) {
2088 for (std::vector<ClassInfo*>::iterator it = Infos
[all...]
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp79 const static MCFixupKindInfo Infos[X86::NumTargetFixupKinds] = { local
91 return Infos[Kind - FirstTargetFixupKind];
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp61 const static MCFixupKindInfo Infos[ARM::NumTargetFixupKinds] = { local
108 return Infos[Kind - FirstTargetFixupKind];

Completed in 390 milliseconds