Home
last modified time | relevance | path

Searched refs:ResultTypes (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py291 ResultTypes = [Passed, Failed, TimedOut, Crashed, CompileFailed, Skipped] variable in GroupedResult
308 for result_type in GroupedResult.ResultTypes:
891 for type in GroupedResult.ResultTypes:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5226 const SmallDenseMap<PHINode *, Type *> &ResultTypes) { in ShouldBuildLookupTable()
5232 for (const auto &I : ResultTypes) { in ShouldBuildLookupTable()
5387 SmallDenseMap<PHINode *, Type *> ResultTypes; in SwitchToLookupTable() local
5416 ResultTypes[PHI] = ResultLists[PHI][0].second->getType(); in SwitchToLookupTable()
5446 if (!ShouldBuildLookupTable(SI, TableSize, TTI, DL, ResultTypes)) in SwitchToLookupTable()
5224 ShouldBuildLookupTable(SwitchInst *SI, uint64_t TableSize, const TargetTransformInfo &TTI, const DataLayout &DL, const SmallDenseMap<PHINode *, Type *> &ResultTypes) ShouldBuildLookupTable() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp1202 constexpr struct ResultTypes in testGenerator() struct
1311 for (const ResultTypes& result : resultTypes) in testGenerator()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp2406 constexpr struct ResultTypes in testGenerator() struct
2593 for (const ResultTypes& result : resultTypes) in testGenerator()
2772 for (const ResultTypes& result : resultTypes) in testGenerator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5238 ArrayRef<EVT> ResultTypes, in constructRetValue()
5243 EVT ReqRetVT = ResultTypes[0]; in constructRetValue()
5312 SDValue TFCRes = DAG.getNode(ISD::BITCAST, DL, ResultTypes[1], TFCElt[0]); in constructRetValue()
5350 SmallVector<EVT, 3> ResultTypes(Op->value_begin(), Op->value_end()); in lowerImage()
5373 ResultTypes[0] = Is64Bit ? MVT::v2i64 : MVT::v2i32; in lowerImage()
5404 MVT LoadVT = ResultTypes[0].getSimpleVT(); in lowerImage()
5563 ResultTypes[0] = NewVT; in lowerImage()
5564 if (ResultTypes.size() == 3) { in lowerImage()
5568 ResultTypes.erase(&ResultTypes[ in lowerImage()
5236 constructRetValue(SelectionDAG &DAG, MachineSDNode *Result, ArrayRef<EVT> ResultTypes, bool IsTexFail, bool Unpacked, bool IsD16, int DMaskPop, int NumVDataDwords, const SDLoc &DL, LLVMContext &Context) constructRetValue() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8468 ArrayRef<Type *> ResultTypes; in visitInlineAsm() local
8470 ResultTypes = StructResult->elements(); in visitInlineAsm()
8472 ResultTypes = makeArrayRef(CSResultType); in visitInlineAsm()
8474 auto CurResultType = ResultTypes.begin(); in visitInlineAsm()
8476 assert(CurResultType != ResultTypes.end() && "Unexpected value"); in visitInlineAsm()
8551 assert(CurResultType == ResultTypes.end() && in visitInlineAsm()
8552 "Mismatch in number of ResultTypes"); in visitInlineAsm()
8553 assert(ResultValues.size() == ResultTypes.size() && in visitInlineAsm()

Completed in 46 milliseconds