Home
last modified time | relevance | path

Searched defs:Extend (Results 1 – 21 of 21) sorted by relevance

/third_party/json/include/nlohmann/detail/meta/
Dcpp_future.hpp81 struct Extend<integer_sequence<T, Ints...>, SeqSize, 0> struct
83 using type = integer_sequence < T, Ints..., (Ints + SeqSize)... >;
87 struct Extend<integer_sequence<T, Ints...>, SeqSize, 1> struct
89 using type = integer_sequence < T, Ints..., (Ints + SeqSize)..., 2 * SeqSize >;
/third_party/typescript/tests/cases/fourslash/etslib/
Dcommon.d.ts32 declare const Extend: <T>(component: T) => MethodDecorator; constant
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes_unittest.cpp329 TEST(Rectangle, Extend) in TEST() argument
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dtree.go477 Extend *SpanGroupID member
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc491 PyObject* Extend(RepeatedScalarContainer* self, PyObject* value) { in Subscript() function
Drepeated_composite_container.cc172 PyObject* Extend(RepeatedCompositeContainer* self, PyObject* value) { in Extend() function
/third_party/harfbuzz/src/
Dhb-ot-color-colr-table.hh155 struct Extend : HBUINT8 struct
157 enum {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp243 auto *Extend = cast<CastInst>(Args[1]); in isWideningInstruction() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-colr-table.hh254 struct Extend : HBUINT8 struct
256 enum {
/third_party/rust/crates/syn/src/
Dpunctuated.rs467 impl<T, P> Extend<Pair<T, P>> for Punctuated<T, P> { impl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp2612 unsigned Extend = Ins[InsIdx].Flags.isSExt() ? ISD::SIGN_EXTEND in LowerFormalArguments() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp1686 bool Extend = (LogLen == HwLog); in perfect() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp290 bool Extend = false; in ExpandConstantFP() local
DDAGCombiner.cpp9871 static SDValue widenCtPop(SDNode *Extend, SelectionDAG &DAG) { in widenCtPop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1208 MachineSDNode *Extend = CurDAG->getMachineNode(X86::MOVSX64rr32, SDLoc(N), in tryOptimizeRem8Extend() local
DX86ISelLowering.cpp19663 SDValue Extend = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, In); in LowerZERO_EXTEND_Mask() local
43297 static SDValue combineToExtendCMOV(SDNode *Extend, SelectionDAG &DAG) { in combineToExtendCMOV()
/third_party/json/single_include/nlohmann/
Djson.hpp3111 struct Extend<integer_sequence<T, Ints...>, SeqSize, 0> struct
3113 using type = integer_sequence < T, Ints..., (Ints + SeqSize)... >;
3117 struct Extend<integer_sequence<T, Ints...>, SeqSize, 1> struct
3119 using type = integer_sequence < T, Ints..., (Ints + SeqSize)..., 2 * SeqSize >;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2616 static void lowerMUL_LOHI32(SelectionDAG &DAG, const SDLoc &DL, unsigned Extend, in lowerMUL_LOHI32()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3798 auto Extend = in getTreeCost() local
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs18056 impl Extend<Box<str>> for String { impl
18075 impl<'a> Extend<Cow<'a, str>> for String { impl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8027 SDValue Extend; in LowerINT_TO_FPVector() local