Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DFunction.cpp563 static void DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos, in DecodeIITType() argument
565 IIT_Info Info = IIT_Info(Infos[NextElt++]); 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()
638 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
642 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
[all …]
DVerifier.cpp413 bool VerifyIntrinsicType(Type *Ty, ArrayRef<Intrinsic::IITDescriptor> &Infos,
416 ArrayRef<Intrinsic::IITDescriptor> &Infos);
3288 ArrayRef<Intrinsic::IITDescriptor> &Infos, in VerifyIntrinsicType() argument
3293 if (Infos.empty()) return true; in VerifyIntrinsicType()
3294 IITDescriptor D = Infos.front(); in VerifyIntrinsicType()
3295 Infos = Infos.slice(1); in VerifyIntrinsicType()
3310 VerifyIntrinsicType(VT->getElementType(), Infos, ArgTys); in VerifyIntrinsicType()
3315 VerifyIntrinsicType(PT->getElementType(), Infos, ArgTys); in VerifyIntrinsicType()
3324 if (VerifyIntrinsicType(ST->getElementType(i), Infos, ArgTys)) in VerifyIntrinsicType()
3396 Infos, ArgTys); in VerifyIntrinsicType()
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.h73 StringMap<PerFileInfo> Infos; member
85 if (Infos.count(Filename)) in add()
87 size_t OldSize = Infos.size(); in add()
88 Infos[Filename].FilenameID = OldSize; in add()
89 Infos[Filename].StartOffset = LastOffset; in add()
96 Infos.clear(); in clear()
DWinCodeViewLineTables.cpp139 size_t NumFilenames = FileNameRegistry.Infos.size(); in endModule()
144 Asm->EmitInt32(FileNameRegistry.Infos[Filename].StartOffset); in endModule()
299 assert(FileNameRegistry.Infos.count(CurFilename)); in emitDebugInfoForFunction()
301 FileNameRegistry.Infos[CurFilename].FilenameID; in emitDebugInfoForFunction()
/external/v8/src/compiler/
Dtype-hint-analyzer.h19 typedef ZoneMap<TypeFeedbackId, Handle<Code>> Infos; typedef
21 explicit TypeHintAnalysis(Infos const& infos) : infos_(infos) {} in TypeHintAnalysis()
28 Infos const infos_;
Dtype-hint-analyzer.cc73 TypeHintAnalysis::Infos infos(zone()); in Analyze()
/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/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp144 const static MCFixupKindInfo Infos[AMDGPU::NumTargetFixupKinds] = { in getFixupKindInfo() local
153 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp65 const static MCFixupKindInfo Infos[Hexagon::NumTargetFixupKinds] = { in getFixupKindInfo() local
171 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.h287 const LoadedObjInfoListT &Infos) const { in operator()
290 assert(Objects.size() == Infos.size() && in operator()
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1739 std::vector<std::unique_ptr<MatchableInfo>> &Infos, in emitConvertFuncs() argument
1803 for (auto &II : Infos) { in emitConvertFuncs()
2036 std::forward_list<ClassInfo> &Infos, in emitMatchClassEnumeration() argument
2044 for (const auto &CI : Infos) { in emitMatchClassEnumeration()
2120 std::forward_list<ClassInfo> &Infos, in emitIsSubclass() argument
2133 for (const auto &A : Infos) { in emitIsSubclass()
2135 for (const auto &B : Infos) { in emitIsSubclass()
2177 std::forward_list<ClassInfo> &Infos, in emitMatchTokenString() argument
2181 for (const auto &CI : Infos) { in emitMatchTokenString()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp92 const static MCFixupKindInfo Infos[X86::NumTargetFixupKinds] = { in getFixupKindInfo() local
104 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td1 //===-- SIInstrInfo.td - SI Instruction Infos -------------*- tablegen -*--===//