Home
last modified time | relevance | path

Searched refs:Infos (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/IR/
DFunction.cpp561 static void DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos, in DecodeIITType() argument
563 IIT_Info Info = IIT_Info(Infos[NextElt++]); in DecodeIITType()
606 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
610 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
614 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
618 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
622 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
626 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
630 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
634 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
[all …]
DVerifier.cpp392 bool VerifyIntrinsicType(Type *Ty, ArrayRef<Intrinsic::IITDescriptor> &Infos,
395 ArrayRef<Intrinsic::IITDescriptor> &Infos);
2909 ArrayRef<Intrinsic::IITDescriptor> &Infos, in VerifyIntrinsicType() argument
2914 if (Infos.empty()) return true; in VerifyIntrinsicType()
2915 IITDescriptor D = Infos.front(); in VerifyIntrinsicType()
2916 Infos = Infos.slice(1); in VerifyIntrinsicType()
2930 VerifyIntrinsicType(VT->getElementType(), Infos, ArgTys); in VerifyIntrinsicType()
2935 VerifyIntrinsicType(PT->getElementType(), Infos, ArgTys); in VerifyIntrinsicType()
2944 if (VerifyIntrinsicType(ST->getElementType(i), Infos, ArgTys)) in VerifyIntrinsicType()
3016 Infos, ArgTys); in VerifyIntrinsicType()
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.h71 StringMap<PerFileInfo> Infos; member
83 if (Infos.count(Filename)) in add()
85 size_t OldSize = Infos.size(); in add()
86 Infos[Filename].FilenameID = OldSize; in add()
87 Infos[Filename].StartOffset = LastOffset; in add()
94 Infos.clear(); in clear()
DWinCodeViewLineTables.cpp140 size_t NumFilenames = FileNameRegistry.Infos.size(); in endModule()
145 Asm->EmitInt32(FileNameRegistry.Infos[Filename].StartOffset); in endModule()
284 assert(FileNameRegistry.Infos.count(CurFilename)); in emitDebugInfoForFunction()
286 FileNameRegistry.Infos[CurFilename].FilenameID; in emitDebugInfoForFunction()
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp73 const static MCFixupKindInfo Infos[SystemZ::NumTargetFixupKinds] = { in getFixupKindInfo() local
84 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/external/llvm/lib/Target/R600/MCTargetDesc/
DAMDGPUAsmBackend.cpp104 const static MCFixupKindInfo Infos[AMDGPU::NumTargetFixupKinds] = { in getFixupKindInfo() local
114 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcAsmBackend.cpp110 const static MCFixupKindInfo Infos[Sparc::NumTargetFixupKinds] = { in getFixupKindInfo() local
154 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp40 const static MCFixupKindInfo Infos[AArch64::NumTargetFixupKinds] = { in getFixupKindInfo() local
67 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h286 const LoadedObjInfoListT &Infos) const { in operator()
289 assert(Objects.size() == Infos.size() && in operator()
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1684 std::vector<std::unique_ptr<MatchableInfo>> &Infos, in emitConvertFuncs() argument
1748 for (auto &II : Infos) { in emitConvertFuncs()
1983 std::forward_list<ClassInfo> &Infos, in emitMatchClassEnumeration() argument
1991 for (const auto &CI : Infos) { in emitMatchClassEnumeration()
2067 std::forward_list<ClassInfo> &Infos, in emitIsSubclass() argument
2080 for (const auto &A : Infos) { in emitIsSubclass()
2082 for (const auto &B : Infos) { in emitIsSubclass()
2124 std::forward_list<ClassInfo> &Infos, in emitMatchTokenString() argument
2128 for (const auto &CI : Infos) { in emitMatchTokenString()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp93 const static MCFixupKindInfo Infos[X86::NumTargetFixupKinds] = { in getFixupKindInfo() local
105 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/external/llvm/lib/Target/R600/
DSIInstrInfo.td1 //===-- SIInstrInfo.td - SI Instruction Infos -------------*- tablegen -*--===//