Home
last modified time | relevance | path

Searched defs:Expanded (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp744 if (SDValue Expanded = ExpandVP_REM(Node)) { in Expand() local
783 if (SDValue Expanded = TLI.expandABS(Node, DAG)) { in Expand() local
792 if (SDValue Expanded = TLI.expandVPBITREVERSE(Node, DAG)) { in Expand() local
798 if (SDValue Expanded = TLI.expandCTPOP(Node, DAG)) { in Expand() local
804 if (SDValue Expanded = TLI.expandVPCTPOP(Node, DAG)) { in Expand() local
811 if (SDValue Expanded = TLI.expandCTLZ(Node, DAG)) { in Expand() local
818 if (SDValue Expanded = TLI.expandVPCTLZ(Node, DAG)) { in Expand() local
825 if (SDValue Expanded = TLI.expandCTTZ(Node, DAG)) { in Expand() local
832 if (SDValue Expanded = TLI.expandVPCTTZ(Node, DAG)) { in Expand() local
841 if (SDValue Expanded = TLI.expandFunnelShift(Node, DAG)) { in Expand() local
[all …]
DLegalizeDAG.cpp3197 if (SDValue Expanded = in ExpandNode() local
3224 if (SDValue Expanded = TLI.expandFMINNUM_FMAXNUM(Node, DAG)) in ExpandNode() local
3436 if (SDValue Expanded = TLI.expandFunnelShift(Node, DAG)) in ExpandNode() local
3441 if (SDValue Expanded = TLI.expandROT(Node, true /*AllowVectorOps*/, DAG)) in ExpandNode() local
DLegalizeVectorTypes.cpp2763 SDValue Expanded = TLI.expandVectorSplice(N, DAG); in SplitVecRes_VECTOR_SPLICE() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/
DARCExpandPseudos.cpp134 bool Expanded = false; in runOnMachineFunction() local
/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/
Ddevice_path_gen.rs90 pub struct Expanded { struct
91 pub header: DevicePathHeader,
92 pub hid: u32,
93 pub uid: u32,
94 pub cid: u32,
95 pub data: [u8; 0],
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp929 if (SDValue Expanded = TLI.expandFMINNUM_FMAXNUM(Node, DAG)) { in Expand() local
950 if (SDValue Expanded = TLI.expandAddSubSat(Node, DAG)) { in Expand() local
957 if (SDValue Expanded = TLI.expandFixedPointMul(Node, DAG)) { in Expand() local
1461 if (SDValue Expanded = TLI.expandFixedPointDiv(N->getOpcode(), SDLoc(N), in ExpandFixedPointDiv() local
DLegalizeDAG.cpp3188 if (SDValue Expanded = TLI.expandFMINNUM_FMAXNUM(Node, DAG)) in ExpandNode() local
/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Ddevice_path_gen.rs414 pub struct Expanded { struct
415 pub(super) header: DevicePathHeader,
416 pub(super) hid: u32,
417 pub(super) uid: u32,
418 pub(super) cid: u32,
419 pub(super) data: [u8],
422 impl Expanded { implementation
472 impl fmt::Debug for Expanded { implementation
483 impl TryFrom<&DevicePathNode> for &Expanded { implementation
496 let node: *const Expanded = ptr_meta::from_raw_parts(node.cast(), dst_size / elem_size); in try_from() constant
[all …]
/external/skia/src/sfnt/
DSkOTTable_OS_2_VA.h48 Expanded = SkTEndian_SwapBE16(7), enumerator
DSkOTTable_OS_2_V0.h47 Expanded = SkTEndian_SwapBE16(7), enumerator
DSkPanose.h68 Expanded = 5, enumerator
225 Expanded = 5, enumerator
DSkOTTable_OS_2_V1.h45 Expanded = SkTEndian_SwapBE16(7), enumerator
DSkOTTable_OS_2_V2.h45 Expanded = SkTEndian_SwapBE16(7), enumerator
DSkOTTable_OS_2_V3.h45 Expanded = SkTEndian_SwapBE16(7), enumerator
DSkOTTable_OS_2_V4.h45 Expanded = SkTEndian_SwapBE16(7), enumerator
/external/clang/lib/Format/
DFormat.cpp442 FormatStyle Expanded = Style; in expandPresets() local
1617 FormatStyle Expanded = expandPresets(Style); in reformat() local
1629 FormatStyle Expanded = expandPresets(Style); in reformat() local
/external/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp86 bool Expanded = false; in expand() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp105 bool Expanded = false; in expand() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp105 bool Expanded = false; in expand() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp604 APInt Expanded = C->getAPIntValue() | (~NewMask); in SimplifyDemandedBits() local
/external/skia/modules/canvaskit/
Dexterns.js1013 Expanded: {}, property
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts4721 Expanded: FontWidth; property
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
DMasmParser.cpp3608 bool Expanded = false; in parseTextItem() local
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664.cpp3208 Variable *Expanded = Func->makeVariable(InVectorElementTy); in lowerInsertElement() local
DIceTargetLoweringX8632.cpp3652 Variable *Expanded = Func->makeVariable(InVectorElementTy); in lowerInsertElement() local

12