Home
last modified time | relevance | path

Searched refs:xform (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/contrib/file/magic/Magdir/
HDnifty36 >>>252 use xform-code-nifti1-le
38 >>>254 use xform-code-nifti1-le
45 >>>252 use \^xform-code-nifti1-le
47 >>>254 use \^xform-code-nifti1-le
60 >>>344 use xform-code-nifti2-le
62 >>>348 use xform-code-nifti2-le
69 >>>344 use \^xform-code-nifti2-le
71 >>>348 use \^xform-code-nifti2-le
162 0 name xform-code-nifti1-le
169 0 name xform-code-nifti2-le
HDjpeg206 >>99 byte&0x38 x \b, spatial xform=
HDimages2801 >99 ubyte&0x38 x \b, spatial xform=
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZOperands.td32 class ImmOpWithPattern<ValueType vt, string asmop, code pred, SDNodeXForm xform,
34 ImmediateOp<vt, asmop>, PatLeaf<(vt ImmNode), pred, xform>;
37 // SDNodeXForm xform, SDNode ImmNode>
38 // : PatLeaf<(vt ImmNode), pred, xform>;
45 multiclass Immediate<ValueType vt, code pred, SDNodeXForm xform, string asmop> {
47 // PatLeaf<(vt imm), pred, xform>;
48 def "" : ImmOpWithPattern<vt, asmop, pred, xform>;
50 // def _timm : PatLeaf<(vt timm), pred, xform>;
51 def _timm : ImmOpWithPattern<vt, asmop, pred, xform, timm>;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td900 SDNodeXForm xform = NOOP_SDNodeXForm> : SDPatternOperator {
906 SDNodeXForm OperandTransform = xform;
995 SDNodeXForm xform = NOOP_SDNodeXForm>
996 : PatFrags<ops, [frag], pred, xform>;
1006 class PatLeaf<dag frag, code pred = [{}], SDNodeXForm xform = NOOP_SDNodeXForm>
1007 : PatFrag<(ops), frag, pred, xform>;
1023 class ImmLeaf<ValueType vt, code pred, SDNodeXForm xform = NOOP_SDNodeXForm,
1025 : PatFrag<(ops), (vt ImmNode), [{}], xform> {
1038 class TImmLeaf<ValueType vt, code pred, SDNodeXForm xform = NOOP_SDNodeXForm,
1039 SDNode ImmNode = timm> : ImmLeaf<vt, pred, xform, ImmNode>;
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrFragmentsSIMD.td1053 // EXTRACT_get_vextract128_imm xform function: convert extract_subvector index
1059 // INSERT_get_vinsert128_imm xform function: convert insert_subvector index to
1065 // INSERT_get_vperm2x128_imm xform function: convert insert_subvector index to
1071 // EXTRACT_get_vextract256_imm xform function: convert extract_subvector index
1077 // INSERT_get_vinsert256_imm xform function: convert insert_subvector index to
/freebsd-14-stable/tools/build/test-includes/
HDbadfiles.inc316 netipsec/xform.h \
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrAltivec.td211 // VSPLT*_get_imm xform function: convert vector_shuffle mask to VSPLT* imm.
235 // VSPLTISB_get_imm xform function: convert build_vector to VSPLTISB imm.
243 // VSPLTISH_get_imm xform function: convert build_vector to VSPLTISH imm.
251 // VSPLTISW_get_imm xform function: convert build_vector to VSPLTISW imm.
/freebsd-14-stable/sys/netipsec/
HDkey.c587 const struct enc_xform *xform; member
599 const struct auth_hash *xform; member
614 const struct comp_algo *xform; member
8630 return (supported_ealgs[i].xform); in enc_algorithm_lookup()
8641 return (supported_aalgs[i].xform); in auth_algorithm_lookup()
8652 return (supported_calgs[i].xform); in comp_algorithm_lookup()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsMSAInstrInfo.td233 SDNodeXForm xform = NOOP_SDNodeXForm>
234 : PatLeaf<frag, pred, xform> {
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMInstrInfo.td3922 // ADD/SUBrs instructions, which use a complex pattern that a xform function