Home
last modified time | relevance | path

Searched refs:pair (Results 2376 - 2400 of 2457) sorted by relevance

1...<<919293949596979899

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationTimelineSemaphoreTests.cpp1470 std::set<std::pair<deUint32, deUint32> > used_queues; in WaitBeforeSignalTestInstance()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.cpp64 constexpr std::pair<BufferBinding, State::BufferBindingSetter> GetBufferBindingSetter() in GetBufferBindingSetter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1432 std::pair<DbgValueHistoryMap::EntryIndex, DbgValueLoc>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1403 SmallVector<std::pair<unsigned, unsigned>, 4> TiedRegisterPairs; in assignRegisterTies()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstARM32.cpp1429 llvm::SmallVector<std::pair<const Variable *, SizeT>, 5> InstData; in emitUsingForm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp81 // i.e. a pair register:subregister.
207 // If a value of a pair vreg:subreg needs to be obtained, the cell for
276 using CFGEdge = std::pair<unsigned, unsigned>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1233 std::pair<Instruction *, unsigned> Parent; in Descale()
1444 // narrow binop on each pair of the source operands followed by concatenation in foldVectorBinop()
3188 // a stacksave / stackrestore pair, which would incorrectly shorten its in TryToSinkInstruction()
H A DInstCombineCompares.cpp760 /// the input Value as a constant indexed GEP. Returns a pair containing
762 static std::pair<Value *, Value *>
1923 // Are we using xors to bitwise check for a pair of (in)equalities? Convert to in foldICmpOrConstant()
5186 llvm::Optional<std::pair<CmpInst::Predicate, Constant *>>
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc610 std::pair<tint::ast::ImageFormat, tint::ast::Access>; in texture_sampler_types()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp4472 vector<std::pair<int, int> > positions; in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationTimelineSemaphoreTests.cpp1474 std::set<std::pair<deUint32, deUint32> > used_queues; in WaitBeforeSignalTestInstance()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp40 using std::pair;
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h792 using ExtraNode = std::pair<TNode<Object>, const char*>;
1961 std::pair<TNode<JSArray>, TNode<FixedArrayBase>>
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h1550 std::vector<std::pair<VariableProxy*, int>>* variable_buffer() { in variable_buffer()
1577 std::vector<std::pair<VariableProxy*, int>> variable_buffer_;
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc554 std::vector<std::pair<std::string, std::string>>* debug_strings) { in ExtractDebugString()
580 std::vector<std::pair<std::string, std::string>> debug_strings; in TEST_F()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp59 using std::pair;
920 vector<pair<int, tcu::CubeFace> > images (m_numLevels*6); in createTexture()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp165 /// Map from candidate StoreNode to the pair of RootNode and count.
168 /// the bail out for the same pair many times over a limit, we won't
171 DenseMap<SDNode *, std::pair<SDNode *, unsigned>> StoreRootCountMap;
803 // function zero extends the shorter of the pair so that they match.
1798 SmallVector<std::pair<SDNode *, unsigned>, 8> Worklist; in visitTokenFactor()
6317 // Canonicalize shl to left side in a shl/srl pair. in MatchRotate()
8045 // will return 0, if it is clear, it returns 1. Change the CTLZ/SRL pair in visitSRL()
8046 // to an SRL/XOR pair, which is likely to simplify more. in visitSRL()
9629 // eliminate the trunc/sext pair. in visitSIGN_EXTEND()
14775 // Set the beginning of the pair in adjustCostForPairing()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1505 std::pair<const TargetRegisterClass *, uint8_t>
2920 // f64 returned in a pair of GPRs. in isUsedByReturnOnly()
3245 std::pair<SDValue, SDValue> CallResult = LowerCallTo(CLI); in LowerToTLSGeneralDynamicModel()
3520 // pair. This is always cheaper. in LowerGlobalAddressELF()
4395 std::pair<SDValue, SDValue>
5638 // pair of values.
8925 std::pair<SDValue, SDValue> CallResult = LowerCallTo(CLI); in LowerFSINCOS()
11202 // index such that we have a pair wise add pattern. in AddCombineBUILD_VECTORToVPADDL()
11590 // Check that we have a pair of ADDC and ADDE as operands. in PerformUMLALCombine()
12117 // transform to a pair o in CombineANDShift()
[all...]
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc576 PrintF(" add argument 'fp' to print register pair double values\n"); in Debug()
1933 static void decodeObjectPair(ObjectPair* pair, intptr_t* x, intptr_t* y) { in decodeObjectPair() argument
1934 *x = static_cast<intptr_t>(pair->x); in decodeObjectPair()
1935 *y = static_cast<intptr_t>(pair->y); in decodeObjectPair()
5183 // reg-reg pair should be even-odd pair, assert r1 is an even register in EVALUATE()
5663 // if the increment is even, then it designates a pair of registers in EVALUATE()
5664 // and the contents of the even and odd registers of the pair are used as in EVALUATE()
5755 DCHECK_EQ(r1 % 2, 0); // must be a reg pair in EVALUATE()
5790 DCHECK_EQ(r1 % 2, 0); // must be a reg pair in EVALUATE()
[all...]
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dpfpsp.S4583 # jump to the corresponding function for each {MODE,REG} pair.
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S4583 # jump to the corresponding function for each {MODE,REG} pair.
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h390 // (e.g. std::pair<const int, int> vs. std::pair<int, int>).
1204 static const char* Desc() { return "an equal pair"; } in Desc()
1208 static const char* Desc() { return "an unequal pair"; } in Desc()
1212 static const char* Desc() { return "a pair where the first < the second"; } in Desc()
1216 static const char* Desc() { return "a pair where the first > the second"; } in Desc()
1220 static const char* Desc() { return "a pair where the first <= the second"; } in Desc()
1224 static const char* Desc() { return "a pair where the first >= the second"; } in Desc()
1819 return os << "an almost-equal pair"; in GetDesc()
2513 // Transforms std::pair<cons
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp3295 // Over-write the trailing one (thisChar) to prevent it from forming another pair with a in next()
4702 typedef std::pair<UBool, int32_t> Result; in TestReverse()
4852 // The first numChar should not break between the pair in testTrieStateTable()
4861 // The first numChar should not break between the pair in testTrieStateTable()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc2976 std::vector<std::pair<int32_t, Label*>> cases; in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc3969 std::vector<std::pair<int32_t, Label*>> cases; in AssembleArchBinarySearchSwitch()

Completed in 203 milliseconds

1...<<919293949596979899