Home
last modified time | relevance | path

Searched defs:Outputs (Results 1 – 13 of 13) sorted by relevance

/third_party/gn/src/gn/
Danalyzer.cc41 struct Outputs { struct
42 std::string status;
43 std::string error;
44 bool compile_includes_all = false;
45 std::set<Label> compile_labels;
46 std::set<Label> test_labels;
47 std::set<Label> invalid_labels;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp689 CellMap Outputs; in visitNonBranch() local
1927 const CellMap &Inputs, CellMap &Outputs) { in evaluate()
2555 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexCompare()
2630 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexLogical()
2677 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexCondMove()
2720 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexExt()
2764 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexVector1()
DHexagonBitTracker.cpp261 -> bool { in evaluate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp454 SetVector<Value *> Inputs, Outputs, SinkingCands, HoistingCands; in CreateParallel() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp314 SetVector<Value *> Inputs, Outputs, Sinks; in extractColdRegion() local
DPartialInlining.cpp1129 SetVector<Value *> Inputs, Outputs, Sinks; in doMultiRegionFunctionOutlining() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp274 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h299 struct tgsi_exec_vector *Outputs; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp598 void CodeExtractor::findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs, in findInputsOutputs()
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp4519 struct Outputs struct
4521 Outputs (size_t size) : out0(size), out1(size) {} in Outputs() function
4523 vector<typename Out::Out0> out0;
4524 vector<typename Out::Out1> out1;
/third_party/mesa3d/src/mesa/main/
Dshader_types.h793 struct gl_transform_feedback_output *Outputs; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp6089 struct Outputs struct
6091 Outputs (size_t size) : out0(size), out1(size) {} in Outputs() argument
6093 vector<typename Out::Out0> out0;
6094 vector<typename Out::Out1> out1;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4936 SmallVector<SDValue, 4> Outputs; in FoldConstantArithmetic() local