/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
H A D | SourceMgr.h | 26 typedef std::pair<unsigned, const Instruction &> SourceRef; 29 using UniqueInst = std::unique_ptr<Instruction>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 45 using PrintModuleDesc = std::tuple<const Module *, std::string, StringRef>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | LineIterator.h | 32 : public std::iterator<std::forward_iterator_tag, StringRef> {
|
H A D | StringSaver.h | 31 StringRef save(const std::string &S) { return save(StringRef(S)); } in save() 53 StringRef save(const std::string &S) { return save(StringRef(S)); } in save()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
H A D | Trace.h | 48 using RecordVector = std::vector<XRayRecord>; 51 typedef std::vector<XRayRecord>::const_iterator citerator;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CallPrinter.cpp | 28 static std::string getGraphName(CallGraph *Graph) { return "Call graph"; } in getGraphName() 30 std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph) { in getNodeLabel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ErrorHandling.h | 27 const std::string& reason, 74 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | waitgroup_test.cpp | 36 std::atomic<int> counter = {0}; in TEST_P() 47 std::atomic<int> counter = {0}; in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceConverter.h | 53 std::map<const llvm::GlobalValue *, GlobalDeclaration *>; 56 std::unique_ptr<VariableDeclarationList> GlobalDeclarationsPool;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
H A D | PassPlugin.cpp | 16 Expected<PassPlugin> PassPlugin::Load(const std::string &Filename) { in Load() 17 std::string Error; in Load()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ScopedPrinter.cpp | 15 const std::string to_hexString(uint64_t Value, bool UpperCase) { in to_hexString() 16 std::string number; in to_hexString()
|
H A D | SmallVector.cpp | 50 std::min(std::max(NewCapacity, MinCapacity), size_t(UINT32_MAX)); in grow_pod()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRFrameLowering.h | 27 const std::vector<CalleeSavedInfo> &CSI, 32 std::vector<CalleeSavedInfo> &CSI,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BPFSubtarget.cpp | 60 BPFSubtarget::BPFSubtarget(const Triple &TT, const std::string &CPU, in BPFSubtarget() 61 const std::string &FS, const TargetMachine &TM) in BPFSubtarget()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonAsmPrinter.h | 34 std::unique_ptr<MCStreamer> Streamer) in HexagonAsmPrinter() 35 : AsmPrinter(TM, std::move(Streamer)) {} in HexagonAsmPrinter()
|
H A D | HexagonTargetMachine.h | 26 std::unique_ptr<TargetLoweringObjectFile> TLOF; 27 mutable StringMap<std::unique_ptr<HexagonSubtarget>> SubtargetMap;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430FrameLowering.h | 39 const std::vector<CalleeSavedInfo> &CSI, 43 std::vector<CalleeSavedInfo> &CSI,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXSubtarget.cpp | 48 NVPTXSubtarget::NVPTXSubtarget(const Triple &TT, const std::string &CPU, in NVPTXSubtarget() 49 const std::string &FS, in NVPTXSubtarget()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetMachine.h | 24 std::unique_ptr<TargetLoweringObjectFile> TLOF; 25 mutable StringMap<std::unique_ptr<RISCVSubtarget>> SubtargetMap;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
H A D | VEAsmPrinter.cpp | 44 explicit VEAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in VEAsmPrinter() 45 : AsmPrinter(TM, std::move(Streamer)) {} in VEAsmPrinter()
|
H A D | VESubtarget.h | 41 VESubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86TargetMachine.h | 31 std::unique_ptr<TargetLoweringObjectFile> TLOF; 32 mutable StringMap<std::unique_ptr<X86Subtarget>> SubtargetMap;
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | tint_reader_writer_fuzzer.h | 39 tb_ = std::make_unique<TransformBuilder>(data, size); in Run() 49 std::unique_ptr<TransformBuilder> tb_;
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | depth_texture.cc | 41 std::string DepthTexture::FriendlyName(const SymbolTable&) const { in FriendlyName() 42 std::ostringstream out; in FriendlyName()
|
H A D | multisampled_texture.cc | 36 std::string MultisampledTexture::FriendlyName( in FriendlyName() 38 std::ostringstream out; in FriendlyName()
|