Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp732 static void DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos, in DecodeIITType() argument
736 IIT_Info Info = IIT_Info(Infos[NextElt++]); in DecodeIITType()
787 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
791 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
795 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
799 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
803 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
807 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
811 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
815 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/
DError.cpp16 std::vector<std::shared_ptr<ErrorInfoBase>> Infos; in TakeError() local
18 [&Infos](std::unique_ptr<ErrorInfoBase> Info) { in TakeError()
19 Infos.emplace_back(std::move(Info)); in TakeError()
21 return {std::move(Infos)}; in TakeError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
DSupportHelpers.h24 std::vector<std::shared_ptr<ErrorInfoBase>> Infos; member
26 bool Success() const { return Infos.empty(); } in Success()
41 for (const auto &Info : Err.Infos) { in PrintTo()
DError.h95 if (Holder.Infos.size() > 1) { in MatchAndExplain()
100 auto &Info = *Holder.Infos[0]; in MatchAndExplain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.h101 const static MCFixupKindInfo Infos[] = { in getFixupKindInfo() local
131 static_assert((array_lengthof(Infos)) == RISCV::NumTargetFixupKinds, in getFixupKindInfo()
139 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430AsmBackend.cpp69 const static MCFixupKindInfo Infos[MSP430::NumTargetFixupKinds] = { in getFixupKindInfo() local
84 static_assert((array_lengthof(Infos)) == MSP430::NumTargetFixupKinds, in getFixupKindInfo()
90 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp75 const static MCFixupKindInfo Infos[WebAssembly::NumTargetFixupKinds] = { in getFixupKindInfo() local
90 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h153 bool matchIntrinsicType(Type *Ty, ArrayRef<IITDescriptor> &Infos,
160 bool matchIntrinsicVarArg(bool isVarArg, ArrayRef<IITDescriptor> &Infos);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp80 const static MCFixupKindInfo Infos[SystemZ::NumTargetFixupKinds] = { in getFixupKindInfo() local
93 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiAsmBackend.cpp139 static const MCFixupKindInfo Infos[Lanai::NumTargetFixupKinds] = { in getFixupKindInfo() local
163 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsics.h187 matchIntrinsicSignature(FunctionType *FTy, ArrayRef<IITDescriptor> &Infos,
194 bool matchIntrinsicVarArg(bool isVarArg, ArrayRef<IITDescriptor> &Infos);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp159 const static MCFixupKindInfo Infos[AMDGPU::NumTargetFixupKinds] = { in getFixupKindInfo() local
167 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMinidumpYAML.h129 std::vector<minidump::MemoryInfo> Infos; member
139 Infos(Range.begin(), Range.end()) {} in MemoryInfoListStream()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp185 InfoList.Infos.size()); in layout()
186 File.allocateArray(makeArrayRef(InfoList.Infos)); in layout()
DMinidumpYAML.cpp308 IO.mapRequired("Memory Ranges", Stream.Infos); in streamMapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SpeculativeLoadHardening.cpp173 tracePredStateThroughCFG(MachineFunction &MF, ArrayRef<BlockCondInfo> Infos);
437 SmallVector<BlockCondInfo, 16> Infos = collectBlockCondInfo(MF); in runOnMachineFunction() local
440 if (!HasVulnerableLoad && Infos.empty()) in runOnMachineFunction()
467 if (FenceCallAndRet && Infos.empty()) in runOnMachineFunction()
507 auto CMovs = tracePredStateThroughCFG(MF, Infos); in runOnMachineFunction()
599 SmallVector<BlockCondInfo, 16> Infos; in collectBlockCondInfo() local
676 Infos.push_back(Info); in collectBlockCondInfo()
679 return Infos; in collectBlockCondInfo()
691 MachineFunction &MF, ArrayRef<BlockCondInfo> Infos) { in tracePredStateThroughCFG() argument
698 for (const BlockCondInfo &Info : Infos) { in tracePredStateThroughCFG()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp391 const static MCFixupKindInfo Infos[AVR::NumTargetFixupKinds] = { in getFixupKindInfo() local
453 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp89 const static MCFixupKindInfo Infos[Hexagon::NumTargetFixupKinds] = { in getFixupKindInfo() local
199 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp344 if (OperandInfo.Infos.empty()) in addInfoFor()
347 OperandInfo.Infos.push_back(PB); in addInfoFor()
612 for (auto &PossibleCopy : ValueInfo.Infos) { in renameUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h206 SmallVector<PredicateBase *, 4> Infos; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp50 const static MCFixupKindInfo Infos[AArch64::NumTargetFixupKinds] = { in getFixupKindInfo() local
76 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp493 const static MCFixupKindInfo Infos[X86::NumTargetFixupKinds] = { in getFixupKindInfo() local
510 assert(Infos[Kind - FirstTargetFixupKind].Name && "Empty fixup name!"); in getFixupKindInfo()
511 return Infos[Kind - FirstTargetFixupKind]; in getFixupKindInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsMTInstrInfo.td1 //===-- MipsMTInstrInfo.td - Mips MT Instruction Infos -----*- tablegen -*-===//
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td1 //===-- SIInstrInfo.td - SI Instruction Infos -------------*- tablegen -*--===//