/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 317 std::vector<std::pair<SuffixTreeNode *, unsigned>> ToVisit; in setSuffixIndices()
|
H A D | StackColoring.cpp | 193 // that aside, how do we find out whether a pair of slots might be *in-use* 910 for (const std::pair<int, int> &SI : SlotRemap) { in remapInstructions()
|
H A D | TargetPassConfig.cpp | 352 static std::pair<StringRef, unsigned>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 313 static std::pair<SDValue, SDNode *> lowerCallFromStatepointLoweringInfo( in lowerCallFromStatepointLoweringInfo() 364 /// is a null constant. Return pair with first element being frame index
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Instruction.cpp | 720 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCObjectStreamer.cpp | 549 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, in EmitCVDefRangeDirective()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.hpp | 845 typedef std::pair<glw::GLint /* uniform location */, double* /* value(s) assigned */> uniform_value_pair; 977 * For each tested pair, it should build the "source" value/vector/matrix
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | ShaderCore.hpp | 24 #include <utility> // std::pair 242 std::pair<rr::RValue<sw::SIMD::Float>, rr::RValue<sw::SIMD::Float>>
|
/third_party/openssl/crypto/ |
H A D | sparccpuid.S | 253 ! takes to execute rdtick and pair of VIS1 instructions. US-Tx VIS unit
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ir_context.cpp | 270 std::vector<std::pair<Instruction*, uint32_t>> uses_to_update; in ReplaceAllUsesWithPredicate()
|
H A D | scalar_analysis.cpp | 956 std::pair<SExpression, int64_t> SExpression::operator/(
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ir_context.cpp | 270 std::vector<std::pair<Instruction*, uint32_t>> uses_to_update; in ReplaceAllUsesWithPredicate()
|
H A D | scalar_analysis.cpp | 956 std::pair<SExpression, int64_t> SExpression::operator/(
|
/third_party/skia/src/sksl/ |
H A D | SkSLRehydrator.cpp | 560 std::vector<std::pair<skstd::string_view, int>> symbols; in symbolTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELF.h | 38 inline std::pair<unsigned char, unsigned char>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | GenericDomTree.h | 689 SmallVector<std::pair<const DomTreeNodeBase<NodeT> *, in updateDFSNumbers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 111 static std::pair<Type *, bool> computeRecurrenceType(Instruction *Exit, in computeRecurrenceType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 143 SmallVector<std::pair<unsigned, MDNode *>, 1> MDs; in CloneFunctionInto()
|
H A D | LoopUtils.cpp | 600 llvm::SmallDenseSet<std::pair<DIVariable *, DIExpression *>, 4> DeadDebugSet; in deleteDeadLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | STLExtras.h | 28 #include <utility> // for std::pair 325 /// \brief Function object to check whether the first component of a std::pair 326 /// compares less than the first component of another std::pair. 333 /// \brief Function object to check whether the second component of a std::pair 334 /// compares less than the second component of another std::pair. 595 size_t operator()(const std::pair<First, Second> &P) const { in operator ()() 674 /// Given an input range, returns a new range whose values are are pair (A,B)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 389 typedef std::pair<uint64_t, writeHandler> writeOperation; in writeLinkEditData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 773 std::pair<const GCOVFunction *, GCOVCoverage> KeyValue(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 447 /// Return true if an FMA operation is faster than a pair of fmul and fadd 780 std::pair<unsigned, const TargetRegisterClass *>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIFixSGPRCopies.cpp | 167 static std::pair<const TargetRegisterClass *, const TargetRegisterClass *>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 57 using MulPairList = SmallVector<std::pair<MulCandidate*, MulCandidate*>, 8>; 554 // Not enough mul operations to make a pair. in CreateParallelPairs()
|